File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,10 +174,10 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)"
174174note " Checking that changelog information is available"
175175changes=$( sed -n " /^$PROJ ($VER .*)/,/^ -- /p" changelog )
176176[ " $changes " ] || die " No changelog information for $VER found"
177- note " $changes "
177+ # note "$changes"
178178
179179note " 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
182182note " Running the tests suite and writing release coverage data ..."
183183$do ietf/manage.py test --settings=ietf.settings_releasetest --save-version-coverage=$VER
You can’t perform that action at this time.
0 commit comments