Subversion Repositories oidplus

Rev

Rev 1436 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1436 Rev 1438
Line 22... Line 22...
22
 
22
 
23
# Please make sure to do all these steps before committing ANYTHING:
23
# Please make sure to do all these steps before committing ANYTHING:
24
 
24
 
25
DIR=$( dirname "$0" )
25
DIR=$( dirname "$0" )
26
 
26
 
27
# 0. Search for SPONGE (why Sponge? See TempleOS)
27
# 0. Search for SPONGE (Marker invented by Terry A Davis)
28
echo "0. Checking for forgotten sponges"
28
echo "0. Checking for forgotten sponges"
29
grep -r "SPONGE" | grep -v "\.svn/pristine" | grep -v "dev/release.sh"
29
grep -r "SPONGE" | grep -v "\.svn/pristine" | grep -v "dev/release.sh"
30
if [ $? -eq 0 ]; then
30
if [ $? -eq 0 ]; then
31
        echo "STOP! There are missing files. Please fix this problem (remove them from the SVN)"
31
        echo "STOP! There are missing files. Please fix this problem (remove them from the SVN)"
32
        exit 1
32
        exit 1