2
0
Эх сурвалжийг харах

Fix config for disperse-migrate

Jelmer Vernooij 4 сар өмнө
parent
commit
6bc20168ee
2 өөрчлөгдсөн 15 нэмэгдсэн , 0 устгасан
  1. 7 0
      Makefile
  2. 8 0
      disperse-migrate.yaml

+ 7 - 0
Makefile

@@ -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 $@

+ 8 - 0
disperse-migrate.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