Add api version to versions.yaml

Related to blueprint fuel-upgrade

Change-Id: I2995fa01a26982739e80e0165c8d594fbc5f69d4
This commit is contained in:
Dmitry Ilyin 2014-04-24 22:37:18 +04:00
parent 3960dc641b
commit 986951fb94

View File

@ -27,6 +27,7 @@ $(BUILD_DIR)/repos/$1.done:
touch $(BUILD_DIR)/repos/version.yaml
sed -i '/^ $1_sha:/d' $(BUILD_DIR)/repos/version.yaml
/bin/echo " $1_sha: \"`cd $(BUILD_DIR)/repos/$1 && git rev-parse --verify HEAD`\"" >> $(BUILD_DIR)/repos/version.yaml
/bin/echo " api: \"1.0\"" >> $(BUILD_DIR)/repos/version.yaml
touch $(BUILD_DIR)/repos/$1.done
endef