Scripte auch für up-to-date-Prüfung
This commit is contained in:
parent
d7547e3dda
commit
1b25b01fb5
10
Taskfile.yml
10
Taskfile.yml
|
@ -18,6 +18,7 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- tasks/03-ba-sachsen.sh "output/02-bibliotheca-main"
|
- tasks/03-ba-sachsen.sh "output/02-bibliotheca-main"
|
||||||
sources:
|
sources:
|
||||||
|
- tasks/03-ba-sachsen.sh
|
||||||
# - output/02-alephino-main/alephino.csv
|
# - output/02-alephino-main/alephino.csv
|
||||||
- output/02-bibliotheca-main/bibliotheca.csv
|
- output/02-bibliotheca-main/bibliotheca.csv
|
||||||
generates:
|
generates:
|
||||||
|
@ -34,6 +35,7 @@ tasks:
|
||||||
- task: riesa
|
- task: riesa
|
||||||
- tasks/02-alephino-main.sh "output/01-alephino-pre"
|
- tasks/02-alephino-main.sh "output/01-alephino-pre"
|
||||||
sources:
|
sources:
|
||||||
|
- tasks/02-alephino-main.sh
|
||||||
- output/01-alephino-pre/*.tsv
|
- output/01-alephino-pre/*.tsv
|
||||||
generates:
|
generates:
|
||||||
# - output/02-alephino-main/alephino.csv
|
# - output/02-alephino-main/alephino.csv
|
||||||
|
@ -54,6 +56,7 @@ tasks:
|
||||||
# - task: plauen
|
# - task: plauen
|
||||||
- tasks/02-bibliotheca-main.sh "output/01-bibliotheca-pre"
|
- tasks/02-bibliotheca-main.sh "output/01-bibliotheca-pre"
|
||||||
sources:
|
sources:
|
||||||
|
- tasks/02-bibliotheca-main.sh
|
||||||
- output/01-bibliotheca-pre/*.tsv
|
- output/01-bibliotheca-pre/*.tsv
|
||||||
generates:
|
generates:
|
||||||
- output/02-bibliotheca-main/bibliotheca.csv
|
- output/02-bibliotheca-main/bibliotheca.csv
|
||||||
|
@ -68,6 +71,7 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- tasks/01-bibliotheca-pre.sh "{{.INPUT}}"
|
- tasks/01-bibliotheca-pre.sh "{{.INPUT}}"
|
||||||
sources:
|
sources:
|
||||||
|
- tasks/01-bibliotheca-pre.sh
|
||||||
- '{{.INPUT}}'
|
- '{{.INPUT}}'
|
||||||
generates:
|
generates:
|
||||||
- output/01-bibliotheca-pre/bautzen.tsv
|
- output/01-bibliotheca-pre/bautzen.tsv
|
||||||
|
@ -84,6 +88,7 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- tasks/01-bibliotheca-pre.sh "{{.INPUT}}"
|
- tasks/01-bibliotheca-pre.sh "{{.INPUT}}"
|
||||||
sources:
|
sources:
|
||||||
|
- tasks/01-bibliotheca-pre.sh
|
||||||
- '{{.INPUT}}'
|
- '{{.INPUT}}'
|
||||||
generates:
|
generates:
|
||||||
- output/01-bibliotheca-pre/breitenbrunn.tsv
|
- output/01-bibliotheca-pre/breitenbrunn.tsv
|
||||||
|
@ -100,6 +105,7 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- tasks/01-bibliotheca-pre.sh "{{.INPUT}}"
|
- tasks/01-bibliotheca-pre.sh "{{.INPUT}}"
|
||||||
sources:
|
sources:
|
||||||
|
- tasks/01-bibliotheca-pre.sh
|
||||||
- '{{.INPUT}}'
|
- '{{.INPUT}}'
|
||||||
generates:
|
generates:
|
||||||
- output/01-bibliotheca-pre/dresden.tsv
|
- output/01-bibliotheca-pre/dresden.tsv
|
||||||
|
@ -116,6 +122,7 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- tasks/01-alephino-pre.sh "{{.TITEL}}" "{{.EXEMPLARE}}"
|
- tasks/01-alephino-pre.sh "{{.TITEL}}" "{{.EXEMPLARE}}"
|
||||||
sources:
|
sources:
|
||||||
|
- tasks/01-alephino-pre.sh
|
||||||
- '{{.TITEL}}'
|
- '{{.TITEL}}'
|
||||||
- '{{.EXEMPLARE}}'
|
- '{{.EXEMPLARE}}'
|
||||||
generates:
|
generates:
|
||||||
|
@ -134,6 +141,7 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- tasks/01-bibliotheca-pre.sh "{{.INPUT}}"
|
- tasks/01-bibliotheca-pre.sh "{{.INPUT}}"
|
||||||
sources:
|
sources:
|
||||||
|
- tasks/01-bibliotheca-pre.sh
|
||||||
- '{{.INPUT}}'
|
- '{{.INPUT}}'
|
||||||
generates:
|
generates:
|
||||||
- output/01-bibliotheca-pre/glauchau.tsv
|
- output/01-bibliotheca-pre/glauchau.tsv
|
||||||
|
@ -150,6 +158,7 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- tasks/01-bibliotheca-pre.sh "input/plauen.imp"
|
- tasks/01-bibliotheca-pre.sh "input/plauen.imp"
|
||||||
sources:
|
sources:
|
||||||
|
- tasks/01-bibliotheca-pre.sh
|
||||||
- input/plauen.imp
|
- input/plauen.imp
|
||||||
generates:
|
generates:
|
||||||
- output/01-bibliotheca-pre/plauen.tsv
|
- output/01-bibliotheca-pre/plauen.tsv
|
||||||
|
@ -164,6 +173,7 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- tasks/01-alephino-pre.sh "{{.TITEL}}" "{{.EXEMPLARE}}"
|
- tasks/01-alephino-pre.sh "{{.TITEL}}" "{{.EXEMPLARE}}"
|
||||||
sources:
|
sources:
|
||||||
|
- tasks/01-alephino-pre.sh
|
||||||
- '{{.TITEL}}'
|
- '{{.TITEL}}'
|
||||||
- '{{.EXEMPLARE}}'
|
- '{{.EXEMPLARE}}'
|
||||||
generates:
|
generates:
|
||||||
|
|
Loading…
Reference in New Issue