[lcdproc] CVS tarball
Guillaume Filion
gfk@logidac.com
Fri, 28 Sep 2001 14:26:19 -0400
At 17:36 -0600 27/09/01, wwf@splatwerks.org wrote:
>--- ssrat@mailbag.com wrote ---
>> Robin Adams wrote:
>> >
>> > David Douthitt wrote:
>> >
>> > > What would it take to get a CVS tarball created nightly?
>> > > Anyone else think this is a good idea?
>>
>> > http://cvs.sourceforge.net/cvstarballs/lcdproc-cvsroot.tar.gz
>
>'Ya showoff :)
>
>> Excellent!
>>
>> Can we get this link put onto the main LCDproc download page?
>
>Already done.
>
>Thanks for asking about this (and thanks Robin for pointing out that we've
>all just missed it :)
IFAIK, it's a tarball of the CVSROOT, not the distribution. i.e. if
you uncompress it, you get tons of *,v files that only CVS can deal
with. This is meant for backuping your CVSROOT in case sourceforge's
CVS repository crashes.
What I beleive David asked for is an automated 'make distcheck'
distribution every night. I guess that this can be acheived by having
a nightly cron job doing something like:
-----
#!/bin/sg
DATE=3D`/bin/date +%Y%m%d`
cvs update
make distcheck
mv lcdproc-*.tar.gz ~html/lcdproc-CVS${DATE}.tar.gz
-----
Maibe Will could set this cronjob on his SF account and put it
directly on something like
http://lcdproc.sf.net/lcdproc-CVS20010928.tar.gz
GFK's
-----------------------------------------------------------
To unsubscribe from this list send a blank message to
lcdproc-unsubscribe@lists.omnipotent.net