[commit] r2620 - trunk/Doc
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Mar 23 11:11:48 CDT 2016
Author: ksmyth
Date: Wed Mar 23 11:11:48 2016
New Revision: 2620
Log:
GME 16.3.23
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 Fri Jan 22 17:42:42 2016 (r2619)
+++ trunk/Doc/GME_release_howto.txt Wed Mar 23 11:11:48 2016 (r2620)
@@ -4,15 +4,15 @@
Peter Volgyesi <volgy at isis.vanderbilt.edu>
Daniel Balasubramanian <daniel at isis.vanderbilt.edu>
-Previous maintainer/developer Kevin Smyth <ksmyth at isis.vanderbilt.edu>
+Previous maintainer/developer Kevin Smyth <kevin.m.smyth at gmail.com>
Prerequisites:
- cygwin with ssh, scp, rsync, curl (marked as bash below), 7-zip, python2.7 (make sure python is in the PATH)
- python markdown virtual environment (cmd)
- git clone https://github.com/pypa/virtualenv.git %USERPROFILE%\\Downloads\\virtualenv
cd %USERPROFILE%\\Downloads
- python virtualenv\virtualenv.py markdown
+ python -m pip install virtualenv
+ python -m virtualenv markdown
markdown\Scripts\pip install markdown
- ssh access
@@ -25,7 +25,7 @@
pushd Doc
%USERPROFILE%\Downloads\markdown\Scripts\python -m markdown index.md > index.html
popd
-svn ci -m "GME release 15.5.8"
+svn ci -m "GME release 16.3.23"
#wait for all gme builds on http://build.isis.vanderbilt.edu/
@@ -37,25 +37,25 @@
ssh build at kms1.isis.vanderbilt.edu rsync -avP symbols /media/7ce1528b-2101-4764-81e3-aed9112e3ad8/214/
#Downloading the build artifacts, i.e. two installers and the README file
-mkdir GME-15.5.8
-cd GME-15.5.8
+mkdir GME-16.3.23
+cd GME-16.3.23
export PATH=$PATH:/c/cygwin/bin:"/c/Program Files/7-Zip/:/cygdrive/c/Program Files/7-Zip/"
-curl -o GME_x64-15.5.8.msi http://build.isis.vanderbilt.edu/job/GME_x64_msi/label=build-slave6/lastSuccessfulBuild/artifact/trunk/Install/GME_x64.msi && \
-curl -o GME-15.5.8.msi http://build.isis.vanderbilt.edu/job/GME/label=build-slave9/lastSuccessfulBuild/artifact/trunk/Install/GME.msi && \
+curl -o GME_x64-16.3.23.msi http://build.isis.vanderbilt.edu/job/GME_x64_msi/label=build-slave6/lastSuccessfulBuild/artifact/trunk/Install/GME_x64.msi && \
+curl -o GME-16.3.23.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
#!/bin/bash
for file in http://build.isis.vanderbilt.edu/job/GME_x64/lastSuccessfulBuild/label=build-slave6/artifact/trunk/Install/GME_bin_x64.wixlib http://build.isis.vanderbilt.edu/job/GME/lastSuccessfulBuild/label=build-slave9/artifact/trunk/Install/GME_bin.wixlib http://build.isis.vanderbilt.edu/job/GME/lastSuccessfulBuild/label=build-slave9/artifact/trunk/Install/GME_paradigms.wixlib http://build.isis.vanderbilt.edu/job/GME/lastSuccessfulBuild/label=build-slave9/artifact/trunk/Install/GME_SDK.wixlib; do curl -O $file; done
#!/bin/bash
-svn cp -m 'Tag Release 15.5.8' https://svn.isis.vanderbilt.edu/GMESRC/trunk https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_15.5.8
-svn export https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_15.5.8 GME-15.5.8_src && \
-7z.exe a GME-15.5.8_src.zip GME-15.5.8_src/
+svn cp -m 'Tag Release 16.3.23' https://svn.isis.vanderbilt.edu/GMESRC/trunk https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_16.3.23
+svn export https://svn.isis.vanderbilt.edu/GMESRC/tags/Release_16.3.23 GME-16.3.23_src && \
+7z.exe a GME-16.3.23_src.zip GME-16.3.23_src/
#!/bin/bash
-ssh repo at repo.isis.vanderbilt.edu mkdir GME/15.5.8/ && \
-scp README.txt GME-15.5.8.msi GME_x64-15.5.8.msi GME-15.5.8_src.zip repo at repo.isis.vanderbilt.edu:GME/15.5.8/ && \
-ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/15.5.8/
+ssh repo at repo.isis.vanderbilt.edu mkdir GME/16.3.23/ && \
+scp README.txt GME-16.3.23.msi GME_x64-16.3.23.msi GME-16.3.23_src.zip repo at repo.isis.vanderbilt.edu:GME/16.3.23/ && \
+ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/16.3.23/
# Update online documentation:
@@ -65,7 +65,7 @@
rsync --chmod=ugo+xr,u+w,o-w --perms --delete --delete-excluded -avP . --include=/Tutorial** --include google3a6cca9137b58176.html --include=index.html --include=markdown.css --include='*/' --include='**GME Manual and User Guide.pdf' --exclude=* build at kms1.isis.vanderbilt.edu:/home/build/gmedav/www/
-# Make sure links are working from http://repo.isis.vanderbilt.edu/GME/old/15.5.8/
+# Make sure links are working from http://repo.isis.vanderbilt.edu/GME/old/16.3.23/
## OPTIONAL STEPS
@@ -78,12 +78,12 @@
REM install these tools
REM https://www.microsoft.com/en-us/download/details.aspx?id=8279 - Windows 7 debugging tools might be installed in "c:\Program Files\Debugging Tools for Windows (x64)\symchk.exe"
REM 7-zip http://www.7-zip.org/
-set _NT_SYMBOL_PATH=srv*c:\GME_15.5.8_symbols*http://symbols.isis.vanderbilt.edu/;srv*c:\symbols*http://msdl.microsoft.com/download/symbols
-mkdir c:\GME_15.5.8_symbols
+set _NT_SYMBOL_PATH=srv*c:\GME_16.3.23_symbols*http://symbols.isis.vanderbilt.edu/;srv*c:\symbols*http://msdl.microsoft.com/download/symbols
+mkdir c:\GME_16.3.23_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_15.5.8_symbols.7z c:\GME_15.5.8_symbols
-copy %userprofile%\GME_15.5.8_symbols.7z \\vboxsrv\xfer
+"c:\Program Files\7-Zip\7z.exe" a -xr!.svn %userprofile%\GME_16.3.23_symbols.7z c:\GME_16.3.23_symbols
+copy %userprofile%\GME_16.3.23_symbols.7z \\vboxsrv\xfer
-scp Desktop/xfer/GME_15.5.8_symbols.7z repo at repo.isis.vanderbilt.edu:GME/15.5.8/ && \
-ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/15.5.8/
+scp Desktop/xfer/GME_16.3.23_symbols.7z repo at repo.isis.vanderbilt.edu:GME/16.3.23/ && \
+ssh repo at repo.isis.vanderbilt.edu chmod -R a+r GME/16.3.23/
Modified: trunk/Doc/README_in.txt
==============================================================================
--- trunk/Doc/README_in.txt Fri Jan 22 17:42:42 2016 (r2619)
+++ trunk/Doc/README_in.txt Wed Mar 23 11:11:48 2016 (r2620)
@@ -25,7 +25,7 @@
1. Release Notes
************************************************
-Release Notes
+Release Notes of Release 16.3.23
----------------------------------
- Binary compatibility with 11.12.2
- Fix GME Console for high-DPI displays
Modified: trunk/Doc/index.html
==============================================================================
--- trunk/Doc/index.html Fri Jan 22 17:42:42 2016 (r2619)
+++ trunk/Doc/index.html Wed Mar 23 11:11:48 2016 (r2620)
@@ -8,9 +8,9 @@
<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 />
- <a href="http://repo.isis.vanderbilt.edu/GME/15.5.8/README.txt">README/changelog</a><br />
- <a href="http://repo.isis.vanderbilt.edu/GME/15.5.8/GME-15.5.8.msi" id="win32_installer">GME-15.5.8.msi</a><br />
- <a href="http://repo.isis.vanderbilt.edu/GME/15.5.8/GME_x64-15.5.8.msi" id="win64_installer">GME_x64-15.5.8.msi</a><br />
+ <a href="http://repo.isis.vanderbilt.edu/GME/16.3.23/README.txt">README/changelog</a><br />
+ <a href="http://repo.isis.vanderbilt.edu/GME/16.3.23/GME-16.3.23.msi" id="win32_installer">GME-16.3.23.msi</a><br />
+ <a href="http://repo.isis.vanderbilt.edu/GME/16.3.23/GME_x64-16.3.23.msi" id="win64_installer">GME_x64-16.3.23.msi</a><br />
<a href="http://repo.isis.vanderbilt.edu/GME/old/">older releases, source code, and debugging symbols</a> </p>
<p><a href="GME Manual and User Guide/GME Manual and User Guide.pdf">GME User's Manual</a></p>
<p><a href="Tutorial/index.html">GME Tutorials</a></p>
@@ -21,7 +21,7 @@
function find_platform() {
ua = navigator.userAgent;
- if (ua.search(/Win64; x64;/i) >= 0 || ua.search(/WOW64/i) >= 0) {
+ if (ua.search(/Win64; x64/i) >= 0 || ua.search(/WOW64/i) >= 0) {
platform = 'win64';
} else if (ua.search(/Intel Mac OS X 10.[6789]/i) >= 0) {
platform = 'macintel64';
Modified: trunk/Doc/index.md
==============================================================================
--- trunk/Doc/index.md Fri Jan 22 17:42:42 2016 (r2619)
+++ trunk/Doc/index.md Wed Mar 23 11:11:48 2016 (r2620)
@@ -13,9 +13,9 @@
[GME overview](http://www.isis.vanderbilt.edu/Projects/gme/)
Download GME
- [README/changelog](http://repo.isis.vanderbilt.edu/GME/15.5.8/README.txt)
- <a href="http://repo.isis.vanderbilt.edu/GME/15.5.8/GME-15.5.8.msi" id="win32_installer">GME-15.5.8.msi</a>
- <a href="http://repo.isis.vanderbilt.edu/GME/15.5.8/GME_x64-15.5.8.msi" id="win64_installer">GME_x64-15.5.8.msi</a>
+ [README/changelog](http://repo.isis.vanderbilt.edu/GME/16.3.23/README.txt)
+ <a href="http://repo.isis.vanderbilt.edu/GME/16.3.23/GME-16.3.23.msi" id="win32_installer">GME-16.3.23.msi</a>
+ <a href="http://repo.isis.vanderbilt.edu/GME/16.3.23/GME_x64-16.3.23.msi" id="win64_installer">GME_x64-16.3.23.msi</a>
[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)
@@ -31,7 +31,7 @@
function find_platform() {
ua = navigator.userAgent;
- if (ua.search(/Win64; x64;/i) >= 0 || ua.search(/WOW64/i) >= 0) {
+ if (ua.search(/Win64; x64/i) >= 0 || ua.search(/WOW64/i) >= 0) {
platform = 'win64';
} else if (ua.search(/Intel Mac OS X 10.[6789]/i) >= 0) {
platform = 'macintel64';
More information about the gme-commit
mailing list