diff --git a/.github/scripts/etc-files-list-update/README.md b/.bin/etc-files-list-update/README.md similarity index 92% rename from .github/scripts/etc-files-list-update/README.md rename to .bin/etc-files-list-update/README.md index 0b8015a6e..923c18de6 100644 --- a/.github/scripts/etc-files-list-update/README.md +++ b/.bin/etc-files-list-update/README.md @@ -9,7 +9,7 @@ URLs that have been scanned will be added to a data file that can be stored in g ## running The script must be run from its working directory. ```bash -cd .github/scripts/etc-files-list-update && ./update.sh +cd .bin/etc-files-list-update && ./update.sh ``` ## details diff --git a/.github/scripts/etc-files-list-update/current_distro b/.bin/etc-files-list-update/current_distro similarity index 100% rename from .github/scripts/etc-files-list-update/current_distro rename to .bin/etc-files-list-update/current_distro diff --git a/.github/scripts/etc-files-list-update/deb-url-history/deb.urls.initial.gz b/.bin/etc-files-list-update/deb-url-history/deb.urls.initial.gz similarity index 100% rename from .github/scripts/etc-files-list-update/deb-url-history/deb.urls.initial.gz rename to .bin/etc-files-list-update/deb-url-history/deb.urls.initial.gz diff --git a/.github/scripts/etc-files-list-update/update.sh b/.bin/etc-files-list-update/update.sh similarity index 100% rename from .github/scripts/etc-files-list-update/update.sh rename to .bin/etc-files-list-update/update.sh diff --git a/.github/scripts/etc-files-list-update/util/find-new-urls.awk b/.bin/etc-files-list-update/util/find-new-urls.awk similarity index 100% rename from .github/scripts/etc-files-list-update/util/find-new-urls.awk rename to .bin/etc-files-list-update/util/find-new-urls.awk diff --git a/.github/scripts/etc-files-list-update/util/get-package-urls.sh b/.bin/etc-files-list-update/util/get-package-urls.sh similarity index 100% rename from .github/scripts/etc-files-list-update/util/get-package-urls.sh rename to .bin/etc-files-list-update/util/get-package-urls.sh diff --git a/.github/scripts/etc-files-list-update/util/print-urls.sh b/.bin/etc-files-list-update/util/print-urls.sh similarity index 100% rename from .github/scripts/etc-files-list-update/util/print-urls.sh rename to .bin/etc-files-list-update/util/print-urls.sh diff --git a/.github/scripts/etc-files-list-update/util/scan-package.sh b/.bin/etc-files-list-update/util/scan-package.sh similarity index 100% rename from .github/scripts/etc-files-list-update/util/scan-package.sh rename to .bin/etc-files-list-update/util/scan-package.sh