created repositories for games without repository from source downloads

This commit is contained in:
Trilarion
2018-06-21 15:18:55 +02:00
parent e1b9cb6496
commit 902bc28b4f
15 changed files with 49 additions and 37 deletions

View File

@ -62,6 +62,7 @@
"https://github.com/EasyRPG/Player.git",
"https://github.com/Echelon9/mechcommander2-open.git",
"https://github.com/EdwardWoodhouse/Turn-of-War.git",
"https://github.com/FluXy/SMC.git",
"https://github.com/FreeRCT/FreeRCT.git",
"https://github.com/FreezingMoon/AncientBeast.git",
"https://github.com/Fundynamic/dune2themaker4j.git",
@ -300,18 +301,23 @@
"https://gitlab.com/Trilarion/civilwar.git",
"https://gitlab.com/Trilarion/coltoo.git",
"https://gitlab.com/Trilarion/conquests.git",
"https://gitlab.com/Trilarion/digitalalovestory.git",
"https://gitlab.com/Trilarion/dragon-hunt.git",
"https://gitlab.com/Trilarion/galaxyng.git",
"https://gitlab.com/Trilarion/gm-tools.git",
"https://gitlab.com/Trilarion/janag.git",
"https://gitlab.com/Trilarion/lincity.git",
"https://gitlab.com/Trilarion/machinations.git",
"https://gitlab.com/Trilarion/mercenarycommander.git",
"https://gitlab.com/Trilarion/metalmech.git",
"https://gitlab.com/Trilarion/murderpd.git",
"https://gitlab.com/Trilarion/pizza-business.git",
"https://gitlab.com/Trilarion/planets.git",
"https://gitlab.com/Trilarion/promisance.git",
"https://gitlab.com/Trilarion/rogueclone.git",
"https://gitlab.com/Trilarion/sentient-storage.git",
"https://gitlab.com/Trilarion/skrupel.git",
"https://gitlab.com/Trilarion/tbots.git",
"https://gitlab.com/Trilarion/theclans.git",
"https://gitlab.com/Trilarion/tuxracer.git",
"https://gitlab.com/Trilarion/uwadv.git",

View File

@ -679,10 +679,10 @@ def update_primary_code_repositories():
if not consumed:
unconsumed_entries.append([info['title'], info[field]])
if info['code repository']:
print('Entry "{}" unconsumed repo: {}'.format(info['title'], info[field]))
#if not info['code repository']:
#if info['code repository']:
# print('Entry "{}" unconsumed repo: {}'.format(info['title'], info[field]))
if not info['code repository']:
print('Entry "{}" unconsumed repo: {}'.format(info['title'], info[field]))
# sort them alphabetically (and remove duplicates)
for k, v in primary_repos.items():