diff options
author | Luca Boccassi <bluca@debian.org> | 2018-04-04 20:30:43 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2018-04-05 16:24:36 +0100 |
commit | 050e637b2ceaa1f6735fd9f84b0f7f4676637a79 (patch) | |
tree | 3b1a39af99b8e5ee424fceb3a5f96dfcdac20f5a | |
parent | a0335ac4a42a1b784b054459b2377a0935720d23 (diff) | |
download | vyos-live-build-050e637b2ceaa1f6735fd9f84b0f7f4676637a79.tar.gz vyos-live-build-050e637b2ceaa1f6735fd9f84b0f7f4676637a79.zip |
ONIE: do not use package cache, only runs on host
Gbp-Dch: Ignore
-rwxr-xr-x | scripts/build/binary_onie | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/build/binary_onie b/scripts/build/binary_onie index 2f0a60333..45700d4d5 100755 --- a/scripts/build/binary_onie +++ b/scripts/build/binary_onie @@ -66,12 +66,6 @@ Check_package host /usr/bin/xz xz-utils Check_package host /bin/bzcat bzip2 Check_package host /bin/bzip2 bzip2 -# Restoring cache -Restore_cache cache/packages.binary - -# Installing depends -Install_package - ### Adds needed helper script ## Based on https://github.com/opencomputeproject/onie/blob/master/contrib/debian-iso/sharch_body.sh cat > sharch_body.sh << EOF @@ -340,11 +334,5 @@ echo " Done." ls -la $(basename $output_file) Echo_message "onie-installer created..." -# Saving cache -Save_cache cache/packages.binary - -# Removing depends -Remove_package - # Creating stage file Create_stagefile .build/binary_onie |