Re: [PATCH v1] travis-ci: ask homebrew for the its path instead of hardcoding it

2016-09-22 Thread Lars Schneider
> On 21 Sep 2016, at 18:42, Junio C Hamano wrote: > > Lars Schneider writes: > >>> On 21 Sep 2016, at 11:31, stefan.na...@atlas-elektronik.com wrote: >>> >>> In the Subject: s/the // >>> >>> Am 21.09.2016 um 10:45 schrieb larsxschnei...@gmail.com: From: Lars Schneider The Tr

Re: [PATCH v1] travis-ci: ask homebrew for the its path instead of hardcoding it

2016-09-21 Thread Junio C Hamano
Lars Schneider writes: >> On 21 Sep 2016, at 11:31, stefan.na...@atlas-elektronik.com wrote: >> >> In the Subject: s/the // >> >> Am 21.09.2016 um 10:45 schrieb larsxschnei...@gmail.com: >>> From: Lars Schneider >>> >>> The TravisCI macOS build is broken because homebrew (a macOS depedency >>

Re: [PATCH v1] travis-ci: ask homebrew for the its path instead of hardcoding it

2016-09-21 Thread Lars Schneider
> On 21 Sep 2016, at 11:31, stefan.na...@atlas-elektronik.com wrote: > > In the Subject: s/the // > > Am 21.09.2016 um 10:45 schrieb larsxschnei...@gmail.com: >> From: Lars Schneider >> >> The TravisCI macOS build is broken because homebrew (a macOS depedency > > s/depedency/dependency/ Than

Re: [PATCH v1] travis-ci: ask homebrew for the its path instead of hardcoding it

2016-09-21 Thread stefan.naewe
In the Subject: s/the // Am 21.09.2016 um 10:45 schrieb larsxschnei...@gmail.com: > From: Lars Schneider > > The TravisCI macOS build is broken because homebrew (a macOS depedency s/depedency/dependency/ > manager) changed its internal directory structure [1]. This is a problem > because we mo

[PATCH v1] travis-ci: ask homebrew for the its path instead of hardcoding it

2016-09-21 Thread larsxschneider
From: Lars Schneider The TravisCI macOS build is broken because homebrew (a macOS depedency manager) changed its internal directory structure [1]. This is a problem because we modify the Perforce dependencies in the homebrew repository before installing them. Fix it by asking homebrew for its pa