Changeset 6e2fe95 in sasview
- Timestamp:
- Apr 13, 2009 9:07:08 PM (16 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- f6b65b8
- Parents:
- 25b9c26d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/build_sansview.py
r553d047 r6e2fe95 179 179 import sys 180 180 181 print "Build script for SansView %s" % SANSVIEW 182 183 if len(sys.argv)==1: 184 # If there is no argument, build the installer 185 sys.argv.append("-i") 186 181 187 if len(sys.argv)>1: 188 # Help 182 189 if sys.argv[1]=="-h": 183 190 print "Usage:" … … 190 197 print " -n: Print out the dependencies for the release notes" 191 198 elif sys.argv[1]=="-n": 199 # Print out release URLs 192 200 print SANSMODELS_URL 193 201 print DATALOADER_URL
Note: See TracChangeset
for help on using the changeset viewer.