From 5778fd6b05f6bf222120a3dbdf2886b24a883adb Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 23 Jan 2014 19:48:22 +0000 Subject: add backports_allowed flag --- deployment/mga_buildsystem/manifests/config.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index fb41cca7..b8800276 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -515,6 +515,7 @@ class mga_buildsystem::config { 'branch' => 'Official', 'version' => '3', 'submit_allowed' => "${svn_root_packages}/updates/3", + 'backports_allowed' => "${svn_root_packages}/backports/3", 'macros' => $std_macros, 'repo_allow_from' => $repo_allow_from, 'youri' => { -- cgit v1.2.1