Updated svn:ignore list for bin/
- Legacy-Id: 10891
This commit is contained in:
parent
e54feff68a
commit
1894115c62
36
bin/.gitignore
vendored
36
bin/.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue