mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
openstack-image-zfs: drop ".root" suffix in generated image name
hydra-build-products is automatically updated with the right name, as
is image-info.json.
This breaks hardcoded uses of the filename, but ensures that all the
other outputs are consistent and image.filePath is correct
(cherry picked from commit 5aba7c7131)
This commit is contained in:
committed by
github-actions[bot]
parent
3b593dd755
commit
43e97212f6
@@ -113,7 +113,7 @@ in
|
||||
postVM = ''
|
||||
extension=''${rootDiskImage##*.}
|
||||
friendlyName=$out/${config.image.baseName}
|
||||
rootDisk="$friendlyName.root.$extension"
|
||||
rootDisk="$friendlyName.$extension"
|
||||
mv "$rootDiskImage" "$rootDisk"
|
||||
|
||||
mkdir -p $out/nix-support
|
||||
|
||||
Reference in New Issue
Block a user