tech-pkg: Re: Adding -t|--text-mode into the mk/bulk/build script
Subject: Re: Adding -t|--text-mode into the mk/bulk/build script
To: Jeremy C. Reed
<reed@reedmedia.net>
From: Juan RP
<juan@xtrarom.org>
List: tech-pkg
Date: 09/23/2005 07:19:52
On 2005年9月22日 15:56:19 -0700 (PDT)
"Jeremy C. Reed" <reed@reedmedia.net> wrote:
> On 2005年9月20日, Jeremy C. Reed wrote:
>
> > ${PERL5} mk/bulk/post-build > ${FTP}/pkgsrc-results-${BUILDDATE}.txt
>
> FTP gets assigned twice and date stamp changes so this file is in
> different directory ... unless it completes in same minute.
>
> Maybe we could put it somewhere else.
Hmm true, maybe we can change it to only `date +%Y%m%d.%H`
(removing the minutes)?