Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 560 → Rev 561

/kernel/trunk/tools/buildtag
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/kernel/trunk/tools/config.py
5,6 → 5,7
import sys
import os
import re
import commands
 
INPUT = 'kernel.config'
OUTPUT = 'Makefile.config'
376,7 → 377,10
elif line.startswith('## '):
# Set title of the dialog window
dlg.set_title(line[2:].strip())
 
outf.write('\n')
outf.write('REVISION=%s\n' % commands.getoutput('svnversion . 2> /dev/null'))
outf.write('TIMESTAMP=%s\n' % commands.getoutput('date "+%Y-%m-%d %H:%M:%S"'))
outf.close()
f.close()
return asked_names