diff options
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/chroot_archives | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives index cd27380f7..85ad35b0c 100755 --- a/scripts/build/chroot_archives +++ b/scripts/build/chroot_archives @@ -456,17 +456,6 @@ then fi # Configure generic indices - # Don't do anything if it's not required - if [ "${LB_PARENT_MIRROR_CHROOT}" = "${LB_PARENT_MIRROR_BINARY}" ] && \ - [ "${LB_PARENT_MIRROR_CHROOT_SECURITY}" = "${LB_PARENT_MIRROR_BINARY_SECURITY}" ] && \ - [ ! -d chroot/root/packages ] - then - # Removing stage file - rm -f .build/chroot_archives - - exit 0 - fi - # Cleaning apt list cache rm -rf chroot/var/lib/apt/lists mkdir -p chroot/var/lib/apt/lists/partial |