Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/191677

Change subject: contint: +libdistro-info-perl
......................................................................

contint: +libdistro-info-perl

git-buildpackage want to know about the Debian/Ubuntu releases and emits
warnings such as:

libdistro-info-perl is not installed, Debian release names are not known.
libdistro-info-perl is not installed, Ubuntu release names are not known.

Add libdistro-info-perl on the contint labs slaves.

Change-Id: I5c1d3cfcd7cbc0bafd29a4ca45b416b0e0e2297e
---
M modules/contint/manifests/packages/labs.pp
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/77/191677/1

diff --git a/modules/contint/manifests/packages/labs.pp 
b/modules/contint/manifests/packages/labs.pp
index 67b3476..619b770 100644
--- a/modules/contint/manifests/packages/labs.pp
+++ b/modules/contint/manifests/packages/labs.pp
@@ -54,6 +54,12 @@
     }
 
     package { [
+        # Let git-buidpackage find the Ubuntu/Debian release names
+        'libdistro-info-perl',
+        ]:
+        ensure => present,
+    }
+    package { [
         'jenkins-debian-glue',
         'jenkins-debian-glue-buildenv',
         'jenkins-debian-glue-buildenv-git',

-- 
To view, visit https://gerrit.wikimedia.org/r/191677
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c1d3cfcd7cbc0bafd29a4ca45b416b0e0e2297e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to