Task #4695
closedStory #4687: As a user, I can use either Python or Ruby bindings to interact with Pulp
configure Travis to publish pulpcore-client to rubygems.org
100%
Description
Another stage needs to be added to the travis config. This stage needs to run only when building a tag. It should run after pulpcore has been published to PyPI. This stage needs to use pulp-swagger-codegen[0] to build the pulpcore-client Ruby Gem and upload it to rubygems.org.
We will need to create a rubygems.org account and configure travis with credentials for publishing to there.
Related issues
Updated by dkliban@redhat.com over 5 years ago
- Copied from Task #4694: configure Travis to publish pulpcore-client to PyPI added
Updated by bmbouter over 5 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by dkliban@redhat.com over 5 years ago
- Project changed from RPM Support to File Support
- Subject changed from configure Travis to publish pulpcore-client to rubygems.org to configure Travis to publish pulp_file-client to rubygems.org
Updated by dkliban@redhat.com over 5 years ago
- Project changed from File Support to Pulp
- Subject changed from configure Travis to publish pulp_file-client to rubygems.org to configure Travis to publish pulpcore-client to rubygems.org
- Status changed from NEW to ASSIGNED
- Assignee set to dkliban@redhat.com
Added by dkliban@redhat.com over 5 years ago
Added by dkliban@redhat.com over 5 years ago
Revision 2a8c1e28 | View on GitHub
Problem: pulpcore-client ruby gem not being published
Solution: start publishing pulpcore-client ruby gem nightly
Added by dkliban@redhat.com over 5 years ago
Revision 33d7aa8c | View on GitHub
Problem: pulpcore-client ruby gem published too often
Solution: only publish when cron is building the project
Added by dkliban@redhat.com over 5 years ago
Revision c366a900 | View on GitHub
Problem: pulp_file_client not published as ruby gem
Solution: publish pulp_file_client ruby gem when building project
Updated by dkliban@redhat.com over 5 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|33d7aa8c58a42194a25f978a5443caf929916cd5.
Updated by dkliban@redhat.com over 5 years ago
- Status changed from MODIFIED to POST
Added by dkliban@redhat.com over 5 years ago
Revision 1c72a150 | View on GitHub
Problem: pulp not provisioned during gem publish step
Solution: install pulp in the install install script
This patch updates how Pulp is installed by Travis. It is now installed using ansible-pulp. The install step now happens as part of the install script.
This also adds MariaDB testing.
Added by dkliban@redhat.com over 5 years ago
Revision 6d93e53b | View on GitHub
Problem: wrong user owns pulp_file_client
Solution: change ownership to travis user
Added by dkliban@redhat.com over 5 years ago
Revision 82acc942 | View on GitHub
Problem: publish of client fails if version has not changed
Solution: check rubygems.org and pypi.org before publishing
This patch does multiple things:
- Corrects the version string used when publishing Ruby Gem
- Reduces the frequency of publishing of pulp_file-client to PyPI
- Adds a check for existence of package about to be built. If it exists, the script exits before trying to build the client package again.
re: #4694 https://pulp.plan.io/issues/4694 re: #4695 https://pulp.plan.io/issues/4695
Added by dkliban@redhat.com over 5 years ago
Revision 61aac764 | View on GitHub
Problem: publish to rubygems.org and pypi.org can fail
Solution: check if the version of the client already exists
This patch adds an additional step to each of the pulpcore-client publish scripts. This step checks if the version of the client that is about to be built already exists. If the client version exists, the script exits without trying to build the package again.
re: #4694 https://pulp.plan.io/issues/4694 re: #4695 https://pulp.plan.io/issues/4695
Updated by dkliban@redhat.com over 5 years ago
- Status changed from POST to MODIFIED
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Problem: can't generate nightly versions
Solution: add ability to pass in a string to append to version
re: #4695 https://pulp.plan.io/issues/4695