We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7618ce commit 2c95e0eCopy full SHA for 2c95e0e
1 file changed
bin/mkrelease
@@ -178,6 +178,9 @@ changes=$( sed -n "/^$PROJ ($VER.*)/,/^ -- /p" changelog )
178
[ "$changes" ] || die "No changelog information for $VER found"
179
#note "$changes"
180
181
+note "Checking for migrations not in SVN"
182
+$do svn st | grep "^[?] .*/migrations/[0-9].*\.py$" && die "There seems to be new migrations which aren't in SVN"
183
+
184
if [ -z "$PERMIT_MIGR_MIX" ]; then
185
note "Checking that we don't have both schema and data migrations ..."
186
cur=$(svn info | awk '/^Revision:/ { print $2 }')
0 commit comments