Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Ansible now looks for the pulp/packaging repo for specs #6

Merged
merged 1 commit into from Aug 31, 2016

Conversation

jeremycline
Copy link
Contributor

In 3.0-dev branches, the spec files have been removed from the project
repositories. Ansible needs to look in the packaging repository to
gather the list of dependencies.

@mention-bot
Copy link

@jeremycline, thanks for your PR! By analyzing the annotation information on this pull request, we identified @seandst to be a potential reviewer

raise OSError(str(platform_dist) + ' is not a supported development platform')


packaging_repo = os.path.join(user_homedir, 'devel/packaging/')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm on the fence about requiring the packaging repository to be checked out here. The alternative is to check it out in a temporary location and not rely on the user to clone it.

@jeremycline
Copy link
Contributor Author

Also note the dev guide will need an update if we decide to require the packaging repo.

In 3.0-dev branches, the spec files have been removed from the project
repositories. Ansible needs to look in the packaging repository to
gather the list of dependencies.
@pcreech pcreech self-assigned this Aug 31, 2016
@pcreech pcreech added the LGTM label Aug 31, 2016
@jeremycline jeremycline merged commit d006b22 into pulp:3.0-dev Aug 31, 2016
@jeremycline jeremycline deleted the fix-3.0-ansible branch August 31, 2016 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
3 participants