[Qa-jenkins-scm] [jenkins.debian.net] 01/01: rebootstrap: try bootstrapping the hurd

Helmut Grohne helmutg at moszumanska.debian.org
Tue Aug 18 20:25:01 UTC 2015


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

helmutg pushed a commit to branch master
in repository jenkins.debian.net.

commit 0aac084ecbbeba1b27b2ee12817c885437aa0494
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Tue Aug 18 22:23:19 2015 +0200

    rebootstrap: try bootstrapping the hurd
---
 job-cfg/rebootstrap.yaml.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 2b3ff9c..f31ddae 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -10,10 +10,10 @@ architectures = """
    """.split()
 
 mono_architectures = """
-    armel armhf musl-linux-armhf arm64 musl-linux-arm64
+    armel armhf musl-linux-armhf arm64 hurd-amd64 musl-linux-arm64
     alpha
     hppa
-    musl-linux-i386
+    hurd-i386 musl-linux-i386
     m68k
     musl-linux-mips musl-linux-mipsel
     powerpcel powerpcspe ppc64el
@@ -90,7 +90,7 @@ for arch in sorted(architectures):
             if nobiarch and arch in mono_architectures:
                 continue
             for supported in ["", "_supported"]:
-                if (nobiarch or arch.startswith("musl-linux-")) and supported:
+                if (nobiarch or arch.startswith("musl-linux-") or arch.startswith("hurd-")) and supported:
                     continue
                 for debbindiff in ["", "_debbindiff"]:
                     if debbindiff and (arch not in release_architectures or gccver not in debbindiff_gcc_versions):
@@ -112,7 +112,7 @@ for arch in sorted(architectures):
             if nobiarch and arch in mono_architectures:
                 continue
             for supported in (False, True):
-                if (nobiarch or arch.startswith("musl-linux-")) and supported:
+                if (nobiarch or arch.startswith("musl-linux-") or arch.startswith("hurd-")) and supported:
                     continue
                 for debbindiff in (False, True):
                     if debbindiff and (arch not in release_architectures or gccver not in debbindiff_gcc_versions):

-- 
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