You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2007/04/22 20:10:08 UTC

svn commit: r531244 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

Author: bayard
Date: Sun Apr 22 11:10:06 2007
New Revision: 531244

URL: http://svn.apache.org/viewvc?view=rev&rev=531244
Log:
Removing the tar of the week's build - we'll get things over to people in a better way

Modified:
    jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh?view=diff&rev=531244&r1=531243&r2=531244
==============================================================================
--- jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Sun Apr 22 11:10:06 2007
@@ -73,9 +73,6 @@
 mkdir -p ${javadoc_location}
 mkdir -p ${ant_build}
 
-# Cleanup previous build
-rm ${local_deploy_path}/*.tar
-
 #==============================================================================
 # Function definitions
 #==============================================================================
@@ -458,13 +455,6 @@
  fi
   rm ${report_location}
 fi
-
-# bundle up the builds and jars for people
-cd ${local_deploy_path}
-tar -cf builds-${time_stamp}.tar builds
-tar -cf maven-${time_stamp}.tar maven
-cd -
-
 
 # cleanup local archives
 find ${local_deploy_path}/maven -type f -mtime +6 -exec rm \{\} \;



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org