Cleanup.
This commit is contained in:
parent
e39083131a
commit
951da807c8
@ -1,32 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
export RUN_DEFAULT_FUNCS="no"
|
|
||||||
|
|
||||||
source /tmp/chroot-functions.sh
|
|
||||||
|
|
||||||
if [[ "${clst_VERBOSE}" == "true" ]]; then
|
|
||||||
clst_perlcleaneropts="--verbose"
|
|
||||||
else
|
|
||||||
clst_perlcleaneropts="--quiet"
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Running perl-cleaner."
|
|
||||||
perl-cleaner ${clst_perlcleaneropts} --reallyall
|
|
||||||
|
|
||||||
update_env_settings
|
|
||||||
show_debug
|
|
||||||
|
|
||||||
cleanup_stages
|
|
||||||
|
|
||||||
if [ -n "${clst_DISTCC}" ]
|
|
||||||
then
|
|
||||||
portageq has_version / sys-devel/distcc
|
|
||||||
if [ $? == 0 ]; then
|
|
||||||
run_merge -C sys-devel/distcc || exit 1
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -n "${clst_ICECREAM}" ]
|
|
||||||
then
|
|
||||||
run_merge -C sys-devel/icecream || exit 1
|
|
||||||
fi
|
|
@ -1,17 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
source /tmp/chroot-functions.sh
|
|
||||||
|
|
||||||
export SHELL=/bin/bash
|
|
||||||
export PYTHON=python
|
|
||||||
|
|
||||||
## START BUILD
|
|
||||||
setup_pkgmgr
|
|
||||||
|
|
||||||
echo "Bringing system up to date using profile specific use flags"
|
|
||||||
run_merge -u @system
|
|
||||||
|
|
||||||
echo "Emerging packages using stage4 use flags"
|
|
||||||
|
|
||||||
run_merge "${clst_packages}"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user