[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible archlinux: also fix the suite names here
    Mattia Rizzolo 
    gitlab at salsa.debian.org
       
    Tue Dec  3 19:05:22 GMT 2019
    
    
  
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
77d3b173 by Mattia Rizzolo at 2019-12-03T19:04:42Z
reproducible archlinux: also fix the suite names here
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
d37be0c2 by Mattia Rizzolo at 2019-12-03T19:05:00Z
reproducible: make life easier for myself, sorry
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
2 changed files:
- bin/common-functions.sh
- bin/reproducible.ini
Changes:
=====================================
bin/common-functions.sh
=====================================
@@ -118,7 +118,7 @@ else
 				export MIRROR=http://cdn-fastly.deb.debian.org/debian ;;
 			codethink*)
 				export MIRROR=http://cdn-fastly.deb.debian.org/debian ;;
-			spectrum)
+			spectrum|warren)  # warren is mattia's laptop
 				export MIRROR=none ;;
 			*)
 				echo "unsupported host, exiting." ; exit 1 ;;
@@ -141,6 +141,7 @@ else
 			export http_proxy="http://10.0.0.15:8000/" ;;
 		spectrum)
 			export http_proxy="http://127.0.0.1:3128" ;;
+		warren) : ;;  # warren is mattia's laptop
 		*)
 			echo "unsupported host, exiting." ; exit 1 ;;
 	esac
=====================================
bin/reproducible.ini
=====================================
@@ -40,7 +40,7 @@ defaultarch = x86_64
 [archlinux]
 distro_root = archlinux
 landing_page = archlinux.html
-suites = archlinux_core archlinux_community archlinux_extra archlinux_multilib
+suites = core archlcommunity extra multilib
 archs = x86_64
 defaultsuite = archlinux_core
 defaultarch = x86_64
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/a88150601a1fda8717869b6baefe162a873cc945...d37be0c227a208f5780e18c6317e570851406dcf
-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/a88150601a1fda8717869b6baefe162a873cc945...d37be0c227a208f5780e18c6317e570851406dcf
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20191203/c9e3d9c0/attachment-0001.html>
    
    
More information about the Qa-jenkins-scm
mailing list