@@ -0,0 +1,7 @@
+all: $(patsubst %.yaml,%, $(filter-out candidates.yaml, $(wildcard *.yaml)))
+
+%: campaign/%
+ svp --debug batch publish $<
+campaign/%: %.yaml
+ svp --debug batch generate --recipe `pwd`/$< --candidates `pwd`/candidates.yaml $@
@@ -0,0 +1,8 @@
+---
+name: disperse-migrate
+command: |-
+ disperse migrate
+mode: propose
+merge-request:
+ commit-message: Migrate disperse configuration to toml
+ auto-merge: true