Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 561 → Rev 560

/kernel/trunk/tools/config.py
5,7 → 5,6
import sys
import os
import re
import commands
 
INPUT = 'kernel.config'
OUTPUT = 'Makefile.config'
377,10 → 376,7
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