do not update constraints list on each new release

The release process has changed and we now ask submitters to update the
requirements lists as part of requesting the release, so we no longer
need to do that step ourselves.

Change-Id: I1390e5a8894174541b2b1304741ba5c7edcd6c0a
This commit is contained in:
Doug Hellmann 2015-10-01 19:00:17 +00:00
parent c8ada8d9ac
commit eff73f2e0e
1 changed files with 0 additions and 11 deletions

View File

@ -154,14 +154,3 @@ fi
title "Marking milestone as released in Launchpad"
milestone-close $PROJECT $TARGET
if [[ "$STABLE_BRANCH" != "1" ]]; then
title "Updating requirements"
cd $MYTMPDIR
clone_repo openstack/requirements
REQREPODIR="$(cd openstack/requirements && pwd)"
cd $REQREPODIR
tox -e venv -- edit-constraints upper-constraints.txt $DISTNAME "${DISTNAME}===${VERSION}"
git commit -a -m "Update $DISTNAME for new release $VERSION"
git review
fi