From 511ca9d95d9a120e6d5eec080a23c03453e51856 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Tue, 30 Jun 2020 13:30:51 +0300 Subject: [PATCH] Move choose-mirror script to /usr/local/bin/ /etc/systemd/scripts/ is not a standard directory. Run shellchek on the choose-mirror script. --- .gitlab-ci.yml | 1 + .../releng/airootfs/etc/systemd/system/choose-mirror.service | 2 +- .../{etc/systemd/scripts => usr/local/bin}/choose-mirror | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename configs/releng/airootfs/{etc/systemd/scripts => usr/local/bin}/choose-mirror (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc0eded..7481f15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,3 +13,4 @@ lint: archiso/mkarchiso configs/{baseline,releng}/build.sh configs/releng/airootfs/root/.automated_script.sh + configs/releng/airootfs/usr/local/bin/choose-mirror diff --git a/configs/releng/airootfs/etc/systemd/system/choose-mirror.service b/configs/releng/airootfs/etc/systemd/system/choose-mirror.service index 1e4d771..b6a3562 100644 --- a/configs/releng/airootfs/etc/systemd/system/choose-mirror.service +++ b/configs/releng/airootfs/etc/systemd/system/choose-mirror.service @@ -4,7 +4,7 @@ ConditionKernelCommandLine=mirror [Service] Type=oneshot -ExecStart=/etc/systemd/scripts/choose-mirror +ExecStart=/usr/local/bin/choose-mirror [Install] WantedBy=multi-user.target diff --git a/configs/releng/airootfs/etc/systemd/scripts/choose-mirror b/configs/releng/airootfs/usr/local/bin/choose-mirror similarity index 100% rename from configs/releng/airootfs/etc/systemd/scripts/choose-mirror rename to configs/releng/airootfs/usr/local/bin/choose-mirror