aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqitch.plan
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-03-28 19:59:35 +0000
committerChristopher Baines <mail@cbaines.net>2020-03-28 19:59:35 +0000
commitb30904e1afe426e7e38c8a43176efbfc656ab7e6 (patch)
treea8a47eb5bc978c25f0104f7d2b1220364be95b20 /sqitch/sqitch.plan
parentf980b6c2acd4388627b5abb30bdf98fcbb18fb7f (diff)
downloaddata-service-b30904e1afe426e7e38c8a43176efbfc656ab7e6.tar
data-service-b30904e1afe426e7e38c8a43176efbfc656ab7e6.tar.gz
Make jobs unique by commit
Given that a commit, regardless of what repository it comes from should contain the same exactly the same data, just track jobs by commit.
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r--sqitch/sqitch.plan1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan
index e0c55c7..a92062c 100644
--- a/sqitch/sqitch.plan
+++ b/sqitch/sqitch.plan
@@ -55,3 +55,4 @@ make_some_constraints_deferrable 2020-02-16T10:54:22Z Christopher Baines <mail@c
guix_revision_system_test_derivations_add_system 2020-03-19T21:30:33Z Christopher Baines <mail@cbaines.net> # Add a system column to the guix_revision_system_test_derivations table
drop_package_versions_by_guix_revision_range 2020-03-24T20:40:38Z Christopher Baines <mail@cbaines.net> # Drop package_versions_by_guix_revision_range
create_narinfo_fetch_records_index 2020-03-25T19:07:28Z Christopher Baines <mail@cbaines.net> # Create an index on narinfo_fetch_records
+load_new_guix_revision_jobs_make_commits_unique 2020-03-27T21:38:42Z Christopher Baines <mail@cbaines.net> # Make load_new_guix_revision_jobs commits unique