Changeset 3912
- Timestamp:
- Apr 19, 2019 1:57:56 PM (5 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2full/construct.yaml.template
r3910 r3912 24 24 - pytz=2018 25 25 - pyparsing=2.3 26 - Z:\win-64\gsas2complete-**Version**-0.tar.bz226 - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2 27 27 28 28 exclude: -
install/setversion.py
r3910 r3912 40 40 out = fp.read().replace('**Version**',version) 41 41 fp.close() 42 print('Creating',fil) 42 43 fp = open(fil,'w') 43 44 fp.write(out)
Note: See TracChangeset
for help on using the changeset viewer.