From 63121651c50680bbfa93e25762c501123434ec48 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 15 Jan 2016 00:38:28 +0100 Subject: [PATCH] openmamba-smart-devel: define devel and devel-games as rolling type repositories instead of unstable --- openmamba-smart-devel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmamba-smart-devel.py b/openmamba-smart-devel.py index 16c771f..e31acc1 100644 --- a/openmamba-smart-devel.py +++ b/openmamba-smart-devel.py @@ -5,7 +5,7 @@ if not sysconf.get(("channels", "devel")): sysconf.set(("channels", "devel"), {"alias": "devel", "type": "apt-rpm", - "name": "base development repository [unstable]", + "name": "base repository [rolling]", "baseurl": "http://cdn.openmamba.org/pub/openmamba/devel", "components": "%ARCH%"}) @@ -17,7 +17,7 @@ if not sysconf.get(("channels", "devel-games")): sysconf.set(("channels", "devel-games"), {"alias": "devel-games", "type": "apt-rpm", - "name": "branch of devel repository containing big games [unstable]", + "name": "branch of base repository containing big games [rolling]", "baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-games", "components": "%ARCH%"})