We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669627b commit b71c6a0Copy full SHA for b71c6a0
1 file changed
bin/mkrelease
@@ -185,7 +185,6 @@ changes=$( sed -n "/^$PROJ ($VER.*)/,/^ -- /p" changelog )
185
#note "$changes"
186
187
note "Upgrading the python library modules before checking migrations and running tests ..."
188
-pip freeze > minimum-requirements.txt
189
pip install --upgrade -r requirements.txt
190
191
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:
282
281
283
$do toolsfeed control changelog /www/tools.ietf.org/tools/atomfeed.xml
284
$do toolpush /www/tools.ietf.org/tools/atomfeed.xml
285
-pip install -q -r minimum-requirements.txt
+
0 commit comments