Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Transition pulp to pulpcore git repo
Browse files Browse the repository at this point in the history
The transition only affects source installations, PyPI installations
remain unchanged.

re #4444
  • Loading branch information
asmacdo committed Feb 28, 2019
1 parent 1227d58 commit 231ef69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-source/group_vars/all
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
pulp_default_admin_password: password
pulp_secret_key: secret
pulp_source_dir: '/var/lib/pulp/devel/pulp'
pulp_source_dir: '/var/lib/pulp/devel/pulpcore'
pulp_plugin_source_dir: "/var/lib/pulp/devel/pulpcore-plugin"
pulp_install_plugins:
pulp-file:
Expand Down
2 changes: 1 addition & 1 deletion molecule/source/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

- name: Clone pulp repository
git:
repo: 'https://github.com/pulp/pulp.git'
repo: 'https://github.com/pulp/pulpcore.git'
dest: '{{ pulp_source_dir }}'
update: yes

Expand Down

0 comments on commit 231ef69

Please sign in to comment.