summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-09-23 16:27:41 +0200
committerHolger Levsen <holger@layer-acht.org>2016-09-23 16:27:41 +0200
commitf67358c9b2366feeb06b91f05f14aa417804a9a9 (patch)
tree56a653dfa7858d6084ceef0d72e04c49e900b7de /update_jdn.sh
parent5c4cc3bc953341d3f217a3d882a45e9f58649c43 (diff)
downloadjenkins.debian.net-f67358c9b2366feeb06b91f05f14aa417804a9a9.tar.xz
reproducible F-Droid: add new host, profitbricks-build7-amd64 to build F-Droid on a stretch system
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 3ef8d639..bb58796a 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -267,7 +267,7 @@ if [ -f /etc/debian_version ] ; then
esac
# needed to run coreboot/openwrt/lede/netbsd/fedora/fdroid jobs
case $HOSTNAME in
- profitbricks-build3-amd64|profitbricks-build4-amd64) DEBS="$DEBS
+ profitbricks-build3-amd64|profitbricks-build4-amd64|profitbricks-build7-amd64) DEBS="$DEBS
bison
ca-certificates
cmake
@@ -433,7 +433,7 @@ if [ -f /etc/debian_version ] ; then
# botch
# we need mock from bpo to build current fedora
# we need vagrant from bpo to build fdroid
- if [ "$HOSTNAME" = "profitbricks-build3-amd64" ] || [ "$HOSTNAME" = "profitbricks-build4-amd64" ] || [ "$HOSTNAME" = "jenkins" ] ; then
+ if [ "$HOSTNAME" = "profitbricks-build3-amd64" ] || [ "$HOSTNAME" = "profitbricks-build4-amd64" ] || [ "$HOSTNAME" = "profitbricks-build7-amd64" ] || [ "$HOSTNAME" = "jenkins" ] ; then
$UP2DATE || sudo apt-get install -t jessie-backports mock python3-vagrant \
|| echo "this should only fail on the first install"
fi
@@ -622,7 +622,7 @@ fi
#
# generate the kgb-client configurations
#
-if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "profitbricks-build3-amd64" ] || [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
+if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "profitbricks-build3-amd64" ] || [ "$HOSTNAME" = "profitbricks-build4-amd64" ] || [ "$HOSTNAME" = "profitbricks-build7-amd64" ] ; then
cd $BASEDIR
KGB_SECRETS="/srv/jenkins/kgb/secrets.yml"
if [ -f "$KGB_SECRETS" ] && [ $(stat -c "%a:%U:%G" "$KGB_SECRETS") = "640:jenkins-adm:jenkins-adm" ] ; then