##// END OF EJS Templates
builddeb: ignore vcs and build results...
Sean Farley -
r28992:dd7b72b5 stable
parent child Browse files
Show More
@@ -72,7 +72,7 b' if [ "$BUILD" ]; then'
72 sed -i.tmp "s/__CODENAME__/$CODENAME/" $changelog
72 sed -i.tmp "s/__CODENAME__/$CODENAME/" $changelog
73 rm $changelog.tmp
73 rm $changelog.tmp
74
74
75 debuild -us -uc -b
75 debuild -us -uc -i -I -b
76 if [ $? != 0 ]; then
76 if [ $? != 0 ]; then
77 echo 'debuild failed!'
77 echo 'debuild failed!'
78 exit 1
78 exit 1
General Comments 0
You need to be logged in to leave comments. Login now