diff --git a/.github/workflows/1-fetch.yml b/.github/workflows/1-fetch.yml index 22223dbf..30a26c78 100644 --- a/.github/workflows/1-fetch.yml +++ b/.github/workflows/1-fetch.yml @@ -52,5 +52,5 @@ jobs: - name: Run fetch script run: | - ./scripts/1-fetch/gcs_fetched.py \ - --enable-git --enable-save --limit=100 + ./scripts/1-fetch/gcs_fetch.py \ + --limit=100 --enable-save --enable-git diff --git a/.github/workflows/2-process.yml.disabled b/.github/workflows/2-process.yml.disabled index 105b1252..d27d86f9 100644 --- a/.github/workflows/2-process.yml.disabled +++ b/.github/workflows/2-process.yml.disabled @@ -40,14 +40,7 @@ jobs: run: echo "PYTHONPATH=./scripts" >> $GITHUB_ENV - name: Run process script - run: - # python scripts/2-process/deviantart_processed.py - # python scripts/2-process/flickr_processed.py - # python scripts/2-process/github_processed.py - # python scripts/2-process/internetarchive_processed.py - # python scripts/2-process/metmuseum_processed.py - # python scripts/2-process/vimeo_processed.py - # python scripts/2-process/wikicommons_processed.py - # python scripts/2-process/wikipedia_processed.py - # python scripts/2-process/youtube_processed.py - python scripts/2-process/gcs_processed.py + run: | + # ADD SCRIPT INVOCATION HERE + +# vim: ft=yaml diff --git a/.github/workflows/3-report.yml.disabled b/.github/workflows/3-report.yml.disabled index f48cc937..4213ce52 100644 --- a/.github/workflows/3-report.yml.disabled +++ b/.github/workflows/3-report.yml.disabled @@ -40,14 +40,7 @@ jobs: run: echo "PYTHONPATH=./scripts" >> $GITHUB_ENV - name: Run report script - run: - # ./scripts/3-report/deviantart_reports.py - # ./scripts/3-report/flickr_reports.py - # ./scripts/3-report/github_reports.py - # ./scripts/3-report/internetarchive_reports.py - # ./scripts/3-report/metmuseum_reports.py - # ./scripts/3-report/vimeo_reports.py - # ./scripts/3-report/wikicommons_reports.py - # ./scripts/3-report/wikipedia_reports.py - # ./scripts/3-report/youtube_reports.py - ./scripts/3-report/gcs_reports.py + run: | + # ADD SCRIPT INVOCATION HERE + +# vim: ft=yaml diff --git a/scripts/1-fetch/deviantart_fetched.py b/scripts/1-fetch/deviantart_fetch.py similarity index 100% rename from scripts/1-fetch/deviantart_fetched.py rename to scripts/1-fetch/deviantart_fetch.py diff --git a/scripts/1-fetch/flickr_fetched.py b/scripts/1-fetch/flickr_fetch.py similarity index 100% rename from scripts/1-fetch/flickr_fetched.py rename to scripts/1-fetch/flickr_fetch.py diff --git a/scripts/1-fetch/gcs_fetched.py b/scripts/1-fetch/gcs_fetch.py similarity index 100% rename from scripts/1-fetch/gcs_fetched.py rename to scripts/1-fetch/gcs_fetch.py diff --git a/scripts/1-fetch/github_fetched.py b/scripts/1-fetch/github_fetch.py similarity index 100% rename from scripts/1-fetch/github_fetched.py rename to scripts/1-fetch/github_fetch.py diff --git a/scripts/1-fetch/internetarchive_fetched.py b/scripts/1-fetch/internetarchive_fetch.py similarity index 100% rename from scripts/1-fetch/internetarchive_fetched.py rename to scripts/1-fetch/internetarchive_fetch.py diff --git a/scripts/1-fetch/metmuseum_fetched.py b/scripts/1-fetch/metmuseum_fetch.py similarity index 100% rename from scripts/1-fetch/metmuseum_fetched.py rename to scripts/1-fetch/metmuseum_fetch.py diff --git a/scripts/1-fetch/vimeo_fetched.py b/scripts/1-fetch/vimeo_fetch.py similarity index 100% rename from scripts/1-fetch/vimeo_fetched.py rename to scripts/1-fetch/vimeo_fetch.py diff --git a/scripts/1-fetch/wikicommons_fetched.py b/scripts/1-fetch/wikicommons_fetch.py similarity index 100% rename from scripts/1-fetch/wikicommons_fetched.py rename to scripts/1-fetch/wikicommons_fetch.py diff --git a/scripts/1-fetch/wikipedia_fetched.py b/scripts/1-fetch/wikipedia_fetch.py similarity index 100% rename from scripts/1-fetch/wikipedia_fetched.py rename to scripts/1-fetch/wikipedia_fetch.py diff --git a/scripts/1-fetch/youtube_fetched.py b/scripts/1-fetch/youtube_fetch.py similarity index 100% rename from scripts/1-fetch/youtube_fetched.py rename to scripts/1-fetch/youtube_fetch.py diff --git a/scripts/2-process/deviantart_processed.py b/scripts/2-process/deviantart_process.py similarity index 100% rename from scripts/2-process/deviantart_processed.py rename to scripts/2-process/deviantart_process.py diff --git a/scripts/2-process/flickr_processed.py b/scripts/2-process/flickr_process.py similarity index 100% rename from scripts/2-process/flickr_processed.py rename to scripts/2-process/flickr_process.py diff --git a/scripts/2-process/gcs_processed.py b/scripts/2-process/gcs_process.py similarity index 100% rename from scripts/2-process/gcs_processed.py rename to scripts/2-process/gcs_process.py diff --git a/scripts/2-process/github_processed.py b/scripts/2-process/github_process.py similarity index 100% rename from scripts/2-process/github_processed.py rename to scripts/2-process/github_process.py diff --git a/scripts/2-process/internetarchive_processed.py b/scripts/2-process/internetarchive_process.py similarity index 100% rename from scripts/2-process/internetarchive_processed.py rename to scripts/2-process/internetarchive_process.py diff --git a/scripts/2-process/metmuseum_processed.py b/scripts/2-process/metmuseum_process.py similarity index 100% rename from scripts/2-process/metmuseum_processed.py rename to scripts/2-process/metmuseum_process.py diff --git a/scripts/2-process/vimeo_processed.py b/scripts/2-process/vimeo_process.py similarity index 100% rename from scripts/2-process/vimeo_processed.py rename to scripts/2-process/vimeo_process.py diff --git a/scripts/2-process/wikicommons_processed.py b/scripts/2-process/wikicommons_process.py similarity index 100% rename from scripts/2-process/wikicommons_processed.py rename to scripts/2-process/wikicommons_process.py diff --git a/scripts/2-process/wikipedia_processed.py b/scripts/2-process/wikipedia_process.py similarity index 100% rename from scripts/2-process/wikipedia_processed.py rename to scripts/2-process/wikipedia_process.py diff --git a/scripts/2-process/youtube_processed.py b/scripts/2-process/youtube_process.py similarity index 100% rename from scripts/2-process/youtube_processed.py rename to scripts/2-process/youtube_process.py diff --git a/scripts/3-report/deviantart_reports.py b/scripts/3-report/deviantart_report.py similarity index 100% rename from scripts/3-report/deviantart_reports.py rename to scripts/3-report/deviantart_report.py diff --git a/scripts/3-report/flickr_reports.py b/scripts/3-report/flickr_report.py similarity index 100% rename from scripts/3-report/flickr_reports.py rename to scripts/3-report/flickr_report.py diff --git a/scripts/3-report/gcs_reports.py b/scripts/3-report/gcs_report.py similarity index 100% rename from scripts/3-report/gcs_reports.py rename to scripts/3-report/gcs_report.py diff --git a/scripts/3-report/github_reports.py b/scripts/3-report/github_report.py similarity index 100% rename from scripts/3-report/github_reports.py rename to scripts/3-report/github_report.py diff --git a/scripts/3-report/internetarchive_reports.py b/scripts/3-report/internetarchive_report.py similarity index 100% rename from scripts/3-report/internetarchive_reports.py rename to scripts/3-report/internetarchive_report.py diff --git a/scripts/3-report/metmuseum_reports.py b/scripts/3-report/metmuseum_report.py similarity index 100% rename from scripts/3-report/metmuseum_reports.py rename to scripts/3-report/metmuseum_report.py diff --git a/scripts/3-report/vimeo_reports.py b/scripts/3-report/vimeo_report.py similarity index 100% rename from scripts/3-report/vimeo_reports.py rename to scripts/3-report/vimeo_report.py diff --git a/scripts/3-report/wikicommons_reports.py b/scripts/3-report/wikicommons_report.py similarity index 100% rename from scripts/3-report/wikicommons_reports.py rename to scripts/3-report/wikicommons_report.py diff --git a/scripts/3-report/wikipedia_reports.py b/scripts/3-report/wikipedia_report.py similarity index 100% rename from scripts/3-report/wikipedia_reports.py rename to scripts/3-report/wikipedia_report.py diff --git a/scripts/3-report/youtube_reports.py b/scripts/3-report/youtube_report.py similarity index 100% rename from scripts/3-report/youtube_reports.py rename to scripts/3-report/youtube_report.py