On Fri, Nov 24, 2017 at 06:44:29AM -0500, Eric S. Raymond via devel wrote: > Hal Murray via devel <[email protected]>: > > I can't figure out what it is trying to tell me. There is no "local" in my > > script. It works on my CentOS 6 system. Note that it is git complaining. > > My script does waf builds, no git. > > > > Did this work before my change? Is somebody working on the gitlab stuff > > and > > my push just happened at the right time to uncover a bug? > > Sorry, no clue. Matt or Jason might have a better idea.
My bad. I upgraded the gitlab-runner on our Centos6 VM and did not test it afterwards. The new gitlab-runner uses "git --config local", which is only supported in 1.7.7+ (CentOS 6 ships with 1.7.1) As suggested in https://gitlab.com/gitlab-org/gitlab-runner/issues/1634#note_48420841, I've installed git 1.9 from CentOS Software Collections. I've re-run the failed pipelines and all builds are now succeeding. Sorry for the trouble! Cheers, -Matt _______________________________________________ devel mailing list [email protected] http://lists.ntpsec.org/mailman/listinfo/devel
