aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqitch.plan
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-02-08 12:03:41 +0000
committerChristopher Baines <mail@cbaines.net>2020-02-08 12:03:41 +0000
commitc31c9575e02687f6dcc5f1c04724d0b3c8be8b66 (patch)
tree25c1b8ce72e66c117e26578c6d18123d014e841a /sqitch/sqitch.plan
parentbb271c366b4879bb99cd433a0e2b8a5f8b0be251 (diff)
downloaddata-service-c31c9575e02687f6dcc5f1c04724d0b3c8be8b66.tar
data-service-c31c9575e02687f6dcc5f1c04724d0b3c8be8b66.tar.gz
Support excluding and including branches from a repository
So that you can have the Guix Data Service only pay attention to some of the branches.
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 2d04104..6eabcc1 100644
--- a/sqitch/sqitch.plan
+++ b/sqitch/sqitch.plan
@@ -48,3 +48,4 @@ change_package_derivations_target 2020-02-07T19:29:50Z Christopher Baines <mail@
remove_old_cross_derivations 2020-02-07T19:42:54Z Christopher Baines <mail@cbaines.net> # Remove old cross derivations
increase_fillfactor_for_some_indexes 2020-02-07T20:49:17Z Christopher Baines <mail@cbaines.net> # Increase the fillfactor for some btree indexes
change_package_derivations_by_guix_revision_range_target 2020-02-08T10:13:07Z Christopher Baines <mail@cbaines.net> # Change the values for package_derivations_by_guix_revision_range target
+allow_including_and_excluding_branches_for_repositories 2020-02-08T11:30:02Z Christopher Baines <mail@cbaines.net> # Allow including and excluding branches for repositories