[Qa-jenkins-scm] [jenkins.debian.net] 01/03: multiarch_versionskew: omit warning for sid, version skew is normal in sid
Holger Levsen
holger at moszumanska.debian.org
Mon May 18 09:00:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit fecb06637457c13e75f671622f268e9b34f65597
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 18 10:57:35 2015 +0200
multiarch_versionskew: omit warning for sid, version skew is normal in sid
---
bin/udd-query.sh | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/bin/udd-query.sh b/bin/udd-query.sh
index 57ca132..7de8230 100755
--- a/bin/udd-query.sh
+++ b/bin/udd-query.sh
@@ -47,7 +47,12 @@ multiarch_versionskew() {
udd_query
if [ -s $UDD ] ; then
- echo "Warning: multi-arch version skew in $DISTRO detected."
+ if [ "$DISTRO" != "sid" ] ; then
+ echo "Warning: multi-arch version skew in $DISTRO detected."
+ else
+ # multiarch version skew in sid is inevitable
+ echo "Multi-arch version skew in $DISTRO detected."
+ fi
echo
printf " Package | Tracker\n"
# bash sucks: it's printf(1) implementation doesn't like leading dashes as-is...
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list