[commit] r2550 - trunk/Doc

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Oct 10 09:06:24 CDT 2014


Author: ksmyth
Date: Fri Oct 10 09:06:23 2014
New Revision: 2550

Log:
GME release 14.10.10

Modified:
   trunk/Doc/GME_release_howto.txt
   trunk/Doc/README_in.txt
   trunk/Doc/index.html
   trunk/Doc/index.md

Modified: trunk/Doc/GME_release_howto.txt
==============================================================================
--- trunk/Doc/GME_release_howto.txt	Thu Oct  9 12:40:52 2014	(r2549)
+++ trunk/Doc/GME_release_howto.txt	Fri Oct 10 09:06:23 2014	(r2550)
@@ -8,19 +8,19 @@
 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 && \
-curl -o GME-14.10.8.msi http://build.isis.vanderbilt.edu/job/GME/label=build-slave9/lastSuccessfulBuild/artifact/trunk/Install/GME.msi && \
+curl -o GME_x64-14.10.10.msi http://build.isis.vanderbilt.edu/job/GME_x64_msi/label=build-slave6/lastSuccessfulBuild/artifact/trunk/Install/GME_x64.msi && \
+curl -o GME-14.10.10.msi http://build.isis.vanderbilt.edu/job/GME/label=build-slave9/lastSuccessfulBuild/artifact/trunk/Install/GME.msi && \
 curl -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 curl -O $file; done
 
-svn cp -m 'Tag Release 14.10.8' https://svn.isis.vanderbilt.edu/GMESRC/trunk https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_14.10.8
-svn export https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_14.10.8 GME-14.10.8_src && \
-7z.exe a GME-14.10.8_src.zip GME-14.10.8_src/
-
-ssh repo at repo.isis.vanderbilt.edu mkdir GME/14.10.8/ && \
-scp README.txt GME-14.10.8.msi GME_x64-14.10.8.msi GME-14.10.8_src.zip 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/
+svn cp -m 'Tag Release 14.10.10' https://svn.isis.vanderbilt.edu/GMESRC/trunk https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_14.10.10
+svn export https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_14.10.10 GME-14.10.10_src && \
+7z.exe a GME-14.10.10_src.zip GME-14.10.10_src/
+
+ssh repo at repo.isis.vanderbilt.edu mkdir GME/14.10.10/ && \
+scp README.txt GME-14.10.10.msi GME_x64-14.10.10.msi GME-14.10.10_src.zip repo at repo.isis.vanderbilt.edu:GME/14.10.10/ && \
+ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/14.10.10/
 
 
 # Update online documentation:
@@ -35,11 +35,11 @@
 #  c:\Python27\python.exe install_setup.py py2exe && move /y dist\install.exe .\install.exe
 
 Install GME on VM, check for missing symbols
-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
+set _NT_SYMBOL_PATH=srv*c:\GME_14.10.10_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.7z c:\GME_14.10.8_symbols
-copy %userprofile%\GME_14.10.8_symbols.7z \\vboxsrv\xfer
+"c:\Program Files\7-Zip\7z.exe" a -xr!.svn %userprofile%\GME_14.10.10_symbols.7z c:\GME_14.10.10_symbols
+copy %userprofile%\GME_14.10.10_symbols.7z \\vboxsrv\xfer
 
-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/
+scp Desktop/xfer/GME_14.10.10_symbols.7z repo at repo.isis.vanderbilt.edu:GME/14.10.10/ && \
+ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/14.10.10/

Modified: trunk/Doc/README_in.txt
==============================================================================
--- trunk/Doc/README_in.txt	Thu Oct  9 12:40:52 2014	(r2549)
+++ trunk/Doc/README_in.txt	Fri Oct 10 09:06:23 2014	(r2550)
@@ -28,6 +28,11 @@
 Release Notes of Release 14.10.8
 ----------------------------------
   - Binary compatibility with 11.12.2
