openmamba-smart-devel: define devel and devel-games as rolling type repositories instead of unstable
This commit is contained in:
parent
44015df450
commit
63121651c5
@ -5,7 +5,7 @@ if not sysconf.get(("channels", "devel")):
|
|||||||
sysconf.set(("channels", "devel"),
|
sysconf.set(("channels", "devel"),
|
||||||
{"alias": "devel",
|
{"alias": "devel",
|
||||||
"type": "apt-rpm",
|
"type": "apt-rpm",
|
||||||
"name": "base development repository [unstable]",
|
"name": "base repository [rolling]",
|
||||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel",
|
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel",
|
||||||
"components": "%ARCH%"})
|
"components": "%ARCH%"})
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ if not sysconf.get(("channels", "devel-games")):
|
|||||||
sysconf.set(("channels", "devel-games"),
|
sysconf.set(("channels", "devel-games"),
|
||||||
{"alias": "devel-games",
|
{"alias": "devel-games",
|
||||||
"type": "apt-rpm",
|
"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",
|
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-games",
|
||||||
"components": "%ARCH%"})
|
"components": "%ARCH%"})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user