Muehlenhoff has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/368399 )

Change subject: Add scons to package list
......................................................................

Add scons to package list

When building ffmpeg2theora, scons is needed during the generation
of the source package:

 dh_auto_clean
 make[2]: Entering directory '/home/jmm/f2t/ffmpeg2theora-0.30'
 scons -c
 make[2]: scons: Command not found
 Makefile:5: recipe for target 'clean' failed
 make[2]: *** [clean] Error 127

This add scons to the package list.

Change-Id: I04625c8bcb9af329ca2e236453bbef6961a448d2
---
M modules/package_builder/manifests/init.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/99/368399/1

diff --git a/modules/package_builder/manifests/init.pp 
b/modules/package_builder/manifests/init.pp
index 7d45a0a..d7be5d5 100644
--- a/modules/package_builder/manifests/init.pp
+++ b/modules/package_builder/manifests/init.pp
@@ -56,6 +56,7 @@
         'pkg-kde-tools',
         'subversion',
         'sphinx-common',
+        'scons',
         $php_dev,
         $dh_php,
     ])

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

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

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

Reply via email to