-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
travis-ci can't find man pages during tests on ubuntu-rolling and ubuntu-latest #179
Comments
Note: revert changes in f2214bd |
Looking hard into this I cannot spot any difference with the built deb file and teh install commands so I asked on stackexchange: https://unix.stackexchange.com/questions/448659/manual-pages-of-built-deb-install-on-debian-but-not-ubuntu you might want to upvote it so that more eyes get to look at it! |
Somone supplied the fix! Its probably going to a few hours before I can next run the test suite but it looks to be something like adding a check and remove of
|
Are there other paths listed in /etc/dpkg/dpkg.cfg.d/excludes ? And perhaps we should do something less severe than just deleting that file? |
It just blocks /usr/share/man/ and and /usr/share/doc/
If we are testing "do we build a valid deb" then the answer is "yes". If we are testing "do we know how users install into /usr/share/man when that is now blacklisted on ubuntu?" then the answer is "no". I think we should release the code and then figure out that as a separate issue. Running one ubuntu ci test locally the fix works. About to send a PR. |
Just to be clear I don't think my server change is about blatting anyone's machine. The change which I just sent over as a PR is run as root as ci test setup where the Correction It is better to remove the |
I have moved this into ansible on my latest PR. |
fixed in #188 |
See
https://travis-ci.org/sobolevn/git-secret/jobs/378803909
and
https://travis-ci.org/sobolevn/git-secret/jobs/378803908
The text was updated successfully, but these errors were encountered: