Joey Boggs has submitted this change and it was merged. Change subject: Remove $package-release file before creating it ......................................................................
Remove $package-release file before creating it When build the iso using autobuild.sh under ovirt-ndoe, the package name will be ovirt-node-image. But in the recipe/ovirt19-post.ks, the command: ln -s /etc/system-release /etc/ovirt-node-image-release creates link file ovirt-node-images-release that refers to the /etc/system-release. So this will cause both /etc/ovirt-ndoe-image-release and /etc/system-release are link files and they refer to each other. This patch remove the $package-release file anyway to avoid refer to each. Change-Id: I6da35c6a20de242d5c0c66ea06fc4edc07369b50 Signed-off-by: Wenyi Gao <[email protected]> --- M recipe/common-nochroot.ks 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Joey Boggs: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/17232 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6da35c6a20de242d5c0c66ea06fc4edc07369b50 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Wenyi Gao <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Joey Boggs <[email protected]> Gerrit-Reviewer: Michael Burns <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
