[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r474: Push beta SDK to buildbot.

Jeff Licquia licquia at linuxfoundation.org
Tue Jun 4 19:14:47 UTC 2013


------------------------------------------------------------
revno: 474
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2013-06-04 15:14:47 -0400
message:
  Push beta SDK to buildbot.
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2013-05-20 18:52:11 +0000
+++ b/modules/buildbot/manifests/slave.pp	2013-06-04 19:14:47 +0000
@@ -74,23 +74,23 @@
     # actually different, we need to specify that here.
     # Use this set of declarations for a separate beta SDK.
 
-    #$betasdk = "${architecture}-${wordsize}" ? {
-    #    /^i386/         => 'lsb-sdk-4.1.6-1.ia32.tar.gz',
-    #    /^x86_64/       => 'lsb-sdk-4.1.6-1.x86_64.tar.gz',
-    #    /^ia64/         => 'lsb-sdk-4.1.6-1.ia64.tar.gz',
-    #    /^s390x-small$/ => 'lsb-sdk-4.1.6-1.s390.tar.gz',
-    #    /^s390x-big$/   => 'lsb-sdk-4.1.6-1.s390x.tar.gz',
-    #    /^ppc64-small$/ => 'lsb-sdk-4.1.6-1.ppc32.tar.gz',
-    #    /^ppc64-big$/   => 'lsb-sdk-4.1.6-1.ppc64.tar.gz',
-    #}
+    $betasdk = "${architecture}-${wordsize}" ? {
+        /^i386/         => 'lsb-sdk-4.1.7-1.ia32.tar.gz',
+        /^x86_64/       => 'lsb-sdk-4.1.7-1.x86_64.tar.gz',
+        /^ia64/         => 'lsb-sdk-4.1.7-1.ia64.tar.gz',
+        /^s390x-small$/ => 'lsb-sdk-4.1.7-1.s390.tar.gz',
+        /^s390x-big$/   => 'lsb-sdk-4.1.7-1.s390x.tar.gz',
+        /^ppc64-small$/ => 'lsb-sdk-4.1.7-1.ppc32.tar.gz',
+        /^ppc64-big$/   => 'lsb-sdk-4.1.7-1.ppc64.tar.gz',
+    }
 
-    #$betasdkpath = 'bundles/beta/sdk'
+    $betasdkpath = 'bundles/beta/sdk'
 
     # Use this set of declarations to set the beta SDK
     # to be the same as the released SDK.
 
-    $betasdk = $releasedsdk
-    $betasdkpath = $releasedsdkpath
+    #$betasdk = $releasedsdk
+    #$betasdkpath = $releasedsdkpath
 
     # Special downloaded packages needed for builds from the LSB.
     # XXX: this should migrate to using package repositories and



More information about the lsb-messages mailing list