diff options
author | Markos Chandras <mchandras@suse.de> | 2017-07-03 21:46:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-03 21:46:37 +0000 |
commit | c5643adaaf9f4dd67b4adc617e00b25f8464d26a (patch) | |
tree | a1108ec5ec9cc216e2f8c3a78d18a61a995f2a85 /prototypes/xci/config | |
parent | e858613f52f1d8b9bea04870921395d36055bfe6 (diff) | |
parent | 791c723db42bf7e011d04ca5fb2a9f0e019700b4 (diff) |
Merge changes from topics 'prototypes/xci/config/pinned-versions-bump-dates', 'prototypes/xci/config/pinned-versions-bump-bifrost-version'
* changes:
prototypes: xci: scripts: Update SHA dates
prototypes: xci: update-osa-version-files: Add support for updating bifrost SHAs
Diffstat (limited to 'prototypes/xci/config')
-rwxr-xr-x | prototypes/xci/config/pinned-versions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prototypes/xci/config/pinned-versions b/prototypes/xci/config/pinned-versions index de222fd92..581786075 100755 --- a/prototypes/xci/config/pinned-versions +++ b/prototypes/xci/config/pinned-versions @@ -21,7 +21,7 @@ #------------------------------------------------------------------------------- # use releng from master until the development work with the sandbox is complete export OPNFV_RELENG_VERSION="master" -# HEAD of "master" as of 29.06.2017 +# HEAD of bifrost "master" as of 29.06.2017 export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"7c9bb5e07c6bc3b42c9a9e8457e5eef511075b38"} -# HEAD of "master" as of 04.04.2017 +# HEAD of osa "master" as of 29.06.2017 export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"0648818c64239b534d00db381c4609f28e40bda9"} |