From 4113c21c825ad3c8efa538410b38122aabac9f08 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 24 Jun 2011 16:14:07 +0200 Subject: [PATCH] [scripts] make sure to remove sabayon-weekly repository from ISO before packing it up --- scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh | 1 + scripts/remaster_gaming_inner_chroot_script_after.sh | 1 + scripts/remaster_generic_inner_chroot_script_after.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh b/scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh index 5c7ffb2..03f43f7 100755 --- a/scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh +++ b/scripts/3rdparty/remaster_mcs_inner_chroot_script_after.sh @@ -215,6 +215,7 @@ mount -t proc proc /proc echo "Vacuum cleaning client db" rm /var/lib/entropy/client/database/*/sabayonlinux.org -rf +rm /var/lib/entropy/client/database/*/sabayon-weekly -rf equo rescue vacuum # cleanup log dir diff --git a/scripts/remaster_gaming_inner_chroot_script_after.sh b/scripts/remaster_gaming_inner_chroot_script_after.sh index 41f4ea8..b4f8574 100755 --- a/scripts/remaster_gaming_inner_chroot_script_after.sh +++ b/scripts/remaster_gaming_inner_chroot_script_after.sh @@ -16,6 +16,7 @@ done echo -5 | equo conf update rm /var/lib/entropy/client/database/*/sabayonlinux.org -rf +rm /var/lib/entropy/client/database/*/sabayon-weekly -rf equo rescue vacuum # cleanup logs and cache rm /var/lib/entropy/logs -rf diff --git a/scripts/remaster_generic_inner_chroot_script_after.sh b/scripts/remaster_generic_inner_chroot_script_after.sh index d7fc85c..22aba37 100755 --- a/scripts/remaster_generic_inner_chroot_script_after.sh +++ b/scripts/remaster_generic_inner_chroot_script_after.sh @@ -309,6 +309,7 @@ mount -t proc proc /proc echo "Vacuum cleaning client db" rm /var/lib/entropy/client/database/*/sabayonlinux.org -rf +rm /var/lib/entropy/client/database/*/sabayon-weekly -rf equo rescue vacuum # cleanup log dir