wohali opened a new issue #1450: Fix the Debian/Ubuntu CI & package builds URL: https://github.com/apache/couchdb/issues/1450 These started failing recently. CI works by unpacking the dist tarball, running a build on it, then pulling down the `couchdb-pkg` repo and launching the package build. The first step in the package build is to run `make distclean` on the extracted tarball, and this is failing: ``` ERROR: Failed to load /tmp/tmp.OQVT48xkZX/couchdb/apache-couchdb-2.2.0-3ef3149/src/couch/rebar.config: {error, {164, file, {error, {case_clause, false}, [{erl_eval, expr, 3, []}]}}} ``` The packaging code hasn't changed.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
