Thread Previous • Date Previous • Date Next • Thread Next |
Forwarded to Remi.He is reading the mails usually, but better send him a copy directly when he is supposed to read the end note in the xth message in a thread...
Bruno
[1] Remi? The script looks like this, run once per day: #!/bin/sh set +x cd ~/NoBackup if [ -e trunk ]; then bzr update trunk else bzr checkout --lightweight lp:yade trunk fi tar c trunk | bzip2 > ~/www/yade/yade-trunk-latest.tar.bz2~ mv ~/www/yade/yade-trunk-latest.tar.bz2~ ~/www/yade/yade-trunk-latest.tar.bz2
Thread Previous • Date Previous • Date Next • Thread Next |