diff options
Diffstat (limited to 'modules/buildsystem/manifests/config.pp')
-rw-r--r-- | modules/buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/config.pp b/modules/buildsystem/manifests/config.pp index 0fa25279..b038da21 100644 --- a/modules/buildsystem/manifests/config.pp +++ b/modules/buildsystem/manifests/config.pp @@ -1,7 +1,7 @@ class buildsystem::config( architectures = ['i586', 'x86_64'], dev_distros = ['cauldron'], - stable_distros = ['1'], + stable_distros = ['1', '2'], distrosections = ['core', 'nonfree', 'tainted'], sectionsrepos = ['release', 'updates', 'updates_testing', 'backports', 'backports_testing'] |