Changeset 6e2fe95 in sasview


Ignore:
Timestamp:
Apr 13, 2009 9:07:08 PM (16 years ago)
Author:
Mathieu Doucet <doucetm@…>
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
Message:

sansview: build script now defaults to full installer build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/build_sansview.py

    r553d047 r6e2fe95  
    179179    import sys 
    180180     
     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         
    181187    if len(sys.argv)>1: 
     188        # Help 
    182189        if sys.argv[1]=="-h": 
    183190            print "Usage:" 
     
    190197            print "    -n: Print out the dependencies for the release notes" 
    191198        elif sys.argv[1]=="-n": 
     199            # Print out release URLs 
    192200            print SANSMODELS_URL  
    193201            print DATALOADER_URL  
Note: See TracChangeset for help on using the changeset viewer.