UPD: Do not write a .upload file after uploading

This commit is contained in:
Alexander Koblov 2011-07-16 20:55:25 +00:00
commit eac60a0e00

View file

@ -91,7 +91,7 @@ esac
# Upload archives to PPA
cd $DC_TEMP_DIR
dput ppa:alexx2000/doublecmd $(find -name '*.changes')
dput -U ppa:alexx2000/doublecmd $(find -name '*.changes')
# Clean
rm -rf $DC_TEMP_DIR