From: Stefan K. Berg Date: Fri, 16 Oct 2015 12:18:32 +0000 (+0200) Subject: Copy gitinfo.txt to the root of the Fuel master X-Git-Tag: brahmaputra.1.rc1~133 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a890c03a1bf0ebdd19cf8c2dfdf3bc19a2391fc7;p=fuel.git 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 --- 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