Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2019 10:06:25 +0100
From:      Antoine Brodin <antoine@freebsd.org>
To:        Matthias Fechner <idefix@fechner.net>
Cc:        ports-committers <ports-committers@freebsd.org>, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r494316 - head/Mk/Scripts
Message-ID:  <CAALwa8ks08vzHRvyzG88S49HPX%2BE5zCg_1j4258JqMp8EO-Yzw@mail.gmail.com>
In-Reply-To: <bb4db8ea-aab2-5316-c783-fb588d495434@fechner.net>
References:  <201903012026.x21KQBYM038999@repo.freebsd.org> <bb4db8ea-aab2-5316-c783-fb588d495434@fechner.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 6, 2019 at 8:39 AM Matthias Fechner <idefix@fechner.net> wrote:
> Am 01.03.2019 um 21:26 schrieb Antoine Brodin:
> > Log:
> >   Fix leftover detection when ccache is not used
> >
> >   With hat:   portmgr
> >
> > Modified:
> >   head/Mk/Scripts/check_leftovers.sh
> >
> > Modified: head/Mk/Scripts/check_leftovers.sh
> > ==============================================================================
> > --- head/Mk/Scripts/check_leftovers.sh        Fri Mar  1 20:11:47 2019        (r494315)
> > +++ head/Mk/Scripts/check_leftovers.sh        Fri Mar  1 20:26:11 2019        (r494316)
> > @@ -54,7 +54,7 @@ tmpplist=$(make -C ${portdir} -VTMPPLIST)
> >  while read -r modtype path extra; do
> >       # Ignore everything from these files/directories
> >       case "${path}" in
> > -             ${CCACHE_DIR}/*|\
> > +             ${CCACHE_DIR:-/nonexistent}/*|\
> >               /compat/linux/proc/*|\
> >               /dev/*|\
> >               /etc/make.conf.bak|\
>
> it could be, that this modification has broken the building for gitlab.
> Please see also here for more details:
> https://github.com/freebsd/poudriere/issues/666
>
> I see around this date the problem that gitlab cannot be build anymore
> with `poudiere testport ...`  or `poudiere bulk -t ...`.

In my opinion,  the git user you are using in gitlab should have
/home/git as home directory.

Antoine



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8ks08vzHRvyzG88S49HPX%2BE5zCg_1j4258JqMp8EO-Yzw>