[Mobies-commit] [commit] r4155 - UDM/trunk

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Sat Jan 26 10:23:53 CST 2013


Author: ksmyth
Date: Sat Jan 26 10:23:53 2013
New Revision: 4155

Log:
Note Selenium script, new versions

Modified:
   UDM/trunk/UDM_Release_Howto.txt

Modified: UDM/trunk/UDM_Release_Howto.txt
==============================================================================
--- UDM/trunk/UDM_Release_Howto.txt	Sat Jan 26 10:12:11 2013	(r4154)
+++ UDM/trunk/UDM_Release_Howto.txt	Sat Jan 26 10:23:53 2013	(r4155)
@@ -43,25 +43,28 @@
  Etc/GReATVersion.h
  releaseinfo.h
  InnoSetup/GReAT_innosetupVS2010.iss
-svn ci -m 'Prepare for release 1.7.6'
+svn ci -m 'Prepare for release 1.7.7'
 
-svn cp -m 'Tag release 1.7.6' https://svn.isis.vanderbilt.edu/MoBIES/GReAT/trunk/ https://svn.isis.vanderbilt.edu/MoBIES/GReAT/tags/1.7.6
+svn cp -m 'Tag release 1.7.7' https://svn.isis.vanderbilt.edu/MoBIES/GReAT/trunk/ https://svn.isis.vanderbilt.edu/MoBIES/GReAT/tags/1.7.7
 
 
 For "Finding ID...": ssh kms1 python ./bin/pdb_promote.py 
 perl -pli -e 's/grcc.pdb/GRCC.pdb/g; s/metagme2uml.pdb/MetaGME2UML.pdb/g; s/codegenerator.pdb/CodeGenerator.pdb/g; s/grd_interpreter.pdb/GRD_interpreter.pdb/g; s/generatecfgmodel.pdb/GenerateCfgModel.pdb/g; s/generateconfig.pdb/GenerateConfig.pdb/g; s/generategr.pdb/GenerateGR.pdb/g; s/generategrc.pdb/GenerateGRC.pdb/g; s/great master interpreter.pdb/GReAT Master Interpreter.pdb/g; s/libraryupdate.pdb/LibraryUpdate.pdb/g; s/umtdecorator.pdb/UMTDecorator.pdb/g; s/umthelper.pdb/UMTHelper.pdb/g; s/legacyupdate.pdb/LegacyUpdate.pdb/g; s/blockify.pdb/Blockify.pdb/g; s/createrule.pdb/CreateRule.pdb/g; ' 
 
-wget -O GReAT-1.7.6.exe http://build.isis.vanderbilt.edu/job/GReAT/label=build-slave8/lastSuccessfulBuild/artifact/trunk/InnoSetup/GReAT_setup.exe
+wget -O GReAT-1.7.7.exe http://build.isis.vanderbilt.edu/job/GReAT/label=build-slave8/lastSuccessfulBuild/artifact/trunk/InnoSetup/GReAT_setup.exe
 
-svn export https://svn.isis.vanderbilt.edu/MoBIES/GReAT/tags/1.7.6 GReAT_source_r1.7.6 && \
-/c/Program\ Files/7-Zip/7z.exe a -r GReAT_source_r1.7.6{.zip,} && \
-cp GReAT_source_r1.7.6/releaseinfo.txt  GReAT_Release_Notes.txt
-ssh ksmyth at repo.isis.vanderbilt.edu mkdir /project/www/Download/GReAT/1.7.6 && \
-scp GReAT_Release_Notes.txt GReAT-1.7.6.exe GReAT_source_r1.7.6.zip ksmyth at repo.isis.vanderbilt.edu:/project/www/Download/GReAT/1.7.6 && \
-ssh ksmyth at repo.isis.vanderbilt.edu chmod -R a+r /project/www/Download/GReAT/1.7.6
+svn export https://svn.isis.vanderbilt.edu/MoBIES/GReAT/tags/1.7.7 GReAT_source_r1.7.7 && \
+/cygdrive/c/Program\ Files/7-Zip/7z.exe a -r GReAT_source_r1.7.7{.zip,} && \
+cp GReAT_source_r1.7.7/releaseinfo.txt  GReAT_Release_Notes.txt
+ssh ksmyth at repo.isis.vanderbilt.edu mkdir /project/www/Download/GReAT/1.7.7 && \
+scp GReAT_Release_Notes.txt GReAT-1.7.7.exe GReAT_source_r1.7.7.zip ksmyth at repo.isis.vanderbilt.edu:/project/www/Download/GReAT/1.7.7 && \
+ssh ksmyth at repo.isis.vanderbilt.edu chmod -R a+r /project/www/Download/GReAT/1.7.7
 
 # For Udm and GReAT
 # On http://repo add Folder 3.2.11; add Downloads
