]> git.ipfire.org Git - pbs.git/blobdiff - Makefile.am
jobs: Use templates to sender job status emails
[pbs.git] / Makefile.am
index c0bd286d0ecc4fb288a113a27416959f2364612b..6a3f3f14316f21f9c0d884e78a0abe32a74931f4 100644 (file)
@@ -138,7 +138,7 @@ web_PYTHON = \
        src/web/search.py \
        src/web/ui_modules.py \
        src/web/updates.py \
-       src/web/handlers_users.py
+       src/web/users.py
 
 webdir = $(buildservicedir)/web
 
@@ -182,8 +182,6 @@ dist_templates_DATA = \
        src/templates/job-schedule-rebuild.html \
        src/templates/job-schedule-test.html \
        src/templates/jobs-detail.html \
-       src/templates/jobs-filter.html \
-       src/templates/jobs-index.html \
        src/templates/keys-delete.html \
        src/templates/keys-import.html \
        src/templates/keys-list.html \
@@ -192,7 +190,7 @@ dist_templates_DATA = \
        src/templates/package-detail.html \
        src/templates/package-detail-list.html \
        src/templates/package-properties.html \
-       src/templates/packages-list.html \
+       src/templates/queue.html \
        src/templates/register-activation-fail.html \
        src/templates/register-activation-success.html \
        src/templates/register-fail.html \
@@ -243,6 +241,20 @@ dist_templates_errors_DATA = \
 
 templates_errorsdir = $(templatesdir)/errors
 
+templates_messagesdir = $(templatesdir)/messages
+
+dist_templates_messages_jobs_DATA = \
+       src/templates/messages/jobs/failed.markdown \
+       src/templates/messages/jobs/finished.markdown
+
+templates_messages_jobsdir = $(templates_messagesdir)/jobs
+
+dist_templates_messages_users_DATA = \
+       src/templates/messages/users/account-activation.markdown \
+       src/templates/messages/users/email-activation.markdown
+
+templates_messages_usersdir = $(templates_messagesdir)/users
+
 dist_templates_mirrors_DATA = \
        src/templates/mirrors/delete.html \
        src/templates/mirrors/detail.html \
@@ -261,16 +273,17 @@ dist_templates_modules_DATA = \
        src/templates/modules/build-table.html \
        src/templates/modules/comments-table.html \
        src/templates/modules/commits-table.html \
+       src/templates/modules/commit-message.html \
        src/templates/modules/files-table.html \
        src/templates/modules/footer.html \
        src/templates/modules/jobs-table.html \
+       src/templates/modules/link-to-user.html \
        src/templates/modules/log-entry-comment.html \
        src/templates/modules/log-entry.html \
        src/templates/modules/log-entry-small.html \
        src/templates/modules/log-files-table.html \
        src/templates/modules/log.html \
        src/templates/modules/log-table.html \
-       src/templates/modules/maintainer.html \
        src/templates/modules/modal-base.html \
        src/templates/modules/modal-build-comment.html \
        src/templates/modules/modal-build-push.html \
@@ -282,6 +295,7 @@ dist_templates_modules_DATA = \
        src/templates/modules/repo-actions-table.html \
        src/templates/modules/repository-table.html \
        src/templates/modules/source-table.html \
+       src/templates/modules/text.html \
        src/templates/modules/updates-table.html \
        src/templates/modules/user-table.html \
        src/templates/modules/watchers-sidebar-table.html
@@ -314,6 +328,7 @@ templates_modules_selectdir = $(templates_modulesdir)/select
 
 dist_templates_packages_DATA = \
        src/templates/packages/changelog.html \
+       src/templates/packages/index.html \
        src/templates/packages/view-file.html
 
 templates_packagesdir = $(templatesdir)/packages
@@ -363,7 +378,6 @@ dist_static_font_DATA = \
 static_fontdir = $(staticdir)/font
 
 dist_static_images_DATA = \
-       src/static/images/icons/build-dependency_error.png \
        src/static/images/icons/build-dispatching.png \
        src/static/images/icons/build-failed.png \
        src/static/images/icons/build-finished.png \