Re: [gentoo-portage-dev] profile.bashrc variables

2019-11-19 Thread Joakim Tjernlund
On Tue, 2019-11-19 at 22:40 -0800, Zac Medico wrote: > On 11/19/19 2:17 PM, Joakim Tjernlund wrote: > > cat profile.bashrc > > if [ "${HOSTNAME}" == "gentoo64.infinera.com" ]; then > ># This does not work, why? > >[ -z "$_once" ] && EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} -k n" && >

Re: [gentoo-portage-dev] profile.bashrc variables

2019-11-19 Thread Zac Medico
On 11/19/19 2:17 PM, Joakim Tjernlund wrote: > cat profile.bashrc > if [ "${HOSTNAME}" == "gentoo64.infinera.com" ]; then ># This does not work, why? >[ -z "$_once" ] && EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} -k n" && > _once=1 >[ -z "$_fonce" ] && FEATURES="${FEATURES}

[gentoo-portage-dev] profile.bashrc variables

2019-11-19 Thread Joakim Tjernlund
cat profile.bashrc if [ "${HOSTNAME}" == "gentoo64.infinera.com" ]; then # This does not work, why? [ -z "$_once" ] && EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} -k n" && _once=1 [ -z "$_fonce" ] && FEATURES="${FEATURES} buildpkg" && _fonce=1 export EMERGE_DEFAULT_OPTS export

Re: [gentoo-portage-dev] [PATCH] repoman: add --include-profiles=PROFILES

2019-11-19 Thread Zac Medico
On 11/19/19 8:34 AM, Pacho Ramos wrote: > El mar, 19-11-2019 a las 00:21 +, Sergei Trofimovich escribió: >> repoman slows down ~linearly with amount of profiles being scanned. >> In case of amd64 we have 28 stable profiles. >> >> To speed up processing and fit into time budged of various CIs

Re: [gentoo-portage-dev] [PATCH] repoman: add --include-profiles=PROFILES

2019-11-19 Thread Pacho Ramos
El mar, 19-11-2019 a las 00:21 +, Sergei Trofimovich escribió: > repoman slows down ~linearly with amount of profiles being scanned. > In case of amd64 we have 28 stable profiles. > > To speed up processing and fit into time budged of various CIs we can > split the work across different