Changeset 3912


Ignore:
Timestamp:
Apr 19, 2019 1:57:56 PM (5 years ago)
Author:
toby
Message:

updates for packaging

Location:
install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2full/construct.yaml.template

    r3910 r3912  
    2424    - pytz=2018
    2525    - pyparsing=2.3
    26     - Z:\win-64\gsas2complete-**Version**-0.tar.bz2
     26    - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2
    2727
    2828exclude:
  • install/setversion.py

    r3910 r3912  
    4040    out = fp.read().replace('**Version**',version)
    4141    fp.close()
     42    print('Creating',fil)
    4243    fp = open(fil,'w')
    4344    fp.write(out)
Note: See TracChangeset for help on using the changeset viewer.