diff options
author | 2017-09-13 16:52:26 +0000 | |
---|---|---|
committer | 2017-09-13 16:52:26 +0000 | |
commit | 8f252cda5440924a4dbd248c7ce097ab744c9ab2 (patch) | |
tree | 396cde18dbd38cccaf0b03bd4bf66eda71813345 /xci | |
parent | 0229646cf9676fec855bd0de195d9dc4a7a9873b (diff) | |
parent | 801b4d036875da53aa29d4a3d6bdce8a0d8a040a (diff) |
Merge "xci: scripts: Update wording for comments"
Diffstat (limited to 'xci')
-rwxr-xr-x | xci/scripts/update-osa-version-files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/scripts/update-osa-version-files.sh b/xci/scripts/update-osa-version-files.sh index d822d257..bb28f9d3 100755 --- a/xci/scripts/update-osa-version-files.sh +++ b/xci/scripts/update-osa-version-files.sh @@ -65,7 +65,7 @@ echo """--- # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# these versions are extracted based on the osa commit ${1} on $(git --no-pager log -1 --format=%cI $1) +# these versions are based on the osa commit ${1} on $(git --no-pager log -1 --format=%cd --date=format:%Y-%m-%d $1) # https://review.openstack.org/gitweb?p=openstack/openstack-ansible.git;a=commit;h=$1""" > $releng_xci_base/file/ansible-role-requirements.yml cat $tempdir/openstack-ansible/ansible-role-requirements.yml >> $releng_xci_base/file/ansible-role-requirements.yml |