Skip to content

Commit 665d356

Browse files
authored
Merge pull request #430 from gerrod3/3.5.0_release
Prep 3.5.0 release
2 parents 4dc2d02 + e8ac7fb commit 665d356

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-3-ga529d6c
1+
2021.08.26-5-g14d0470

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
shell: bash
233233

234234
- name: Install Ruby client
235-
if: ${{ env.TEST == 'bindings' || env.TEST == 'generate-bindings' }}
235+
236236
run: .github/workflows/scripts/install_ruby_client.sh
237237
shell: bash
238238

@@ -260,7 +260,7 @@ jobs:
260260
- name: Download Ruby client
261261
uses: actions/download-artifact@v2
262262
with:
263-
name: python-client.tar
263+
name: ruby-client.tar
264264

265265
- name: Untar Ruby client packages
266266
run: tar -xvf ruby-client.tar

.github/workflows/scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ cp tests/cli.toml ~/.config/pulp/cli.toml
120120
cd ..
121121

122122

123-
git clone --depth=1 https://github.com/pulp/pulpcore.git --branch master
123+
git clone --depth=1 https://github.com/pulp/pulpcore.git --branch 3.15
124124

125125
cd pulpcore
126126

.github/workflows/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ image:
4141
tag: "${TAG}"
4242
plugins:
4343
- name: pulpcore
44-
source: pulpcore
44+
source: pulpcore~=3.15.0
4545
- name: pulp_python
4646
source: "${PLUGIN_NAME}"
4747
services:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pulpcore>=3.13
1+
pulpcore>=3.15,<3.17
22
pkginfo
33
packaging
44
bandersnatch==4.4.0

template_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ publish_docs_to_pulpprojectdotorg: true
4242
pulp_scheme: https
4343
pulp_settings:
4444
orphan_protection_time: 0
45-
pulpcore_branch: master
46-
pulpcore_pip_version_specifier: null
45+
pulpcore_branch: 3.15
46+
pulpcore_pip_version_specifier: ~=3.15.0
4747
pulpcore_revision: null
4848
pulpprojectdotorg_key_id: null
4949
pydocstyle: true

0 commit comments

Comments
 (0)