diff options
author | Shane McDonald <smcdonal@redhat.com> | 2021-09-14 18:48:29 +0200 |
---|---|---|
committer | Shane McDonald <smcdonal@redhat.com> | 2021-09-24 15:59:12 +0200 |
commit | dbb1a0c7333ce67ae10ebcb1db84015baa815a87 (patch) | |
tree | b0c0079533845372ea228b0e15aa9f41bd7fb0c2 /requirements | |
parent | Delete wording that we have reversed position on (#11129) (diff) | |
download | awx-dbb1a0c7333ce67ae10ebcb1db84015baa815a87.tar.xz awx-dbb1a0c7333ce67ae10ebcb1db84015baa815a87.zip |
Install receptorctl from new nightly url
We ran into problems with our offline builds with our usage of PBR + subdirectory
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements_git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements_git.txt b/requirements/requirements_git.txt index 333bb99f60..2ccc335035 100644 --- a/requirements/requirements_git.txt +++ b/requirements/requirements_git.txt @@ -1,3 +1,3 @@ git+https://github.com/ansible/system-certifi.git@devel#egg=certifi git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner -git+https://github.com/ansible/receptor.git@devel#egg=receptorctl&subdirectory=receptorctl +https://receptor-nightlies.s3.amazonaws.com/receptorctl/receptorctl-latest-py3-none-any.whl |