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

ksmyth at redhat3.isis.vanderbilt.edu ksmyth at redhat3.isis.vanderbilt.edu
Wed Dec 31 09:26:59 CST 2014


Author: ksmyth
Date: Wed Dec 31 09:26:59 2014
New Revision: 4353

Log:
GReAT 1.7.8

Modified:
   UDM/trunk/UDM_Release_Howto.txt

Modified: UDM/trunk/UDM_Release_Howto.txt
==============================================================================
--- UDM/trunk/UDM_Release_Howto.txt	Wed Dec 31 09:26:54 2014	(r4352)
+++ UDM/trunk/UDM_Release_Howto.txt	Wed Dec 31 09:26:59 2014	(r4353)
@@ -53,24 +53,26 @@
 Bump Jenkins GReAT release number
 Modify:
  Etc/GReATVersion.h
- releaseinfo.h
+ releaseinfo.txt
  InnoSetup/GReAT_innosetupVS2010.iss
-svn ci -m 'Prepare for release 1.7.7'
+svn ci -m 'Prepare for release 1.7.8'
 
-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
+svn cp -m 'Tag release 1.7.8' https://svn.isis.vanderbilt.edu/MoBIES/GReAT/trunk/ https://svn.isis.vanderbilt.edu/MoBIES/GReAT/tags/1.7.8
 
 
-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; ' 
+curl -s -S http://build.isis.vanderbilt.edu/job/GReAT/label=build-slave9/lastBuild/consoleText | grep Finding\ ID
 
-wget -O GReAT-1.7.7.exe http://build.isis.vanderbilt.edu/job/GReAT/label=build-slave3/lastSuccessfulBuild/artifact/trunk/InnoSetup/GReAT_setup.exe
+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; '  symbolstmp/000Admin/0000011732
+ssh kms1 'cd symbolstmp && python ~/bin/pdb_promote.py 0000011732' # "Finding ID"
 
-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
+wget -O GReAT-1.7.8.exe http://build.isis.vanderbilt.edu/job/GReAT/label=build-slave9/lastSuccessfulBuild/artifact/trunk/InnoSetup/GReAT_setup.exe
+
+svn export https://svn.isis.vanderbilt.edu/MoBIES/GReAT/tags/1.7.8 GReAT_source_r1.7.8 && \
+/cygdrive/c/Program\ Files/7-Zip/7z.exe a -r GReAT_source_r1.7.8{.zip,} && \
+cp GReAT_source_r1.7.8/releaseinfo.txt  GReAT_Release_Notes.txt
+ssh repo at repo.isis.vanderbilt.edu mkdir GReAT/1.7.8 && \
+scp GReAT_Release_Notes.txt GReAT-1.7.8.exe GReAT_source_r1.7.8.zip repo at repo.isis.vanderbilt.edu:GReAT/1.7.8 && \
+ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GReAT/1.7.8
 
 # For Udm and GReAT
 # JIRA: make release


More information about the Mobies-commit mailing list