- Timestamp:
- Dec 6, 2007 5:02:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBbuildConfig.py
r812 r815 531 531 532 532 # if the lib directory is there, add it 533 # delete these if already there 533 534 if os.path.isdir( "lib") == True : 534 535 directories += " lib " … … 566 567 567 568 # tar it up 568 569 # buidDir should be name of tar file -- make unique 569 570 tarCmd = "tar -czvf " 570 571 #do something better with tar file name
Note: See TracChangeset
for help on using the changeset viewer.