From a890c03a1bf0ebdd19cf8c2dfdf3bc19a2391fc7 Mon Sep 17 00:00:00 2001 From: "Stefan K. Berg" Date: Fri, 16 Oct 2015 14:18:32 +0200 Subject: Copy gitinfo.txt to the root of the Fuel master The gitinfo.txt file contains the SHA1 of all upstream repos used during the build of the install ISO (including the OPNFV Fuel repo as well). Move these to the root directory of the nstalled Fuel master as well for easy reference. Change-Id: I23caadc23c69744a980027ef24d974f11efc37bd Signed-off-by: Stefan K. Berg --- fuel/build/f_isoroot/f_kscfg/ks.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fuel/build/f_isoroot/f_kscfg/ks.cfg b/fuel/build/f_isoroot/f_kscfg/ks.cfg index 12cd1abab..b3d56044b 100644 --- a/fuel/build/f_isoroot/f_kscfg/ks.cfg +++ b/fuel/build/f_isoroot/f_kscfg/ks.cfg @@ -564,6 +564,7 @@ EOF # TODO: This ought to be a package instead! mkdir -p /opt/opnfv cp -r ${SOURCE}/opnfv /opt +cp ${SOURCE}/gitinfo.txt / ######### OPNFV addition END ############ # Unmounting source @@ -595,4 +596,4 @@ cp -f /etc/skel/.bash* /root/ # Blacklist i2c_piix4 module for VirtualBox so it does not create kernel errors [[ $(virt-what) = "virtualbox" ]] && echo "blacklist i2c_piix4" > /etc/modprobe.d/blacklist-i2c-piix4.conf -%end \ No newline at end of file +%end -- cgit 1.2.3-korg