Skip to content

Commit 1894115

Browse files
committed
Updated svn:ignore list for bin/
- Legacy-Id: 10891
1 parent e54feff commit 1894115

2 files changed

Lines changed: 21 additions & 17 deletions

File tree

bin/.gitignore

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
1-
/python
2-
/easy_install
3-
/activate.fish
4-
/pip
5-
/easy_install-2.7
61
/activate
7-
/python2
8-
/python2.7
9-
/pip2
102
/activate.csh
3+
/activate.fish
114
/activate_this.py
12-
/pyflakes
13-
/pip2.7
145
/coverage
15-
/coverage2
166
/coverage-2.7
17-
/rst2*
18-
/rstpep2*
19-
/ipy*
7+
/coverage2
8+
/django-admin
9+
/django-admin.py
10+
/easy_install
11+
/easy_install-2.7
12+
/faker
2013
/ipcluster*
2114
/ipcontroller*
2215
/ipengine*
2316
/iptest*
24-
/xml2rfc
25-
/django-admin
26-
/django-admin.py
17+
/ipy*
18+
/pip
19+
/pip2
20+
/pip2.7
21+
/pyflakes
22+
/python
23+
/python2
24+
/python2.7
25+
/rst2*
26+
/rstpep2*
27+
/unidecode
2728
/wheel
29+
/xml2rfc

bin/mkrelease

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ 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
188189
pip install --upgrade -r requirements.txt
189190

190191
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
275276

276277
$do toolsfeed control changelog /www/tools.ietf.org/tools/atomfeed.xml
277278
$do toolpush /www/tools.ietf.org/tools/atomfeed.xml
279+
pip install -r minimum-requirements.txt

0 commit comments

Comments
 (0)