[X2Go-Commits] [buildscripts] 23/26: bin/sbuild-deb-package: backport from bin/build-deb-package: fix dupload call to actually use the symlinked config file in CWD.

git-admin at x2go.org git-admin at x2go.org
Sun Nov 13 20:35:47 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 0f3aaf111b967dc9564c570ab0d16936dd4b307d
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Nov 13 20:21:05 2016 +0100

    bin/sbuild-deb-package: backport from bin/build-deb-package: fix dupload call to actually use the symlinked config file in CWD.
---
 bin/sbuild-deb-package |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package
index 39d8111..357c59c 100755
--- a/bin/sbuild-deb-package
+++ b/bin/sbuild-deb-package
@@ -380,7 +380,7 @@ upload_packages() {
 				[ "x${SKIP_ARCH}" != "x${l_ARCH}" ] && {
 					cd "${PKGDIST}/${l_DIST}/${l_CODENAME}/${l_ARCH}"
 					test -f "./dupload.conf" || ln -s -- "${HOME}/.dupload.conf.${PREFIX}" "./dupload.conf" && true
-					ls -- "${DEBSRCPKG}_"*.changes >/dev/null 2>&1 && dupload --to "${PREFIX}-${l_DIST}-${COMPONENT}" "${DEBSRCPKG}_"*.changes 0<&-
+					ls -- "${DEBSRCPKG}_"*.changes >/dev/null 2>&1 && dupload -c --to "${PREFIX}-${l_DIST}-${COMPONENT}" "${DEBSRCPKG}_"*.changes 0<&-
 				}
 			done
 		done

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list