From 055907592c851372000a9c12f14e04d299be859c Mon Sep 17 00:00:00 2001 From: jnqnfe Date: Tue, 6 Jan 2015 03:46:37 +0000 Subject: cache: clarify and simplify package cache save/restore These functions are specific to handling packages stored in the cache, not other files. They are also always used with the same `cache/packages.` prefix to the path. Gbp-Dch: Short Closes: #952916 --- scripts/build/binary_iso | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/binary_iso') diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 5c016d33e..c6aec8dfb 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -57,7 +57,7 @@ Check_package chroot /usr/bin/xorriso xorriso Check_package chroot /usr/lib/ISOLINUX/isohdpfx.bin isolinux # Restoring cache -Restore_cache cache/packages.binary +Restore_package_cache binary # Installing depends Install_package @@ -242,7 +242,7 @@ case "${LB_BUILD_WITH_CHROOT}" in esac # Saving cache -Save_cache cache/packages.binary +Save_package_cache binary # Removing depends Remove_package -- cgit v1.2.3