This commit is contained in:
Alexis Lahouze 2019-02-06 00:20:30 +01:00
parent e39083131a
commit 951da807c8
2 changed files with 0 additions and 49 deletions

View File

@ -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

View File

@ -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}"