[scripts] make sure to remove sabayon-weekly repository from ISO before packing it up
This commit is contained in:
parent
adf2dcf669
commit
4113c21c82
@ -215,6 +215,7 @@ mount -t proc proc /proc
|
|||||||
|
|
||||||
echo "Vacuum cleaning client db"
|
echo "Vacuum cleaning client db"
|
||||||
rm /var/lib/entropy/client/database/*/sabayonlinux.org -rf
|
rm /var/lib/entropy/client/database/*/sabayonlinux.org -rf
|
||||||
|
rm /var/lib/entropy/client/database/*/sabayon-weekly -rf
|
||||||
equo rescue vacuum
|
equo rescue vacuum
|
||||||
|
|
||||||
# cleanup log dir
|
# cleanup log dir
|
||||||
|
@ -16,6 +16,7 @@ done
|
|||||||
echo -5 | equo conf update
|
echo -5 | equo conf update
|
||||||
|
|
||||||
rm /var/lib/entropy/client/database/*/sabayonlinux.org -rf
|
rm /var/lib/entropy/client/database/*/sabayonlinux.org -rf
|
||||||
|
rm /var/lib/entropy/client/database/*/sabayon-weekly -rf
|
||||||
equo rescue vacuum
|
equo rescue vacuum
|
||||||
# cleanup logs and cache
|
# cleanup logs and cache
|
||||||
rm /var/lib/entropy/logs -rf
|
rm /var/lib/entropy/logs -rf
|
||||||
|
@ -309,6 +309,7 @@ mount -t proc proc /proc
|
|||||||
|
|
||||||
echo "Vacuum cleaning client db"
|
echo "Vacuum cleaning client db"
|
||||||
rm /var/lib/entropy/client/database/*/sabayonlinux.org -rf
|
rm /var/lib/entropy/client/database/*/sabayonlinux.org -rf
|
||||||
|
rm /var/lib/entropy/client/database/*/sabayon-weekly -rf
|
||||||
equo rescue vacuum
|
equo rescue vacuum
|
||||||
|
|
||||||
# cleanup log dir
|
# cleanup log dir
|
||||||
|
Loading…
Reference in New Issue
Block a user