A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2001-January/012232.html below:

[Python-Dev] Nightly CVS tarballs

[Python-Dev] Nightly CVS tarballs [Python-Dev] Nightly CVS tarballsFinn Bock bckfnn@worldonline.dk
Sat, 27 Jan 2001 07:58:38 GMT
>>>>>> "MAL" == M -A Lemburg <mal@lemburg.com> writes:
>
>  MAL> I just got a request from someone who wants to test the latest
>  MAL> CVS version but unfortunately can't because he's behind a
>  MAL> firewall.
>
>  MAL> Is there any chance of reactivating the nightly tarball
>  MAL> generation that was once in place ?
>
>  MAL> 	http://www.python.org/download/cvs.html

[Jeremy]

>I plan to set up nightly cvs snapshots soon.  We should be moving into
>our new office next week; I hope to have a machine that is on the net
>24x7 shortly after that.

FWIW, I have been using this cron and shell script running on
shell.sourceforge.net. This way I don't need 24x7 in order to make a cvs
tarball (and .zip) available.


22 2 * * * $HOME/bin/jython-snap



SHOTLABEL=`date +%Y%m%d`
LOGLABEL=log.`date +%Y%m%d`
cd /home/groups/jython/htdocs/cvssnaps
(cvs -Qd :pserver:anonymous@cvs1:/cvsroot/jython checkout -d
jython-$SHOTLABEL jython && \
  tar zcf jython-nightly.tar.gz jython-$SHOTLABEL && \
  rm -fr jython-nightly.zip && \
  zip -qr9 jython-nightly.zip jython-$SHOTLABEL && \
  rm -fr jython-$SHOTLABEL) >$LOGLABEL 2>&1


regards,
finn



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4