* Actually put the manifest on the CD.
svn path=/nixos/trunk/; revision=7780
This commit is contained in:
parent
995b749f70
commit
c56d3a8ce4
@ -28,6 +28,7 @@ done
|
|||||||
|
|
||||||
# Also put a nix-pull manifest of the closures on the CD.
|
# Also put a nix-pull manifest of the closures on the CD.
|
||||||
printManifest=1 perl $pathsFromGraph closure-* > MANIFEST
|
printManifest=1 perl $pathsFromGraph closure-* > MANIFEST
|
||||||
|
graftList="$graftList MANIFEST=MANIFEST"
|
||||||
|
|
||||||
|
|
||||||
# Add symlinks to the top-level store objects.
|
# Add symlinks to the top-level store objects.
|
||||||
|
@ -33,7 +33,7 @@ if ($ENV{"printManifest"} eq "1") {
|
|||||||
print "}\n";
|
print "}\n";
|
||||||
|
|
||||||
foreach my $storePath (sort (keys %storePaths)) {
|
foreach my $storePath (sort (keys %storePaths)) {
|
||||||
print "{\n";
|
print "localPath {\n";
|
||||||
print " StorePath: $storePath\n";
|
print " StorePath: $storePath\n";
|
||||||
print " CopyFrom: /tmp/inst-store$storePath\n";
|
print " CopyFrom: /tmp/inst-store$storePath\n";
|
||||||
print " References: ";
|
print " References: ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user