You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/07/30 17:16:04 UTC

svn commit: r561010 - in /commons/proper/commons-nightly/trunk: cleanup_crontab commons_nightly.sh cruisecontrol/gen-config.sh get_files.sh people-wget.sh vmbuild.conf

Author: niallp
Date: Mon Jul 30 08:16:03 2007
New Revision: 561010

URL: http://svn.apache.org/viewvc?view=rev&rev=561010
Log:
Commons TLP move - remove jakarta references

Modified:
    commons/proper/commons-nightly/trunk/cleanup_crontab
    commons/proper/commons-nightly/trunk/commons_nightly.sh
    commons/proper/commons-nightly/trunk/cruisecontrol/gen-config.sh
    commons/proper/commons-nightly/trunk/get_files.sh
    commons/proper/commons-nightly/trunk/people-wget.sh
    commons/proper/commons-nightly/trunk/vmbuild.conf

Modified: commons/proper/commons-nightly/trunk/cleanup_crontab
URL: http://svn.apache.org/viewvc/commons/proper/commons-nightly/trunk/cleanup_crontab?view=diff&rev=561010&r1=561009&r2=561010
==============================================================================
--- commons/proper/commons-nightly/trunk/cleanup_crontab (original)
+++ commons/proper/commons-nightly/trunk/cleanup_crontab Mon Jul 30 08:16:03 2007
@@ -7,7 +7,7 @@
 #-------------------------------------------------------------------------
 # Delete old tarballs/zips from nightly build location
 #-------------------------------------------------------------------------
-07 07 * * * find /www/people.apache.org/builds/jakarta-commons/nightly -mtime +7 -exec rm \{\} \; >/dev/null 2>&1
+07 07 * * * find /www/people.apache.org/builds/commons/nightly -mtime +7 -exec rm \{\} \; >/dev/null 2>&1
 #-------------------------------------------------------------------------
 # Delete old snapshots from maven 1 snapshot repo
 #-------------------------------------------------------------------------

Modified: commons/proper/commons-nightly/trunk/commons_nightly.sh
URL: http://svn.apache.org/viewvc/commons/proper/commons-nightly/trunk/commons_nightly.sh?view=diff&rev=561010&r1=561009&r2=561010
==============================================================================
--- commons/proper/commons-nightly/trunk/commons_nightly.sh (original)
+++ commons/proper/commons-nightly/trunk/commons_nightly.sh Mon Jul 30 08:16:03 2007
@@ -1,6 +1,6 @@
 #!/bin/sh
 #==============================================================================
-# Jakarta Commons Nightly Build
+# Commons Nightly Build
 #
 # Executes "svn up" and then "ant clean dist" for all of the
 # components in $nightly_list_location/nightly_proper_ant_list.txt,

Modified: commons/proper/commons-nightly/trunk/cruisecontrol/gen-config.sh
URL: http://svn.apache.org/viewvc/commons/proper/commons-nightly/trunk/cruisecontrol/gen-config.sh?view=diff&rev=561010&r1=561009&r2=561010
==============================================================================
--- commons/proper/commons-nightly/trunk/cruisecontrol/gen-config.sh (original)
+++ commons/proper/commons-nightly/trunk/cruisecontrol/gen-config.sh Mon Jul 30 08:16:03 2007
@@ -11,7 +11,7 @@
   then
       mkdir -p ${bld}/${dir}
       echo "Checkout - $checkout"
-      svn -q checkout http://svn.apache.org/repos/asf/jakarta/commons/${dir}/${cmp}/trunk ${checkout}
+      svn -q checkout http://svn.apache.org/repos/asf/commons/${dir}/${cmp}/trunk ${checkout}
   fi
   cat ${bld}-config.tmpl | sed "s/COMPONENT_DIRECTORY/$dir/g" | sed "s/COMPONENT/$cmp/g" >> config.xml
 done

Modified: commons/proper/commons-nightly/trunk/get_files.sh
URL: http://svn.apache.org/viewvc/commons/proper/commons-nightly/trunk/get_files.sh?view=diff&rev=561010&r1=561009&r2=561010
==============================================================================
--- commons/proper/commons-nightly/trunk/get_files.sh (original)
+++ commons/proper/commons-nightly/trunk/get_files.sh Mon Jul 30 08:16:03 2007
@@ -26,7 +26,7 @@
   # Move the file to people web space
   source=${file/\/home\/commons\/public_html\/nightly\//vmbuild.apache.org/~commons/nightly/}
   source_path=`dirname $source`
-  dest_path=${source_path/vmbuild.apache.org\/~commons\/nightly\/builds\//\/www\/people.apache.org\/builds\/jakarta-commons\/nightly/}
+  dest_path=${source_path/vmbuild.apache.org\/~commons\/nightly\/builds\//\/www\/people.apache.org\/builds\/commons\/nightly/}
   mkdir -p $dest_path
   mv $source $dest_path
   chmod g+w $dest_path

Modified: commons/proper/commons-nightly/trunk/people-wget.sh
URL: http://svn.apache.org/viewvc/commons/proper/commons-nightly/trunk/people-wget.sh?view=diff&rev=561010&r1=561009&r2=561010
==============================================================================
--- commons/proper/commons-nightly/trunk/people-wget.sh (original)
+++ commons/proper/commons-nightly/trunk/people-wget.sh Mon Jul 30 08:16:03 2007
@@ -1,7 +1,7 @@
 # A script to pull the builds over from vmbuild and onto their 
 # centralized locations on people - both zip/tar and jars. 
 
-#BUILDS_DIR='/www/people.apache.org/builds/jakarta-commons/nightly'
+#BUILDS_DIR='/www/people.apache.org/builds/commons/nightly'
 #MAVEN_REPO='/www/people.apache.org/repo/m1-snapshot-repository'
 #MAIL_TO='dev@commons.apache.org'
 

Modified: commons/proper/commons-nightly/trunk/vmbuild.conf
URL: http://svn.apache.org/viewvc/commons/proper/commons-nightly/trunk/vmbuild.conf?view=diff&rev=561010&r1=561009&r2=561010
==============================================================================
--- commons/proper/commons-nightly/trunk/vmbuild.conf (original)
+++ commons/proper/commons-nightly/trunk/vmbuild.conf Mon Jul 30 08:16:03 2007
@@ -25,6 +25,6 @@
 ##maven_snapshot_user='psteitz'
 ##maven_snapshot_directory='/www/people.apache.org/repo/m1-snapshot-repository'
 # deployment path on $deploy_host
-##deploy_location="/x1/www/people.apache.org/builds/jakarta-commons/nightly"
+##deploy_location="/x1/www/people.apache.org/builds/commons/nightly"
 ##deploy_host="people.apache.org"               # deployment host
 ##deploy_user="psteitz"                         # user on the deployment host