aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-10-16 14:18:32 +0200
committerStefan K. Berg <stefan.k.berg@ericsson.com>2015-10-16 14:18:32 +0200
commita890c03a1bf0ebdd19cf8c2dfdf3bc19a2391fc7 (patch)
tree7fe41968ec78f45e026bca047acc752a42350aec
parente532d93d6fef7f23f3f227eaf855fff2be846ae7 (diff)
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 <stefan.k.berg@ericsson.com>
-rw-r--r--fuel/build/f_isoroot/f_kscfg/ks.cfg3
1 files changed, 2 insertions, 1 deletions
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