aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/load_new_guix_revision_job_logs.sql
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-06-22 01:13:36 +0200
committerChristopher Baines <mail@cbaines.net>2019-06-22 01:51:49 +0200
commitd96add30a02dc6f5cee313f37b31c5525dbd5a3d (patch)
tree61891cd35c108259bc6e04bc417f9142a38304c0 /sqitch/verify/load_new_guix_revision_job_logs.sql
parentbaf2b17bf8bbe932ab112def1b2c067f633fb52b (diff)
downloaddata-service-d96add30a02dc6f5cee313f37b31c5525dbd5a3d.tar
data-service-d96add30a02dc6f5cee313f37b31c5525dbd5a3d.tar.gz
Record the output from loading new revisions to the database
So that it can easily be shown through the web interface. There's two tables being used. One which temporarily stores the output as it's output while the job is running, and other which stores the whole log once the job has finished.
Diffstat (limited to 'sqitch/verify/load_new_guix_revision_job_logs.sql')
-rw-r--r--sqitch/verify/load_new_guix_revision_job_logs.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/load_new_guix_revision_job_logs.sql b/sqitch/verify/load_new_guix_revision_job_logs.sql
new file mode 100644
index 0000000..aa33fbb
--- /dev/null
+++ b/sqitch/verify/load_new_guix_revision_job_logs.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:load_new_guix_revision_job_logs on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;