Copy gitinfo.txt to the root of the Fuel master 93/2593/1
authorStefan K. Berg <stefan.k.berg@ericsson.com>
Fri, 16 Oct 2015 12:18:32 +0000 (14:18 +0200)
committerStefan K. Berg <stefan.k.berg@ericsson.com>
Fri, 16 Oct 2015 12:18:32 +0000 (14:18 +0200)
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 <stefan.k.berg@ericsson.com>
fuel/build/f_isoroot/f_kscfg/ks.cfg

index 12cd1ab..b3d5604 100644 (file)
@@ -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