diff options
-rw-r--r-- | .gitlab-ci.yml | 8 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | bin/debvm-create (renamed from debvm-create) | 0 | ||||
-rwxr-xr-x | bin/debvm-run (renamed from debvm-run) | 0 | ||||
-rwxr-xr-x | bin/debvm-waitssh (renamed from debvm-waitssh) | 0 |
5 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 456e8d9..0da847f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,14 +5,14 @@ shellcheck: - apt-get update - apt-get dist-upgrade --yes - apt-get --no-install-recommends --yes install shellcheck - - shellcheck -P tests debvm-* tests/*.sh + - shellcheck -P tests bin/* tests/*.sh codespell: script: - apt-get update - apt-get dist-upgrade --yes - apt-get --no-install-recommends --yes install codespell - - codespell debvm-* tests/*.sh + - codespell bin/* tests/*.sh release_test: parallel: @@ -28,7 +28,7 @@ release_test: - apt-get update - apt-get dist-upgrade --yes - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client qemu-kvm - - PATH=.:$PATH ./tests/create-and-run.sh $(dpkg --print-architecture) "$RELEASE" + - PATH=./bin:$PATH ./tests/create-and-run.sh $(dpkg --print-architecture) "$RELEASE" arch_test: parallel: @@ -46,4 +46,4 @@ arch_test: - apt-get update - apt-get dist-upgrade --yes - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client qemu-system binfmt-support arch-test qemu-user-static - - PATH=.:$PATH ./tests/create-and-run.sh "$ARCHITECTURE" sid + - PATH=./bin:$PATH ./tests/create-and-run.sh "$ARCHITECTURE" sid @@ -23,7 +23,7 @@ invocation. The following two invocations will give you a shell inside a qemu virtual machine of the native architecture, leaving all the settings at their defaults: - ./debvm-create && ./debvm-run + ./bin/debvm-create && ./bin/debvm-run What do I need? =============== diff --git a/debvm-create b/bin/debvm-create index 0dc619b..0dc619b 100755 --- a/debvm-create +++ b/bin/debvm-create diff --git a/debvm-run b/bin/debvm-run index c2a3f21..c2a3f21 100755 --- a/debvm-run +++ b/bin/debvm-run diff --git a/debvm-waitssh b/bin/debvm-waitssh index 82eb14d..82eb14d 100755 --- a/debvm-waitssh +++ b/bin/debvm-waitssh |