Changeset 940cac0 in mainline for tools/config.py
- Timestamp:
- 2005-12-07T17:17:20Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4acac843
- Parents:
- 54257ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/config.py
r54257ba r940cac0 6 6 import os 7 7 import re 8 import commands 8 9 9 10 INPUT = 'kernel.config' … … 377 378 # Set title of the dialog window 378 379 dlg.set_title(line[2:].strip()) 379 380 381 outf.write('\n') 382 outf.write('REVISION=%s\n' % commands.getoutput('svnversion . 2> /dev/null')) 383 outf.write('TIMESTAMP=%s\n' % commands.getoutput('date "+%Y-%m-%d %H:%M:%S"')) 380 384 outf.close() 381 385 f.close()
Note:
See TracChangeset
for help on using the changeset viewer.