[Vm-dev] [commit][3075] Nuke CompiledMethod-usesAlternateBytecodeSet. st in BuildSqueak45VMMakerImage.st;

commits at squeakvm.org commits at squeakvm.org
Wed Sep 10 21:46:46 UTC 2014


Revision: 3075
Author:   eliot
Date:     2014-09-10 14:46:44 -0700 (Wed, 10 Sep 2014)
Log Message:
-----------
Nuke CompiledMethod-usesAlternateBytecodeSet.st in BuildSqueak45VMMakerImage.st;
it is obsolete.
Fix uploadspurimage.sh to create good symbolic links to latest image/changes.
Make uploadvms upload the Newspeak.*.app-$TAG.tgz's; they're used by image
building scripts.

Modified Paths:
--------------
    branches/Cog/image/BuildSqueak45VMMakerImage.st
    branches/Cog/image/uploadspurimage.sh
    branches/Cog/scripts/uploadvms

Modified: branches/Cog/image/BuildSqueak45VMMakerImage.st
===================================================================
--- branches/Cog/image/BuildSqueak45VMMakerImage.st	2014-09-10 01:35:25 UTC (rev 3074)
+++ branches/Cog/image/BuildSqueak45VMMakerImage.st	2014-09-10 21:46:44 UTC (rev 3075)
@@ -1,6 +1,6 @@
 | manifest load |
 manifest := #(	('http://source.squeak.org/FFI'					1	('FFI-Pools' 'FFI-Kernel'))
-				('http://source.squeak.org/VMMaker'				6	('Balloon-Engine-Pools' 'VMMaker.oscog' 'Cog' 'CogTools' 'ImageFormat'))
+				('http://source.squeak.org/VMMaker'				6	('Balloon-Engine-Pools' 'VMMaker.oscog' 'CogCompatibility' 'Cog' 'CogTools' 'ImageFormat'))
 				('http://ss3.gemstone.com/ss/MethodMassage'		3	('MethodMassage' 'MethodMassageCompatibility'))
 				('http://www.squeaksource.com/AioPlugin'		7	('VMConstruction-Plugins-AioPlugin'))
 				('http://www.squeaksource.com/Alien'			0	('Alien'))
@@ -30,12 +30,10 @@
 ((MCMcmUpdater defaultUpdateURL endsWith: 'trunk')
 	ifTrue:
 		[#(	"'FT2Constants.st'"
-			'Object-performwithwithwithwithwith.st'
-			'CompiledMethod-usesAlternateBytecodeSet.st' )]
+			'Object-performwithwithwithwithwith.st' )]
 	ifFalse:
 		[#(	"'FT2Constants.st'"
 			'Object-performwithwithwithwithwith.st'
-			'CompiledMethod-usesAlternateBytecodeSet.st'
 			'FileDirectory-on-methods.st'
 			'StandardFileStream-nextPutAll.st' )]
 	) do:
Modified: branches/Cog/image/uploadspurimage.sh
===================================================================
--- branches/Cog/image/uploadspurimage.sh	2014-09-10 01:35:25 UTC (rev 3074)
+++ branches/Cog/image/uploadspurimage.sh	2014-09-10 21:46:44 UTC (rev 3075)
@@ -17,6 +17,6 @@
 ssh $RemoteUser chmod a-w $DIR/* \; ls -al $DIR
 echo ssh $RemoteUser rm $RemoteRoot/{$BASENAME.image,$BASENAME.changes}
 ssh $RemoteUser rm $RemoteRoot/{$BASENAME.image,$BASENAME.changes}
-echo ssh $RemoteUser ln -s $DIR/{$BASENAME.image,$BASENAME.changes} $RemoteRoot
-ssh $RemoteUser ln -s $DIR/{$BASENAME.image,$BASENAME.changes} $RemoteRoot
+echo ssh $RemoteUser cd $RemoteRoot \\\; ln -s $DATE/{$BASENAME.image,$BASENAME.changes} .
+ssh $RemoteUser cd $RemoteRoot \; ln -s $DATE/{$BASENAME.image,$BASENAME.changes} .
 ssh $RemoteUser ls -l $RemoteRoot

Modified: branches/Cog/scripts/uploadvms
===================================================================
--- branches/Cog/scripts/uploadvms	2014-09-10 01:35:25 UTC (rev 3074)
+++ branches/Cog/scripts/uploadvms	2014-09-10 21:46:44 UTC (rev 3075)
@@ -115,7 +115,7 @@
 
 test -n "$LNSCOG" && ARCHIVES="$ARCHIVES	nsvmlinux-$TAG.tgz	nsvmlinuxht-$TAG.tgz"
 test -n "$LNSSPUR" && ARCHIVES="$ARCHIVES	nsvmspurlinuxht-$TAG.tgz"
-test -n "$MNSCOG" && ARCHIVES="$ARCHIVES	Newspeak Virtual Machine-$TAG.dmg	Newspeak Spur Virtual Machine-$TAG.dmg"
+test -n "$MNSCOG" && ARCHIVES="$ARCHIVES	Newspeak Virtual Machine-$TAG.dmg	Newspeak Virtual Machine.app-$TAG.tgz	Newspeak Spur Virtual Machine-$TAG.dmg	Newspeak Spur Virtual Machine.app-$TAG.tgz"
 test -n "$MNSSPUR" && ARCHIVES="$ARCHIVES	CogSpur.app-$TAG.tgz"
 test -n "$WNSCOG" && ARCHIVES="$ARCHIVES	nsvmwin-$TAG.zip	nsvm-$TAG.msi"
 test -n "$WNSSPUR" && ARCHIVES="$ARCHIVES	nsvmspurwin-$TAG.zip	nsvm-spur-$TAG.msi"



More information about the Vm-dev mailing list