]> git.ipfire.org Git - pbs.git/blobdiff - Makefile.am
jobs: Update API
[pbs.git] / Makefile.am
index 05e2236bb41d8129789f72ac4cd64102cb637b5a..1d506fbcbe05ae2c65235fdbab4b3f84710ab3ea 100644 (file)
@@ -102,6 +102,7 @@ buildservice_PYTHON = \
        src/buildservice/mirrors.py \
        src/buildservice/misc.py \
        src/buildservice/packages.py \
+       src/buildservice/ratelimiter.py \
        src/buildservice/releasemonitoring.py \
        src/buildservice/repository.py \
        src/buildservice/sessions.py \
@@ -128,6 +129,7 @@ web_PYTHON = \
        src/web/bugs.py \
        src/web/builders.py \
        src/web/builds.py \
+       src/web/debuginfo.py \
        src/web/distributions.py \
        src/web/errors.py \
        src/web/events.py \
@@ -169,7 +171,9 @@ dist_templates_builders_DATA = \
        src/templates/builders/delete.html \
        src/templates/builders/edit.html \
        src/templates/builders/index.html \
-       src/templates/builders/show.html
+       src/templates/builders/show.html \
+       src/templates/builders/start.html \
+       src/templates/builders/stop.html
 
 templates_buildersdir = $(templatesdir)/builders
 
@@ -179,12 +183,12 @@ dist_templates_builders_modules_DATA = \
 templates_builders_modulesdir = $(templates_buildersdir)/modules
 
 dist_templates_builds_DATA = \
+       src/templates/builds/approve.html \
        src/templates/builds/bug.html \
        src/templates/builds/bug-created.html \
        src/templates/builds/clone.html \
        src/templates/builds/delete.html \
        src/templates/builds/index.html \
-       src/templates/builds/queue.html \
        src/templates/builds/show.html
 
 templates_buildsdir = $(templatesdir)/builds
@@ -231,6 +235,20 @@ dist_templates_distros_modules_DATA = \
 
 templates_distros_modulesdir = $(templates_distrosdir)/modules
 
+dist_templates_distros_releases_DATA = \
+       src/templates/distros/releases/delete.html \
+       src/templates/distros/releases/edit.html \
+       src/templates/distros/releases/index.html \
+       src/templates/distros/releases/publish.html \
+       src/templates/distros/releases/show.html
+
+templates_distros_releasesdir = $(templates_distrosdir)/releases
+
+dist_templates_distros_releases_modules_DATA = \
+       src/templates/distros/releases/modules/list.html
+
+templates_distros_releases_modulesdir = $(templates_distros_releasesdir)/modules
+
 dist_templates_monitorings_DATA = \
        src/templates/monitorings/delete.html \
        src/templates/monitorings/edit.html \
@@ -260,7 +278,9 @@ templates_events_modulesdir = $(templates_eventsdir)/modules
 
 dist_templates_jobs_DATA = \
        src/templates/jobs/abort.html \
+       src/templates/jobs/index.html \
        src/templates/jobs/log-stream.html \
+       src/templates/jobs/queue.html \
        src/templates/jobs/retry.html
 
 templates_jobsdir = $(templatesdir)/jobs
@@ -272,7 +292,8 @@ templates_jobs_messagesdir = $(templates_jobsdir)/messages
 
 dist_templates_jobs_modules_DATA = \
        src/templates/jobs/modules/list.html \
-       src/templates/jobs/modules/log-stream.html
+       src/templates/jobs/modules/log-stream.html \
+       src/templates/jobs/modules/queue.html
 
 templates_jobs_modulesdir = $(templates_jobsdir)/modules
 
@@ -292,11 +313,9 @@ dist_templates_mirrors_modules_DATA = \
 templates_mirrors_modulesdir = $(templates_mirrorsdir)/modules
 
 dist_templates_modules_DATA = \
-       src/templates/modules/commits-table.html \
        src/templates/modules/commit-message.html \
        src/templates/modules/link-to-user.html \
        src/templates/modules/packages-files-table.html \
-       src/templates/modules/source-table.html \
        src/templates/modules/text.html
 
 templates_modulesdir = $(templatesdir)/modules
@@ -316,6 +335,7 @@ dist_templates_repos_modules_DATA = \
 templates_repos_modulesdir = $(templates_reposdir)/modules
 
 dist_templates_sources_DATA = \
+       src/templates/sources/commit.html \
        src/templates/sources/show.html
 
 templates_sourcesdir = $(templatesdir)/sources
@@ -328,7 +348,6 @@ templates_sources_modulesdir = $(templates_sourcesdir)/modules
 
 dist_templates_packages_DATA = \
        src/templates/packages/index.html \
-       src/templates/packages/name.html \
        src/templates/packages/show.html \
        src/templates/packages/view-file.html
 
@@ -340,6 +359,12 @@ dist_templates_packages_modules_DATA = \
 
 templates_packages_modulesdir = $(templates_packagesdir)/modules
 
+dist_templates_packages_name_DATA = \
+       src/templates/packages/name/builds.html \
+       src/templates/packages/name/index.html
+
+templates_packages_namedir = $(templates_packagesdir)/name
+
 dist_templates_users_DATA = \
        src/templates/users/delete.html \
        src/templates/users/edit.html \