[X2Go-Commits] [buildscripts] 01/05: bin/build-deb-package: use lower-case codename version when working with OTHERMIRROR.
git-admin at x2go.org
git-admin at x2go.org
Mon Nov 14 06:29:49 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 c7b985aaf301e5b2dc60ae46114da30e7ed5d194
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Nov 14 05:51:26 2016 +0100
bin/build-deb-package: use lower-case codename version when working with OTHERMIRROR.
---
bin/build-deb-package | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/build-deb-package b/bin/build-deb-package
index c7dcea2..6517d4d 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -317,8 +317,8 @@ build_packages() {
else
grep "${PROJECT}" <<< "${PACKAGE_WITHOUT_OTHERMIRROR}" || OTHERMIRROR="deb http://${REPOS_SERVER}/${l_DIST} ${l_CODENAME} ${COMPONENT}"
fi
- if [ "${PROJECT}" = "x2gomatebindings" ] && [ "${l_CODENAME}" = "wheezy" ]; then
- OTHERMIRROR="deb http://http.debian.net/debian ${l_CODENAME}-backports main"
+ if [ "${PROJECT}" = "x2gomatebindings" ] && [ "${codename}" = "wheezy" ]; then
+ OTHERMIRROR="deb http://http.debian.net/debian ${codename}-backports main"
fi
# create git changelog immediately prior to building the package
--
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