add meshcentral@boira, files_autotagging and files_retention
This commit is contained in:
parent
949c0b9c9b
commit
7bbafeedeb
1 changed files with 7 additions and 0 deletions
|
@ -72,6 +72,9 @@ FEED_READERS = [
|
|||
# LanguageTool GHTags languagetool-org/languagetool 36 (sysadmin/boira)
|
||||
GithubTagReader(name = "LanguageTool", project = "languagetool-org/languagetool",
|
||||
target = GITLAB_BOIRA_CARGAJI),
|
||||
# meshcentral GHReleases Ylianst/MeshCentral 36 (sysadmin/boira)
|
||||
GithubReader(name = "meshcentral", project = "Ylianst/MeshCentral",
|
||||
target = GITLAB_BOIRA_CARGAJI),
|
||||
# python3-snakes PIPY snakes 37 (packages/python3-snakes)
|
||||
PIPYReader(name = "python3-snakes", package = "snakes",
|
||||
target = GITLAB_SNAKES_CARGAJI),
|
||||
|
@ -83,6 +86,10 @@ FEED_READERS = [
|
|||
target = CGJForgejoPoster("archpkgs/meshcentral")),
|
||||
# nc-cospend GHReleases eneiluj/cospend-nc archpkgs/nextcloud-app-cospend
|
||||
NCAppReader(app = "nextcloud-app-cospend", project = "eneiluj/cospend-nc"),
|
||||
# nc-f_autotagging GHReleases
|
||||
NCAppReader(app = "nextcloud-app-files_automatedtagging", project = "nextcloud/files_automatedtagging"),
|
||||
# nc-f_retention GHReleases
|
||||
NCAppReader(app = "nextcloud-app-files_retention", project = "nextcloud/files_retention"),
|
||||
# nc-forms GHReleases nextcloud/forms archpkgs/nextcloud-app-forms
|
||||
NCAppReader(app = "nextcloud-app-forms", project = "nextcloud/forms"),
|
||||
# nc-maps GHReleases nextcloud/maps archpkgs/nextcloud-app-maps
|
||||
|
|
Loading…
Reference in a new issue