Yuvipanda has uploaded a new change for review.

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

Change subject: Do not install debug symbols
......................................................................

Do not install debug symbols

Labs uses a handbuilt nginx-extras package, which doesn't have
a -dbg installed (this slipped through during testing because
of weird interactions between labsdebrepo and this). Remove
debug symbols for now.

Labs proxies are going to switch to trusty soon enough, at which
point we will not need the hand built packages at all. Will
add this package back when that happens

Change-Id: Ib9cc687cdc4181f14eaaf9a5a3ae315fbd7438fc
---
M manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/nginx 
refs/changes/28/142828/1

diff --git a/manifests/init.pp b/manifests/init.pp
index cae6fff..911e74d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -30,7 +30,7 @@
         fail("'variant' must be 'full', 'extras', or 'light' (got: 
'${variant}').")
     }
 
-    package { [ "nginx-${variant}", "nginx-${variant}-dbg", 'nginx-common' ]: }
+    package { [ "nginx-${variant}", 'nginx-common' ]: }
 
     service { 'nginx':
         enable     => true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib9cc687cdc4181f14eaaf9a5a3ae315fbd7438fc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/nginx
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>

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

Reply via email to