* Include the SVN revision in the ISO name.

svn path=/nixos/trunk/; revision=14138
This commit is contained in:
Eelco Dolstra 2009-02-20 11:10:17 +00:00
parent a2a092db87
commit e9b6d417a6

View File

@ -54,6 +54,7 @@ let
platform = system;
compressImage = true;
nixpkgsPath = nixpkgs.path;
relName = "nixos-${builtins.readFile ./VERSION}${if !officialRelease then "pre${toString nixosSrc.rev}" else ""}";
}).rescueCD;
in