[Vm-dev] [commit][3355] Make the upload script help better produce the announcement email.

commits at squeakvm.org commits at squeakvm.org
Thu May 21 22:26:22 UTC 2015


Revision: 3355
Author:   eliot
Date:     2015-05-21 15:26:17 -0700 (Thu, 21 May 2015)
Log Message:
-----------
Make the upload script help better produce the announcement email.

Modified Paths:
--------------
    branches/Cog/scripts/uploadvms

Modified: branches/Cog/scripts/uploadvms
===================================================================
--- branches/Cog/scripts/uploadvms	2015-05-21 19:54:19 UTC (rev 3354)
+++ branches/Cog/scripts/uploadvms	2015-05-21 22:26:17 UTC (rev 3355)
@@ -256,10 +256,9 @@
 echo scp -p $ARCHIVES "$@" $RemoteUser:$RemoteRoot/VM.r$REV
 $SCP -p $ARCHIVES "$@" $RemoteUser:$RemoteRoot/VM.r$REV
 echo ssh $RemoteUser chmod a-w $RemoteRoot/VM.r$REV/* \\\; ls -al $RemoteRoot/VM.r$REV
-ssh $RemoteUser chmod a-w $RemoteRoot/VM.r$REV/* \; ls -al $RemoteRoot/VM.r$REV
+$SSH $RemoteUser chmod a-w $RemoteRoot/VM.r$REV/* \; ls -al $RemoteRoot/VM.r$REV
 
 if [ "$T" != 1 ]; then
 test -x image/makegetvmscripts.sh && (image/makegetvmscripts.sh)
-
-test -x /usr/bin/pbcopy && pbcopy <../history/README.$REV
 fi
+test -x /usr/bin/pbcopy && (echo "... at http://www.mirandabanda.org/files/Cog/VM/VM.r$REV"; echo; tail -n +39 ../history/README.$REV) | pbcopy



More information about the Vm-dev mailing list