Skip to content

Commit 6158832

Browse files
committed
Tweaked bin/mkrelease.
- Legacy-Id: 9630
1 parent 2b926e8 commit 6158832

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/mkrelease

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)"
174174
note "Checking that changelog information is available"
175175
changes=$( sed -n "/^$PROJ ($VER.*)/,/^ -- /p" changelog )
176176
[ "$changes" ] || die "No changelog information for $VER found"
177-
note "$changes"
177+
#note "$changes"
178178

179179
note "Checking that we don't have any model changes that haven't been captured in migrations"
180-
svn makemigrations | tee /dev/stderr | grep "^No changes detected$" || die "Model changes without migrations found."
180+
ietf/manage.py makemigrations | tee /dev/stderr | grep "^No changes detected$" || die "Model changes without migrations found."
181181

182182
note "Running the tests suite and writing release coverage data ..."
183183
$do ietf/manage.py test --settings=ietf.settings_releasetest --save-version-coverage=$VER

0 commit comments

Comments
 (0)