diff options
author | Christopher Baines <mail@cbaines.net> | 2019-06-02 22:00:29 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-06-02 22:00:29 +0100 |
commit | 5d06a28577f6a917ebacd3d6e7aab1a7c61c6e27 (patch) | |
tree | 61beae6704cabcb509ad7e5a3c2f0efaa095aaef /sqitch/sqitch.plan | |
parent | 4ccf3132b6f7e7946fc148228d4ff1ca93ab422c (diff) | |
download | data-service-5d06a28577f6a917ebacd3d6e7aab1a7c61c6e27.tar data-service-5d06a28577f6a917ebacd3d6e7aab1a7c61c6e27.tar.gz |
Add more detailed new revision job handling
Create a new events table for the new guix revision jobs, and update this when
processing a job starts, as well as finished with success or failure.
Additionally, remove the dependnency on open-inferior/container, as this
functionality isn't merged in to Guix master yet.
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r-- | sqitch/sqitch.plan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan index b4c873d..56619b9 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -12,3 +12,4 @@ add_location_information 2019-05-12T20:27:48Z Christopher Baines <mail@cbaines.n add_git_repositories_cgit_url_base 2019-05-13T18:45:14Z Christopher Baines <mail@cbaines.net> # Add cgit_url_base to git_repositories license_support 2019-05-13T20:37:40Z Christopher Baines <mail@cbaines.net> # Add support for storing license information dates_to_load_new_guix_revision_jobs 2019-06-02T07:39:49Z Christopher Baines <mail@cbaines.net> # Add dates to the load_new_guix_revision_jobs table +load_new_guix_revision_job_events 2019-06-02T15:44:41Z Christopher Baines <mail@cbaines.net> # Add new table for guix_revision_job_events |