From 1894115c62474a76673878745512b3d1f5a77bc7 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 4 Mar 2016 20:02:47 +0000 Subject: [PATCH] Updated svn:ignore list for bin/ - Legacy-Id: 10891 --- bin/.gitignore | 36 +++++++++++++++++++----------------- bin/mkrelease | 2 ++ 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/bin/.gitignore b/bin/.gitignore index 478f712a0..1cb779973 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,27 +1,29 @@ -/python -/easy_install -/activate.fish -/pip -/easy_install-2.7 /activate -/python2 -/python2.7 -/pip2 /activate.csh +/activate.fish /activate_this.py -/pyflakes -/pip2.7 /coverage -/coverage2 /coverage-2.7 -/rst2* -/rstpep2* -/ipy* +/coverage2 +/django-admin +/django-admin.py +/easy_install +/easy_install-2.7 +/faker /ipcluster* /ipcontroller* /ipengine* /iptest* -/xml2rfc -/django-admin -/django-admin.py +/ipy* +/pip +/pip2 +/pip2.7 +/pyflakes +/python +/python2 +/python2.7 +/rst2* +/rstpep2* +/unidecode /wheel +/xml2rfc diff --git a/bin/mkrelease b/bin/mkrelease index b0faa9278..c9d21e821 100755 --- a/bin/mkrelease +++ b/bin/mkrelease @@ -185,6 +185,7 @@ changes=$( sed -n "/^$PROJ ($VER.*)/,/^ -- /p" changelog ) #note "$changes" note "Upgrading the python library modules before checking migrations and running tests ..." +pip freeze > minimum-requirements.txt pip install --upgrade -r requirements.txt note "Checking that we don't have any model changes that haven't been captured in migrations ..." @@ -275,3 +276,4 @@ cat ~/src/db/release-mail-v$VER.txt | $do mail -s "New datatracker release: v$VE $do toolsfeed control changelog /www/tools.ietf.org/tools/atomfeed.xml $do toolpush /www/tools.ietf.org/tools/atomfeed.xml +pip install -r minimum-requirements.txt