move timing comment to the tar operation
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 8 Nov 2007 16:34:51 +0000 (16:34 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 8 Nov 2007 16:34:51 +0000 (16:34 +0000)
build.sh

index 2786866..ce7faab 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -116,9 +116,9 @@ for bootstrapfs in bootstrap-filesystems/*.lst ; do
 done
 
 # Build the base Bootstrap filesystem
-echo "--------STARTING tar'ing PlanetLab-Bootstrap.tar.bz2: $(date)"
 # clean out yum cache to reduce space requirements
 yum -c ${vref}/etc/yum.conf --installroot=${vdir} -y clean all
+echo "--------STARTING tar'ing PlanetLab-Bootstrap.tar.bz2: $(date)"
 tar -cpjf PlanetLab-Bootstrap.tar.bz2 -C ${vref} .
 echo "--------FINISHED tar'ing PlanetLab-Bootstrap.tar.bz2: $(date)"