openmamba-smart-devel: define devel and devel-games as rolling type repositories instead of unstable

This commit is contained in:
Silvan Calarco 2016-01-15 00:38:28 +01:00
parent 44015df450
commit 63121651c5
1 changed files with 2 additions and 2 deletions

View File

@ -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%"})