[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r263: Set the proper 32-bit arch name for Power.

Jeff Licquia licquia at linuxfoundation.org
Tue Mar 20 17:15:09 UTC 2012


------------------------------------------------------------
revno: 263
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2012-03-20 13:15:09 -0400
message:
  Set the proper 32-bit arch name for Power.
modified:
  modules/buildbot/manifests/slavechroot.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slavechroot.pp'
--- a/modules/buildbot/manifests/slavechroot.pp	2012-03-17 14:37:52 +0000
+++ b/modules/buildbot/manifests/slavechroot.pp	2012-03-20 17:15:09 +0000
@@ -18,7 +18,7 @@
 
     $smallwordarch = $architecture ? {
         's390x' => 's390',
-        'ppc64' => 'ppc32',
+        'ppc64' => 'ppc',
     }
 
     $gccsmallword = $architecture ? {



More information about the lsb-messages mailing list