mirror of
https://github.com/opencultureconsulting/noah.git
synced 2025-04-13 00:00:15 +02:00
fix #28 Münster: Datensätze mit 'restriction on access' ausfiltern
This commit is contained in:
parent
cf3c006d78
commit
cf247a86c1
@ -4,7 +4,7 @@ tasks:
|
|||||||
main:
|
main:
|
||||||
desc: miami ULB Münster
|
desc: miami ULB Münster
|
||||||
vars:
|
vars:
|
||||||
MINIMUM: 7695 # Mindestanzahl der zu erwartenden Datensätze
|
MINIMUM: 7300 # Mindestanzahl der zu erwartenden Datensätze
|
||||||
PROJECT: '{{splitList ":" .TASK | first}}' # results in the task namespace, which is identical to the directory name
|
PROJECT: '{{splitList ":" .TASK | first}}' # results in the task namespace, which is identical to the directory name
|
||||||
cmds:
|
cmds:
|
||||||
- task: harvest
|
- task: harvest
|
||||||
@ -65,8 +65,11 @@ tasks:
|
|||||||
"$CLIENT" -P {{.PORT}} "{{.PROJECT}}"
|
"$CLIENT" -P {{.PORT}} "{{.PROJECT}}"
|
||||||
--apply config/nur-mit-pdf.json
|
--apply config/nur-mit-pdf.json
|
||||||
> {{.LOG}}
|
> {{.LOG}}
|
||||||
# Index: Spalte index mit row.record.index generieren
|
- > # Datensätze mit "restriction on access" löschen
|
||||||
- >
|
"$CLIENT" -P {{.PORT}} "{{.PROJECT}}"
|
||||||
|
--apply config/restriction.json
|
||||||
|
> {{.LOG}}
|
||||||
|
- > # Index: Spalte index mit row.record.index generieren
|
||||||
"$CLIENT" -P {{.PORT}} "{{.PROJECT}}"
|
"$CLIENT" -P {{.PORT}} "{{.PROJECT}}"
|
||||||
--apply config/index.json
|
--apply config/index.json
|
||||||
> {{.LOG}}
|
> {{.LOG}}
|
||||||
|
0
muenster/config/restriction.json
Normal file
0
muenster/config/restriction.json
Normal file
Loading…
x
Reference in New Issue
Block a user