--- bin/buildagain 2005/11/11 16:58:45 1.12 +++ bin/buildagain 2007/05/11 11:47:38 1.13 @@ -1,6 +1,6 @@ #! /usr/local/bin/bash # -# $Id: buildagain,v 1.10 2005/11/11 16:37:07 ccflib Exp $ +# $Id: buildagain,v 1.12 2005/11/11 16:58:45 ccflib Exp $ # # + Build again a specific set of CCF packages # + Moves the resulting CCF to final destination @@ -67,6 +67,13 @@ echo -n Unpacking `basename $p` ... tar -C packages -xzf $p || (echo FAILED, aborting ; exit 1) echo " done." + echo -n ChangeLog says: + mkdir tmplog || exit 1 + tar -C tmplog -xzf $p || (echo FAILED, aborting ; exit 1) + chmod -R a+w tmplog + tmpdir=`ls -1 tmplog` + last_version tmplog/$tmpdir/ChangeLog + rm -fr tmplog done # updating the dev directory for any possible change in its files