Changeset d5f8f19 in mainline for tools/config.py
- Timestamp:
- 2009-08-08T13:17:08Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 42cfd91, 54d0ddc
- Parents:
- a7de7907 (diff), 8688a6e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/config.py
ra7de7907 rd5f8f19 225 225 "Create output configuration" 226 226 227 revision = commands.getoutput(' svnversion .2> /dev/null')227 revision = commands.getoutput('bzr version-info --custom --template="{revision_id}" 2> /dev/null') 228 228 timestamp = commands.getoutput('date "+%Y-%m-%d %H:%M:%S"') 229 229
Note:
See TracChangeset
for help on using the changeset viewer.