| Rev |
Log message |
Author |
Age |
Path |
| 564 |
This commit was manufactured by cvs2svn to create branch 'MORGEN'. |
|
3629d 19h 55m |
/branches/MORGEN/ |
| 562 |
Don't need the hack that was in there to add chandler directory to
sys.path |
morgen |
3629d 19h 55m |
/trunk/ |
| 561 |
Don't need the hack that was in there to add the chandler directory to
sys.path |
morgen |
3629d 19h 56m |
/trunk/ |
| 560 |
When doing a HardHat "distribute" command (-D buildId), I now strip "CHANDLER_"
(if any) from the buildId when generating file names for the distros. This is
to avoid ending up with filenames like:
Chandler_linux_CHANDLER_M1.tar.gz
You'll instead get:
Chandler_linux_M1.tar.gz
Although the string stored in version.py will still include the "CHANDLER_" |
morgen |
3629d 20h 11m |
/trunk/ |
| 559 |
Changed -R to -r for cvs checkout |
morgen |
3629d 23h 04m |
/trunk/ |
| 558 |
version.py now gets copied to the end-user distro |
morgen |
3632d 21h 14m |
/trunk/ |
| 557 |
The distribute mode (-D) to hardhat now creates compressed files (either gzip
or zip, depending on platform) of the debug or release directory, and also
uses the manifest file to create an end-user distribution. You must now
pass a string argument to the -D flag indicating the build version. |
morgen |
3632d 21h 16m |
/trunk/ |
| 556 |
A module to store version information. Currently contains a single variable
"build" which is a string representing the build version. This string should
be enough to recreate the source that went into this release fro CVS, and
will either be a date in a CVS-compatible format, or a CVS tag. |
morgen |
3632d 21h 19m |
/trunk/ |
| 555 |
Added an import of sys |
morgen |
3633d 18h 58m |
/trunk/ |
| 554 |
The -D (distribute) option to HardHat now builds tarballs, zip files, and
disk images of the release directory and the end-user directory. -D takes
a parameter which is the "build version" -- a string which should be
enough to let you recreate the source from CVS (so either a date or a
CVS tag). |
morgen |
3633d 19h 02m |
/trunk/ |
| 553 |
Remove the build directory at start. |
morgen |
3633d 21h 59m |
/trunk/ |
| 552 |
Combined the 2 hardhat calls (-B and -D) into a single call (-BD) so that
there is one combined logfile |
morgen |
3633d 22h 02m |
/trunk/ |
| 551 |
A script to do a build of a project, you can pass it a cvs date or tag
and it will check out the appropriate "vintage" of the code. |
morgen |
3634d 00h 10m |
/trunk/ |
| 550 |
Removed net/rap from the build dependencies list since we're not using it
right now. |
morgen |
3634d 02h 09m |
/trunk/ |
| 549 |
During release build, also do a distribute |
morgen |
3634d 22h 04m |
/trunk/ |
| 548 |
Renamed to "buildscript" |
morgen |
3635d 00h 31m |
/trunk/ |
| 547 |
The build script specific to Chandler that gets called from tinderbuild.py |
morgen |
3635d 00h 34m |
/trunk/ |
| 546 |
Some functions from hardhatlib.py that tinderbuild.py wants to use, but
doesn't need the entire hardhatlib. These functions should next be removed
from hardhatlib.py. |
morgen |
3635d 01h 12m |
/trunk/ |
| 545 |
A build script which sends reports to a tinderbox server |
morgen |
3635d 01h 13m |
/trunk/ |
| 544 |
Edited Jed's about MrMenus |
john |
3635d 21h 25m |
/trunk/ |