-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
docs: add disallow-username-in-url.d and haproxy-protocol.d on the list #2856
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! We should come up with some way to detect this already in travis... Any idea?
... to make make the files appear in distribution tarballs Closes curl#2856
... when curl is built from distribution tarball Closes curl#2856
I believe that 26a8eea would do the job for us but I am not able to verify it right now because Travis CI for some reason does not see newly created branches on my fork of curl. |
.travis.yml
Outdated
@@ -308,6 +308,7 @@ script: | |||
rm -rf curl-99.98.97 | |||
# verify out-of-tree build | |||
(tar xf curl-99.98.97.tar.gz && \ | |||
touch docs/{cmdline-opts,libcurl}/Makefile.inc && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this touches in the wrong dir, it needs to be prefixed with curl-99.98.97
. But I don't think this triggers an error if there's one or two .d files missing in the cmdline-opts directory, does it?
On Friday, August 10, 2018 9:16:00 AM CEST Daniel Stenberg wrote:
bagder commented on this pull request.
> @@ -308,6 +308,7 @@ script:
rm -rf curl-99.98.97
# verify out-of-tree build
(tar xf curl-99.98.97.tar.gz && \
+ touch docs/{cmdline-opts,libcurl}/Makefile.inc && \
this touches in the wrong dir, it needs to be prefixed with `curl-99.98.97`.
Indeed, my mistake.
But I don't think this triggers an error if there's one or two .d files
missing in the cmdline-opts directory, does it?
It will force man pages to be regenerated and the subsequent run of `make test`
should fail on test 1139. At least it failed on my Fedora builds when I tried
to backport the fix for #2333.
I hope I will be able to test it on Travis CI later today and confirm it...
|
Ah yes, you're right! |
... when curl is built from distribution tarball Closes curl#2856
I have figured out how to trigger Travis CI jobs when I need to (opening PR against my own fork of curl did the trick). Unfortunately all my jobs, as well as regular upstream jobs, are now failing for unrelated reasons (some apt-get related failures). I will give it another try after the weekend... |
We saw those apt failures in some other PRs too today. It looks like travis-side issues. |
... when curl is built from distribution tarball Closes curl#2856
... when curl is built from distribution tarball Closes curl#2856
I think I have updated |
That looks great! |
... when curl is built from distribution tarball Closes curl#2856
... to make make the files appear in distribution tarballs Closes curl#2856
... when curl is built from distribution tarball Closes curl#2856
... to make make the files appear in distribution tarballs Closes curl#2856
... to make make the files appear in distribution tarballs