diff --git a/playbooks/proposal/propose_update.sh b/playbooks/proposal/propose_update.sh index 5fa03c8d5b..288f1e74b0 100755 --- a/playbooks/proposal/propose_update.sh +++ b/playbooks/proposal/propose_update.sh @@ -176,7 +176,7 @@ for PROJECT in $PROJECTS; do pushd $PROJECT_DIR if ! git diff --stat --exit-code HEAD ; then # Commit and review - git_args="-a -F- -s" + git_args="-a -F- -s --trailer='Generated-By:openstack/project-config:playbooks/proposal/propose_update.sh'" git commit $git_args < .gitreview git add .gitreview - git commit -m "Update .gitreview for $branch" -s + git commit -m "Update .gitreview for $branch" -s \ + --trailer="Generated-By:openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions" git show local shortbranch=$(basename $branch) git review -t "create-${shortbranch}" --yes @@ -110,7 +111,8 @@ the requirements repository branches. Until the requirements repository has as $branch branch, tests will continue to use the upper-constraints list on master." - git commit -m "$msg" -m "$body" -s + git commit -m "$msg" -m "$body" -s \ + --trailer="Generated-By:openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions" git show local shortbranch=$(basename $branch) git review -t "create-${shortbranch}" --yes diff --git a/roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh b/roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh index 47bdfcf752..a3e05e3f75 100755 --- a/roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh +++ b/roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh @@ -125,7 +125,8 @@ else if git commit -a -m "update constraint for $dist_name to new release $VERSION $TAG_META -" -s; then +" -s --trailer="Generated-By:openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh" + then echo "Sleeping 10 minutes to avoid issues with the pypi cache" sleep 600 git show