https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog from Roland Levillain roland@lrde.epita.fr
Update update_unpacked-oln-0.11.
* maintainer/update_unpacked-oln-0.10a: Rename as... * maintainer/update_unpacked-oln-0.11: ...this. Adjust for Olena 0.11.
update_unpacked-oln-0.11 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Index: maintainer/update_unpacked-oln-0.11 --- maintainer/update_unpacked-oln-0.11 (revision 425) +++ maintainer/update_unpacked-oln-0.11 (working copy) @@ -1,6 +1,6 @@ #! /bin/sh
-# Update Olena 0.10a's working copy on goa. +# Update Olena 0.11's working copy on goa.
# To be run from a (client) machine that have access to the PRCS # repository, not from goa. @@ -18,10 +18,10 @@ tempdir=$(mktemp -d) cd $tempdir
-# Latest revision of the 0.10a branch. -latest_rev=$(prcs info -r10.@ oln | cut -d" " -f 2) +# Latest revision of the 0.11 branch. +latest_rev=$(prcs info -r11.@ oln | cut -d" " -f 2) # Package name. -package_name="olena-0.10a-$latest_rev" +package_name="olena-0.11-$latest_rev"
# Checkout. mkdir $package_name @@ -43,8 +43,8 @@ "cd /work/master/unpacked && \ tar xjvf $package_tarname && \ rm -f $package_tarname && \ - rm -f olena-0.10a && \ - ln -s $package_name olena-0.10a" + rm -f olena-0.11 && \ + ln -s $package_name olena-0.11"
# Clean up. cd /tmp