Changeset 4264
- Timestamp:
- Feb 16, 2007, 11:43:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
create_distribution.py
r4170 r4264 95 95 store_version_info(destination_path=distro_dir+'/anuga', verbose=True) 96 96 97 import sys; sys.exit()98 99 100 101 97 # Zip it up 102 98 s = 'cd %s;tar cvfz %s *' %(distro_dir, distro_filename)
Note: See TracChangeset
for help on using the changeset viewer.