diff options
author | Markos Chandras <mchandras@suse.de> | 2017-06-29 09:46:32 +0100 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | b1920aac779aeff50016c7b89e124bdef6edb74e (patch) | |
tree | d4bb3813efaf5fab6608ec4b950888395d4a4f76 /xci/config/pinned-versions | |
parent | deceaa484e223045c4b07323895fa8f09e330846 (diff) |
prototypes: xci: update-osa-version-files: Add support for updating bifrost SHAs
Add a second optional argument to update the bifrost SHA instead of
doing this bit manually.
Change-Id: I0fab8745ae08ad4f54a2a1f5b0b7a64fde4b8295
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/config/pinned-versions')
-rwxr-xr-x | xci/config/pinned-versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index de222fd9..40f73bd0 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -23,5 +23,5 @@ export OPNFV_RELENG_VERSION="master" # HEAD of "master" as of 29.06.2017 export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"7c9bb5e07c6bc3b42c9a9e8457e5eef511075b38"} -# HEAD of "master" as of 04.04.2017 +# HEAD of "master" as of 29.06.2017 export OPENSTACK_OSA_VERSION=${OPENSTACK_OSA_VERSION:-"0648818c64239b534d00db381c4609f28e40bda9"} |