+# EDIT uploadgme.py first
+set PATH=%PATH%;%userprofile%\bin
+%userprofile%\bin\selenium\Scripts\python.exe %userprofile%\bin\uploadgme.py
 # JIRA: make release
 # email announcement
 # change http://kms1/svn/installs/install.py sync to installs/install.exe, https://svn.isis.vanderbilt.edu/isis-common/trunk/common-scripts/install.exe
@@ -72,20 +75,24 @@
 Release notes: Doc/README_in.txt
 ssh kms1 cd symbolstmp && python ~/bin/pdb_promote.py x2 "Finding ID"
 ssh kms1 rsync -avP symbols /media/7ce1528b-2101-4764-81e3-aed9112e3ad8/214/
-wget -O GME_x64-12.8.14.msi http://build.isis.vanderbilt.edu/job/GME_x64_msi/label=build-slave6/lastSuccessfulBuild/artifact/trunk/Install/GME_x64.msi && \
-wget -O GME-12.8.14.msi http://build.isis.vanderbilt.edu/job/GME/label=build-slave9/lastSuccessfulBuild/artifact/trunk/Install/GME.msi && \
+wget -O GME_x64-12.12.11.msi http://build.isis.vanderbilt.edu/job/GME_x64_msi/label=build-slave6/lastSuccessfulBuild/artifact/trunk/Install/GME_x64.msi && \
+wget -O GME-12.12.11.msi http://build.isis.vanderbilt.edu/job/GME/label=build-slave9/lastSuccessfulBuild/artifact/trunk/Install/GME.msi && \
 wget -O README.txt http://build.isis.vanderbilt.edu/job/GME/label=build-slave9/ws/trunk/Doc/README.txt
 
 for file in http://build.isis.vanderbilt.edu/job/GME_x64/lastSuccessfulBuild/label=build-slave6/artifact/trunk/Install/GME_bin_x64.msm http://build.isis.vanderbilt.edu/job/GME/lastSuccessfulBuild/label=build-slave9/artifact/trunk/Install/GME_bin.msm http://build.isis.vanderbilt.edu/job/GME/lastSuccessfulBuild/label=build-slave9/artifact/trunk/Install/GME_paradigms.msm http://build.isis.vanderbilt.edu/job/GME/lastSuccessfulBuild/label=build-slave9/artifact/trunk/Install/GME_SDK.msm; do wget $file; done
 
-svn cp -m 'Tag Release 12.8.14' https://svn.isis.vanderbilt.edu/GMESRC/trunk https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_12.8.14
-svn export https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_12.8.14 GME-12.8.14_src && \
-'/cygdrive/c/Program Files/7-Zip/7z.exe' a -r GME-12.8.14_src.zip GME-12.8.14_src/
-
-ssh ksmyth at repo.isis.vanderbilt.edu mkdir /project/www/Download/GME/12.8.14/ && \
-scp README.txt GME-12.8.14.msi GME_x64-12.8.14.msi GME-12.8.14_src.zip ksmyth at repo.isis.vanderbilt.edu:/project/www/Download/GME/12.8.14/ && \
-ssh ksmyth at repo.isis.vanderbilt.edu chmod -R a+r /project/www/Download/GME/12.8.14/
-# repo: Add Folder, short name TA12.8.14 . Add "Download"s
+svn cp -m 'Tag Release 12.12.11' https://svn.isis.vanderbilt.edu/GMESRC/trunk https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_12.12.11
+svn export https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_12.12.11 GME-12.12.11_src && \
+'/cygdrive/c/Program Files/7-Zip/7z.exe' a -r GME-12.12.11_src.zip GME-12.12.11_src/
+
+ssh ksmyth at repo.isis.vanderbilt.edu mkdir /project/www/Download/GME/12.12.11/ && \
+scp README.txt GME-12.12.11.msi GME_x64-12.12.11.msi GME-12.12.11_src.zip ksmyth at repo.isis.vanderbilt.edu:/project/www/Download/GME/12.12.11/ && \
+ssh ksmyth at repo.isis.vanderbilt.edu chmod -R a+r /project/www/Download/GME/12.12.11/
+# now automated:  repo: Add Folder, short name TA12.12.11 . Add "Download"s
+# EDIT uploadgme.py first
+set PATH=%PATH%;%userprofile%\bin
+%userprofile%\bin\selenium\Scripts\python.exe %userprofile%\bin\uploadgme.py
+
 
 # Update online documentation:
 ssh kms1 sudo mount -t davfs -o uid=1000 https://forge.isis.vanderbilt.edu/gme/dav/ gmedav


More information about the Mobies-commit mailing list