Skip to content
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

Update travis config #388

Merged
merged 1 commit into from May 14, 2020
Merged

Update travis config #388

merged 1 commit into from May 14, 2020

Conversation

mdellweg
Copy link
Member

[noissue]

@pulpbot
Copy link
Member

pulpbot commented Apr 30, 2020

WARNING!!! This PR is not attached to an issue. In most cases this is not advisable. Please see our PR docs for more information about how to attach this PR to an issue.

docs/Makefile Outdated
@@ -42,7 +42,7 @@ clean:
-rm -rf $(BUILDDIR)/*

html:
curl -o _static/api.json "http://localhost:24817/pulp/api/v3/docs/api.json?plugin=pulp_file"
curl -o _static/api.json "http://pulp/pulp/api/v3/docs/api.json?plugin=pulp_file"
Copy link

@quba42 quba42 May 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change makes it impossible to run make html from pulplift source boxes.
Any ideas how to cover both use cases?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had a little discussion about it, and came up with the following:
Since we are using a mixture of shell scripts, containers, and Makefiles, it should be possible to parametrize all API calls in a uniform way using environmental variables. This would have the added benefit of reducing the reliance on sed -i for parametrization (which is a bit of a hack).

Copy link
Member

@fao89 fao89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@daviddavis daviddavis merged commit 06567b7 into pulp:master May 14, 2020
@mdellweg mdellweg deleted the update_travis branch May 14, 2020 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants