Closed stsquad closed 6 years ago
I'll figure out what's going on tonight.
Looks like this is coming from package-lint
, actually.
package-archives
isn't being set correctly.
Looks like this regression was introduced in 33957b8823b949d2f71aba8e342c1e658994f701.
package-lint
requires variable package-archives
to be set up correctly; see its example. We used to include (funcall test-runner)
in emake-with-elpa
which sets up package-archives
, but this was moved out for an unknown reason.
To avoid polluting the commit thread I have created this issue. I see this when running locally for my repo stsquad/dired-rsync:
It is also doesn't work up on Travis, see https://travis-ci.org/stsquad/dired-rsync/jobs/385651589 and I note the vermiculus/emake.el-example@cb4f80a2d3d513cdcf6f2de6e90876eb055b9d16 is also currently broken.