[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r485: Install 32-bit LSB package on small word build slaves.

Jeff Licquia licquia at linuxfoundation.org
Wed Jun 12 20:03:13 UTC 2013


------------------------------------------------------------
revno: 485
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2013-06-12 16:03:13 -0400
message:
  Install 32-bit LSB package on small word build slaves.
modified:
  modules/buildbot/manifests/slave.pp
  modules/buildbot/manifests/slavepkgs.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2013-06-12 03:45:19 +0000
+++ b/modules/buildbot/manifests/slave.pp	2013-06-12 20:03:13 +0000
@@ -161,6 +161,7 @@
 
     if $wordsize == 'small' {
         package {
+            $buildbot::slavepkgs::lsb32pkg: ensure => installed;
             $buildbot::slavepkgs::libcstatic32pkg: ensure => installed;
             $buildbot::slavepkgs::cpp32pkg: ensure => installed;
             $buildbot::slavepkgs::zlib32pkg: ensure => installed;

=== modified file 'modules/buildbot/manifests/slavepkgs.pp'
--- a/modules/buildbot/manifests/slavepkgs.pp	2013-06-12 16:33:20 +0000
+++ b/modules/buildbot/manifests/slavepkgs.pp	2013-06-12 20:03:13 +0000
@@ -152,6 +152,11 @@
 
     # other 32-bit pkgs needed
 
+    $lsb32pkg = "$operatingsystem-$architecture" ? {
+        /^Fedora-s390x$/ => 'redhat-lsb.s390',
+        default          => 'lsb32',
+    }
+
     $zlib32pkg = "$operatingsystem-$architecture" ? {
         /^Fedora-s390x$/ => 'zlib-devel.s390',
         default          => 'zlib-32bit',



More information about the lsb-messages mailing list