Changeset 4168
- Timestamp:
- Jan 10, 2007, 6:08:49 PM (18 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r4160 r4168 539 539 (simply aliasing svn to the binary will not work) 540 540 """ 541 542 #FIXME (Ole): Change this so that svn info is attempted first. 543 # If that fails, try to read a stored file with that same info (this would be created by e.g. the release script). Failing that, throw an exception. 544 541 545 542 546 import os, sys -
create_distribution.py
r4122 r4168 25 25 # Refresh sandit and retrieve svn revision number 26 26 # from last line in svn update output 27 28 # FIXME (Ole): Change this to use util.get_version_info() and create 29 # file with version info for release. 30 # This will also mean that the version currently checked out is 31 # the one which will be released. 32 27 33 filename = mktemp() + '.txt' 28 34
Note: See TracChangeset
for help on using the changeset viewer.