-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
After merging #1171, Jenkins CI started failing all Debian and Ubuntu builds.
Our Jenkins 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.