[nexuiz-commits] r8037 - in branches/nexuiz-2.0: . misc/tools

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 3 14:10:55 EDT 2009


Author: div0
Date: 2009-10-03 14:10:55 -0400 (Sat, 03 Oct 2009)
New Revision: 8037

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/misc/tools/makebuild.sh
Log:
r8035 | div0 | 2009-10-03 14:07:16 -0400 (Sat, 03 Oct 2009) | 1 line
auto upload builds to offload
r8036 | div0 | 2009-10-03 14:08:47 -0400 (Sat, 03 Oct 2009) | 1 line
cleanup builds first


Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-10-03 18:08:47 UTC (rev 8036)
+++ branches/nexuiz-2.0/.patchsets	2009-10-03 18:10:55 UTC (rev 8037)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-7945,7948-7948,7951-7990,7993-8033
+revisions_applied = 1-7945,7948-7948,7951-7990,7993-8036

Modified: branches/nexuiz-2.0/misc/tools/makebuild.sh
===================================================================
--- branches/nexuiz-2.0/misc/tools/makebuild.sh	2009-10-03 18:08:47 UTC (rev 8036)
+++ branches/nexuiz-2.0/misc/tools/makebuild.sh	2009-10-03 18:10:55 UTC (rev 8037)
@@ -338,6 +338,9 @@
 
 case "$versiontag" in
 	test)
+		# these builds are public
+		ssh atoffload "sh clean-builds.sh"
+		rsync -vaSHP "$zipdir/nexuiz"*"-$date$ext.zip" "$zipdir/nexuiz"*"-$newest.zip" atoffload:offload.alientrap.org/nexuiz/builds/
 		;;
 	*)
 		cat <<'EOF'



More information about the nexuiz-commits mailing list