Skip to content
Snippets Groups Projects
Unverified Commit 996b9780 authored by Andre Lehmann's avatar Andre Lehmann :japanese_castle:
Browse files

Fix report file path

parent 3c9b1eec
Branches
No related merge requests found
Pipeline #167 waiting for manual action with stages
{% if WIKIFACTORY_ENABLED %}
# Wikifactory
{{ WIKIFACTORY_SCHEDULE }} krawl fetch wikifactory.com -c /container/cfg/krawler.yml -vv --report wikifactory.txt -r file -r wikibase
{{ WIKIFACTORY_SCHEDULE }} krawl fetch wikifactory.com -c /container/cfg/krawler.yml -vv --report /container/report/wikifactory.txt -r file -r wikibase
{% endif %}
{% if GITHUB_ENABLED %}
# GitHub
{{ GITHUB_SCHEDULE }} krawl fetch github.com -c /container/cfg/krawler.yml -vv --report github.txt -r file -r wikibase
{{ GITHUB_SCHEDULE }} krawl fetch github.com -c /container/cfg/krawler.yml -vv --report /container/report/github.txt -r file -r wikibase
{% endif %}
{% if OSHWA_ENABLED %}
# OSHWA
{{ OSHWA_SCHEDULE }} krawl fetch oshwa.org -c /container/cfg/krawler.yml -vv --report oshwa.txt -r file -r wikibase
{{ OSHWA_SCHEDULE }} krawl fetch oshwa.org -c /container/cfg/krawler.yml -vv --report /container/report/oshwa.txt -r file -r wikibase
{% endif %}
{% if THINGIVERSE_ENABLED %}
# Thingiverse
{{ THINGIVERSE_SCHEDULE }} krawl fetch thingiverse.com -c /container/cfg/krawler.yml -vv --report thingiverse.txt -r file -r wikibase
{{ THINGIVERSE_SCHEDULE }} krawl fetch thingiverse.com -c /container/cfg/krawler.yml -vv --report /container/report/thingiverse.txt -r file -r wikibase
{% endif %}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment