Skip to content

Commit b71c6a0

Browse files
committed
Removed some actions from bin/mkrelease, as they don't work as intended with the new --system-site-packages virtualenv setup.
- Legacy-Id: 12205
1 parent 669627b commit b71c6a0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin/mkrelease

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ changes=$( sed -n "/^$PROJ ($VER.*)/,/^ -- /p" changelog )
185185
#note "$changes"
186186

187187
note "Upgrading the python library modules before checking migrations and running tests ..."
188-
pip freeze > minimum-requirements.txt
189188
pip install --upgrade -r requirements.txt
190189

191190
note "Checking that all model changes have been captured in migrations ..."
@@ -282,4 +281,4 @@ cat ~/src/db/mail/release-mail-v$VER.txt | $do mail -s "New datatracker release:
282281

283282
$do toolsfeed control changelog /www/tools.ietf.org/tools/atomfeed.xml
284283
$do toolpush /www/tools.ietf.org/tools/atomfeed.xml
285-
pip install -q -r minimum-requirements.txt
284+

0 commit comments

Comments
 (0)