release_sign() {
if test "$CONF" = "pbuilder"; then
- (cd $DEBREPO/$DEBDISTRO; gpg -abs -o Release.gpg Release)
+ (cd $DEBREPO/$DEBDISTRO; rm -f Release.gpg; gpg -abs -o Release.gpg Release)
fi
}
while test -n "$1"; do
case "$1" in
clean)
- sudo rm -rf results
+ sudo rm -rfv results
if test "$CONF" = "pbuilder"; then
- rm -rf $DEBREPO/stable $DEBREPO/unstable $DEBREPO/$DEBDISTRO $DEBREPO/*.db
+ rm -rfv $DEBREPO/stable $DEBREPO/unstable $DEBREPO/$DEBDISTRO $DEBREPO/*.db
mkdir $DEBREPO/$DEBDISTRO
touch $DEBREPO/$DEBDISTRO/Packages
fi