Changeset 4168


Ignore:
Timestamp:
Jan 10, 2007, 6:08:49 PM (18 years ago)
Author:
ole
Message:

FIXME's

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r4160 r4168  
    539539    (simply aliasing svn to the binary will not work)
    540540    """
     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
    541545   
    542546    import os, sys
  • create_distribution.py

    r4122 r4168  
    2525# Refresh sandit and retrieve svn revision number
    2626# 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
    2733filename = mktemp() + '.txt'
    2834
Note: See TracChangeset for help on using the changeset viewer.