[commit] r2549 - trunk/Doc

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Oct 9 12:40:52 CDT 2014


Author: ksmyth
Date: Thu Oct  9 12:40:52 2014
New Revision: 2549

Log:
Update GME_Release_howto

Modified:
   trunk/Doc/GME_release_howto.txt

Modified: trunk/Doc/GME_release_howto.txt
==============================================================================
--- trunk/Doc/GME_release_howto.txt	Thu Oct  9 12:40:46 2014	(r2548)
+++ trunk/Doc/GME_release_howto.txt	Thu Oct  9 12:40:52 2014	(r2549)
@@ -5,7 +5,7 @@
 Update version number: Doc/index.md
 curl -s -S http://build.isis.vanderbilt.edu/job/GME/label=build-slave9/lastBuild/consoleText | grep Finding\ ID
 curl -s -S http://build.isis.vanderbilt.edu/job/GME_x64/lastBuild/label=build-slave6/consoleText | grep Finding\ ID
-ssh kms1 'cd symbolstmp && python ~/bin/pdb_promote.py 0000010154 0000010155' # x2 "Finding ID"
+ssh kms1 'cd symbolstmp && python ~/bin/pdb_promote.py 0000011568 0000011567' # x2 "Finding ID"
 ssh kms1 rsync -avP symbols /media/7ce1528b-2101-4764-81e3-aed9112e3ad8/214/
 export PATH=$PATH:/c/cygwin/bin:"/c/Program Files/7-Zip/:/cygdrive/c/Program Files/7-Zip/"
 curl -o GME_x64-14.10.8.msi http://build.isis.vanderbilt.edu/job/GME_x64_msi/label=build-slave6/lastSuccessfulBuild/artifact/trunk/Install/GME_x64.msi && \
@@ -38,7 +38,8 @@
 set _NT_SYMBOL_PATH=srv*c:\GME_14.10.8_symbols*http://symbols.isis.vanderbilt.edu/;srv*c:\symbols*http://msdl.microsoft.com/download/symbols
 "c:\Program Files (x86)\Debugging Tools for Windows (x86)\symchk.exe" /r "C:\Program Files (x86)\GME"
 "c:\Program Files (x86)\Debugging Tools for Windows (x86)\symchk.exe" /r "C:\Program Files\GME"
-"c:\Program Files\7-Zip\7z.exe" a -xr!.svn %userprofile%\GME_14.10.8_symbols.zip c:\GME_14.10.8_symbols
+"c:\Program Files\7-Zip\7z.exe" a -xr!.svn %userprofile%\GME_14.10.8_symbols.7z c:\GME_14.10.8_symbols
+copy %userprofile%\GME_14.10.8_symbols.7z \\vboxsrv\xfer
 
-scp GME_14.10.8_symbols.zip repo at repo.isis.vanderbilt.edu:GME/14.10.8/ && \
+scp Desktop/xfer/GME_14.10.8_symbols.7z repo at repo.isis.vanderbilt.edu:GME/14.10.8/ && \
 ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/14.10.8/


More information about the gme-commit mailing list