Open stweil opened 10 months ago
@tboenig, it looks like a change in the released GT causes the breakage: older releases contained a single zip file like for example bagitDump-v79.zip
while the latest release contains several zip files. The download script is not prepared to handle that correctly.
The script
scripts/prepare.sh
downloads GT for Reichsanzeiger, but fails to download the GT defined indata_srcs/default_data_sources.txt
. Here is protocol ofbash -x scripts/prepare.sh
:So instead of calling
curl
with single URLs, it is called with all URLs combined in a single argument. That fails of course.