yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #03133
Re: Night tar.gz source archive
> Also it is good to have the same link in Launchpad in "Downloads"
> section.
It would be better to host that on yade-dem.org website [1]?
It seems (https://bugs.launchpad.net/loggerhead/+bug/240580) that
downloading tarball of branch might be supported by launchpad itself in
the future.
---
[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
Follow ups
References