+  - Fix bug in installer where environment variable GME_ROOT wasn't set
+
+Release Notes of Release 14.10.8
+----------------------------------
+  - Binary compatibility with 11.12.2
   - Interpreter wizard: generate interpreters that can be called from within a transaction
   - JavaCompRunner: support being called from within a transaction
   - gme.jar: expose more Mga methods

Modified: trunk/Doc/index.html
==============================================================================
--- trunk/Doc/index.html	Thu Oct  9 12:40:52 2014	(r2549)
+++ trunk/Doc/index.html	Fri Oct 10 09:06:23 2014	(r2550)
@@ -1,16 +1,16 @@
 <p><link href="markdown.css" rel="stylesheet"></link></p>
 <!---
 This file is synced manually to https://forge.isis.vanderbilt.edu/gme/
-See also https://svn.isis.vanderbilt.edu/MoBIES/UDM/trunk/UDM_Release_Howto.txt
+See also  https://svn.isis.vanderbilt.edu/GMESRC/trunk/Doc/GME_release_howto.txt
 -->
 
 <h1>GME</h1>
 <p>GME is the generic modeling environment.</p>
 <p><a href="http://www.isis.vanderbilt.edu/Projects/gme/">GME overview</a></p>
 <p>Download GME<br />
-&nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/14.10.8/README.txt">README/changelog</a><br />
-&nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/14.10.8/GME-14.10.8.msi" id="win32_installer">GME-14.10.8.msi</a><br />
-&nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/14.10.8/GME_x64-14.10.8.msi" id="win64_installer">GME_x64-14.10.8.msi</a><br />
+&nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/14.10.10/README.txt">README/changelog</a><br />
+&nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/14.10.10/GME-14.10.10.msi" id="win32_installer">GME-14.10.10.msi</a><br />
+&nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/14.10.10/GME_x64-14.10.10.msi" id="win64_installer">GME_x64-14.10.10.msi</a><br />
 &nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/old/">older releases, source code, and debugging symbols</a>  </p>
 <p><a href="GME%20Manual%20and%20User%20Guide/GME%20Manual%20and%20User%20Guide.pdf">GME User's Manual</a></p>
 <p><a href="Tutorial/index.html">GME Tutorials</a></p>

Modified: trunk/Doc/index.md
==============================================================================
--- trunk/Doc/index.md	Thu Oct  9 12:40:52 2014	(r2549)
+++ trunk/Doc/index.md	Fri Oct 10 09:06:23 2014	(r2550)
@@ -2,7 +2,7 @@
 
 <!---
 This file is synced manually to https://forge.isis.vanderbilt.edu/gme/
-See also https://svn.isis.vanderbilt.edu/MoBIES/UDM/trunk/UDM_Release_Howto.txt
+See also  https://svn.isis.vanderbilt.edu/GMESRC/trunk/Doc/GME_release_howto.txt
 -->
 
 GME
@@ -13,9 +13,9 @@
 [GME overview](http://www.isis.vanderbilt.edu/Projects/gme/)
 
 Download GME  
-&nbsp; [README/changelog](http://repo.isis.vanderbilt.edu/GME/14.10.8/README.txt)  
-&nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/14.10.8/GME-14.10.8.msi" id="win32_installer">GME-14.10.8.msi</a>  
-&nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/14.10.8/GME_x64-14.10.8.msi" id="win64_installer">GME_x64-14.10.8.msi</a>  
+&nbsp; [README/changelog](http://repo.isis.vanderbilt.edu/GME/14.10.10/README.txt)  
+&nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/14.10.10/GME-14.10.10.msi" id="win32_installer">GME-14.10.10.msi</a>  
+&nbsp; <a href="http://repo.isis.vanderbilt.edu/GME/14.10.10/GME_x64-14.10.10.msi" id="win64_installer">GME_x64-14.10.10.msi</a>  
 &nbsp; [older releases, source code, and debugging symbols](http://repo.isis.vanderbilt.edu/GME/old/)  
 
 [GME User's Manual](GME Manual and User Guide/GME Manual and User Guide.pdf)


More information about the gme-commit mailing list