Use a nicer version string
[?]
Dec 5, 2011, 2:53 PM
R6O64PAEF3Y5WGC6ZZFU223YAY5PY2FSHIMBHBJG2RHVNK4QHLLACDependencies
- [2]
C7CXMZ66hydra: do not perform git clone every time. in stead work on local clone and pull - [3]
V2ALOFRRFix the test - [4]
VM3TQZ65* hydra: make manual.pdf - [5]
T4LLYESZ* Nix expression for building Hydra. - [6]
UHMUHQMUhydra: fix tarball build, add pre suffix to tarballs - [7]
7C6HSXUQ* Start of a regression test for Hydra. - [8]
M3A5PZIHhydra: Clarify the dependency on BDW-GC. - [9]
WYM574OIadd nix to buildinputs - [10]
YQWH4POV* Simplify. - [11]
6NWLMLSSremove nix from buildinputs
Change contents
- replacement in release.nix at line 2
, hydraSrc ? {outPath = ./.; rev = 1234;}, hydraSrc ? { outPath = ./.; revCount = 1234; gitTag = "abcdef"; } - replacement in release.nix at line 20
[ perl libxslt dblatex tetex nukeReferences pkgconfig boehmgc ];[ perl libxslt dblatex tetex nukeReferences pkgconfig boehmgc git ]; - edit in release.nix at line 22
versionSuffix = if officialRelease then "" else "pre${toString hydraSrc.revCount}-${hydraSrc.gitTag}";