diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-07 07:42:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 07:42:58 +0200 |
commit | 3f16f939fb6ffcf6e65990d74827a7bdd4d10d6a (patch) | |
tree | 5f510afa6828775208bcc010323ab4297afa5e30 /scripts/copy-image | |
parent | 262183c6a6974f8ef36f91549175927d27ad4f28 (diff) | |
parent | e7ac78de4947ebd5600c716832012585c006c41f (diff) | |
download | vyos-build-3f16f939fb6ffcf6e65990d74827a7bdd4d10d6a.tar.gz vyos-build-3f16f939fb6ffcf6e65990d74827a7bdd4d10d6a.zip |
Merge pull request #257 from dmbaturin/T3664-flavors
T3664: initial implementation of the build flavor system
Diffstat (limited to 'scripts/copy-image')
-rwxr-xr-x | scripts/copy-image | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/copy-image b/scripts/copy-image deleted file mode 100755 index 4196d06d..00000000 --- a/scripts/copy-image +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -BUILD_DIR="$(scripts/query-json build/build-config.json build_dir)" -BUILD_ARCH="$(scripts/query-json build/build-config.json architecture)" -VERSION="$(cat $BUILD_DIR/version)" - -cp "$BUILD_DIR/live-image-$BUILD_ARCH.hybrid.iso" "$BUILD_DIR/vyos-$VERSION-$BUILD_ARCH.iso" |