mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Update repo lists for PR monitoring
This commit is contained in:
parent
5f1cc27954
commit
0f7fae0323
1 changed files with 6 additions and 5 deletions
|
@ -22,7 +22,8 @@ class Repo(db.Model):
|
||||||
"yunohost-admin",
|
"yunohost-admin",
|
||||||
"SSOwat",
|
"SSOwat",
|
||||||
"moulinette",
|
"moulinette",
|
||||||
"Vagrantfile",
|
"install_script",
|
||||||
|
"metronome",
|
||||||
"ynh-dev"],
|
"ynh-dev"],
|
||||||
|
|
||||||
"doc": ["doc",
|
"doc": ["doc",
|
||||||
|
@ -39,12 +40,12 @@ class Repo(db.Model):
|
||||||
"dynette",
|
"dynette",
|
||||||
"YunoPorts",
|
"YunoPorts",
|
||||||
"cd_build",
|
"cd_build",
|
||||||
"install_script",
|
|
||||||
"trotinette",
|
|
||||||
"bicyclette",
|
|
||||||
"install-app",
|
"install-app",
|
||||||
"tartiflette",
|
"tartiflette",
|
||||||
"vinaigrette"]
|
"vinaigrette",
|
||||||
|
"yunorunner",
|
||||||
|
"arm-images",
|
||||||
|
"rpi-image"]
|
||||||
}
|
}
|
||||||
|
|
||||||
for team, repos in d.items():
|
for team, repos in d.items():
|
||||||
|
|
Loading…
Reference in a new issue