[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] jenkins navbar: reflect that our longtime sponsor Profitbricks renamed itself to IONOS
Holger Levsen
gitlab at salsa.debian.org
Thu Oct 22 11:45:46 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
efdc7ee6 by Holger Levsen at 2020-10-22T12:45:27+02:00
jenkins navbar: reflect that our longtime sponsor Profitbricks renamed itself to IONOS
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
16 changed files:
- job-cfg/chroot-installation.yaml.py
- job-cfg/d-i-overview.yaml
- job-cfg/d-i.yaml.py
- job-cfg/dpkg.yaml
- job-cfg/edu-packages.yaml
- job-cfg/g-i-installation.yaml
- job-cfg/haskell-package-plan.yaml
- job-cfg/janitor.yaml
- job-cfg/obsolete-transitional.yaml
- job-cfg/packages-tests.yaml
- job-cfg/piuparts.yaml
- job-cfg/policy.yaml
- job-cfg/rebootstrap.yaml.py
- job-cfg/schroot.yaml
- job-cfg/self.yaml
- job-cfg/udd.yaml
Changes:
=====================================
job-cfg/chroot-installation.yaml.py
=====================================
@@ -244,9 +244,9 @@ data.append(
{'sidebar': {'icon': '/userContent/images/debian-jenkins-24x24.png',
'text': 'All {my_view} jobs',
'url': 'https://jenkins.debian.net/view/{my_view}/'}},
- {'sidebar': {'icon': '/userContent/images/profitbricks-24x24.png',
- 'text': 'Sponsored by Profitbricks',
- 'url': 'http://www.profitbricks.co.uk'}},
+ {'sidebar': {'icon': '/userContent/images/ionos-24x24.png',
+ 'text': 'Sponsored by IONOS',
+ 'url': 'https://www.ionos.com'}},
{'priority-sorter': {'priority': '{my_prio}'}}],
'publishers': [{'trigger': {'project': '{my_trigger}'}},
{'email-ext': {'attach-build-log': False,
=====================================
job-cfg/d-i-overview.yaml
=====================================
@@ -16,9 +16,9 @@
text: Misc debian-installer jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
- job-template:
defaults: d-i
=====================================
job-cfg/d-i.yaml.py
=====================================
@@ -229,9 +229,9 @@ sb_about = {
'icon': '/userContent/images/debian-swirl-24x24.png'}}
sb_profitbricks = {
- 'sidebar': {'url': 'http://www.profitbricks.co.uk',
- 'text': 'Sponsored by Profitbricks',
- 'icon': '/userContent/images/profitbricks-24x24.png'}}
+ 'sidebar': {'url': 'https://www.ionos.com',
+ 'text': 'Sponsored by IONOS',
+ 'icon': '/userContent/images/ionos-24x24.png'}}
di_throttle = {
'throttle': {'max-total': 12,
=====================================
job-cfg/dpkg.yaml
=====================================
@@ -11,9 +11,9 @@
text: Jobs for Debian QA related packages
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
description: '{my_description}<br><br>Job configuration source is <a href="https://salsa.debian.org/qa/jenkins.debian.net/blob/master/job-cfg/dpkg.yaml">dpkg.yaml</a>.'
logrotate:
daysToKeep: 90
=====================================
job-cfg/edu-packages.yaml
=====================================
@@ -11,9 +11,9 @@
text: Debian Edu development
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
description: 'Build the master branch of https://salsa.debian.org/debian-edu/{my_package} in sid on every commit.<br><br>Job configuration source is <a href=""https://salsa.debian.org/qa/jenkins.debian.net/blob/master/job-cfg/edu-packages.yaml>edu-packages.yaml</a>.'
logrotate:
daysToKeep: 90
=====================================
job-cfg/g-i-installation.yaml
=====================================
@@ -47,9 +47,9 @@
text: All g-i-installation jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar: &sb99
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
- priority-sorter:
priority: '140'
- throttle:
=====================================
job-cfg/haskell-package-plan.yaml
=====================================
@@ -11,9 +11,9 @@
text: Haskell packages metadata consistency
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
description: '{my_description}{do_not_edit}'
logrotate:
daysToKeep: 365
=====================================
job-cfg/janitor.yaml
=====================================
@@ -12,9 +12,9 @@
text: Debian Edu development
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
logrotate:
daysToKeep: 90
numToKeep: 30
=====================================
job-cfg/obsolete-transitional.yaml
=====================================
@@ -11,9 +11,9 @@
text: Haskell packages metadata consistency
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
description: '{my_description}{do_not_edit}'
logrotate:
daysToKeep: 365
=====================================
job-cfg/packages-tests.yaml
=====================================
@@ -15,9 +15,9 @@
text: Jobs for Debian QA related packages
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
description: '{my_description} running on {my_distro}.<br><br>Job configuration source is <a href="https://salsa.debian.org/qa/jenkins.debian.net.git/blob/master/job-cfg/packages-tests.yaml">packages-tests.yaml</a>.'
logrotate: &logrotate
daysToKeep: 90
=====================================
job-cfg/piuparts.yaml
=====================================
@@ -11,9 +11,9 @@
text: Jobs for Debian QA related packages
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
description: '{my_description}<br><br>Job configuration source is <a href="https://salsa.debian.org/qa/jenkins.debian.net/blob/master/job-cfg/piuparts.yaml">piuparts.yaml</a>.'
logrotate:
daysToKeep: 90
@@ -54,9 +54,9 @@
text: Jobs for Debian QA related packages
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
description: '{my_description}<br><br>Job configuration source is <a href="https://salsa.debian.org/qa/jenkins.debian.net/blob/master/job-cfg/piuparts.yaml">piuparts.yaml</a>.'
logrotate:
daysToKeep: 90
=====================================
job-cfg/policy.yaml
=====================================
@@ -7,9 +7,9 @@
text: About jenkins.debian.net
icon: /userContent/images/debian-swirl-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
description: 'Build the master branch of https://salsa.debian.org/debian/{my_package} in sid on every commit.<br><br>Job configuration source is <a href=""https://salsa.debian.org/qa/jenkins.debian.net/blob/master/job-cfg/policy.yaml>dev-ref.yaml</a>.'
logrotate:
daysToKeep: 90
=====================================
job-cfg/rebootstrap.yaml.py
=====================================
@@ -53,9 +53,9 @@ print("""
text: All rebootstrap jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
- priority-sorter:
priority: '150'
- throttle:
=====================================
job-cfg/schroot.yaml
=====================================
@@ -10,9 +10,9 @@
text: misc d-i jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
logrotate:
daysToKeep: 90
numToKeep: 30
@@ -40,9 +40,9 @@
text: misc d-i jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
logrotate:
daysToKeep: 90
numToKeep: 30
=====================================
job-cfg/self.yaml
=====================================
@@ -23,9 +23,9 @@
text: All jenkins.d.n jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
- priority-sorter:
priority: '125'
=====================================
job-cfg/udd.yaml
=====================================
@@ -11,9 +11,9 @@
text: Jobs for Debian QA related packages
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
- url: http://www.profitbricks.co.uk
- text: Sponsored by Profitbricks
- icon: /userContent/images/profitbricks-24x24.png
+ url: https://www.ionos.com
+ text: Sponsored by IONOS
+ icon: /userContent/images/ionos-24x24.png
description: '{my_description}<br><br>Job configuration source is <a href=""https://salsa.debian.org/qa/jenkins.debian.net/blob/master/job-cfg/udd.yaml>udd.yaml</a>.'
logrotate:
daysToKeep: 90
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/efdc7ee6c028fa0ec61e4497fb379d920a60e1b9
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/efdc7ee6c028fa0ec61e4497fb379d920a60e1b9
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/20201022/185d5cbc/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list