diff options
author | Greg Noel <GregNoel@tigris.org> | 2010-06-07 09:33:56 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2010-06-07 09:33:56 (GMT) |
commit | 309df4ac53e3c96e642db2cfa215125c15a7e6ed (patch) | |
tree | 7584e3b8c7630fd681be01b5747760035b9fbe0b /README | |
parent | 4342bb15a6592e9a29716523902d717aaa841ccc (diff) | |
download | SCons-309df4ac53e3c96e642db2cfa215125c15a7e6ed.zip SCons-309df4ac53e3c96e642db2cfa215125c15a7e6ed.tar.gz SCons-309df4ac53e3c96e642db2cfa215125c15a7e6ed.tar.bz2 |
Initial drop of bin/update-release-info.py.
This program automates the process of inserting the release configuration
information that is currently done by hand. The configuration data now
all lives in a file, 'ReleaseConfig'. Change the configuration file, run
the program, and, hey presto, the files are updated.
More work needs to be done; the documentation doesn't quite match with the
program and the regression tests only cover the release flows, but it's
important to get this stuff out before the next release is published so
people can start using it.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,3 @@ -# __COPYRIGHT__ - SCons - a software construction tool Welcome to the SCons development tree. The real purpose of this tree @@ -782,3 +780,5 @@ With plenty of help from the SCons Development team: Anthony Roach Greg Spencer Christoph Wiedemann + +__COPYRIGHT__ |