Created
April 22, 2014 15:54
-
-
Save tuxity/11184516 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tools/Linux/packaging/mk-debian-package.sh b/tools/Linux/packaging/mk-debian-package.sh | |
index 5fd2efc..d4f5f5d 100755 | |
--- a/tools/Linux/packaging/mk-debian-package.sh | |
+++ b/tools/Linux/packaging/mk-debian-package.sh | |
@@ -151,9 +151,9 @@ function buildDebianPackages { | |
} | |
function uploadPkg { | |
- PKG="${PBUILDER_BASE}/${dist}-${arch}/result/${DEST/-/_}-${TAGREV}_${arch}.changes" | |
+ PKG="${PBUILDER_BASE}/${dist}/${arch}/result/${DEST/-/_}-${TAGREV}_${arch}.changes" | |
echo "signing package" | |
- debsign $PKG | |
+ debsign --no-re-sign $PKG | |
echo "uploading $PKG to $DPUT_TARGET" | |
dput $DPUT_TARGET $PKG | |
UPLOAD_DONE=$? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment