Changeset e31c2c5 in mainline


Ignore:
Timestamp:
2009-08-07T16:16:19Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
121966e
Parents:
24edc18
Message:

Include the bzr revision ID instead of the svn revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/config.py

    r24edc18 re31c2c5  
    225225        "Create output configuration"
    226226       
    227         revision = commands.getoutput('svnversion . 2> /dev/null')
     227        revision = commands.getoutput('bzr version-info --custom --template="{revision_id}" 2> /dev/null')
    228228        timestamp = commands.getoutput('date "+%Y-%m-%d %H:%M:%S"')
    229229       
Note: See TracChangeset for help on using the changeset viewer.