-
Notifications
You must be signed in to change notification settings - Fork 16
Working example for bundler manager and gemstash ? #749
Comments
I think we have an incompatibility, but I think deliberate. I thought somebody raised this before but don't find a reference to gemstash in the main repo. We have a special implementation for rubygems.org, but otherwise fall back to assuming a gem server follows the official API. I suspect there's something else we're missing, any help identifying it would be appreciated. Eg which URL should it be? |
I thought the bundler implementation was to send connection infos as AFAIK, this url seems implemented in Gemstash but only for pushing gems https://github.com/rubygems/gemstash/blob/9d0e45d80e70f7e2d3987e5e1cdef68cd1119a91/lib/gemstash/web.rb#L48 It seems that urls used to fetch gems are For instance, here fetching
|
There are issues about Geminabox already. The current issue is about Gemstash. Geminabox is not maintained anymore and Gemstash is the most official private gem server project as stated here. I think we should close the issues about Geminabox and improve the Gemstash support. |
YesX that's probably the one I was thinking of |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed soon if no further activity occurs. |
Can you make sure we have this requirement in an issue in the main repo? We need to know what we're doing wrong today |
Ok, I opened it renovatebot/renovate#6787 |
Which Renovate are you using?
Renovate Open Source CLI
Which platform are you using?
GitLab self-hosted
Have you checked the logs? Don't forget to include them if relevant
What would you like to do?
I configured a gemstash server with
:protected_fetch: true
. I authenticate to it following their doc.I use
bundle config my-gemstash.dev api_key
as well asexport BUNDLE_MYGEMSTASH__DEV=api_key
in my builds/tests and that works like a charm.But, when I try to use Renovate to fetch internal gems I have 404 error (the error sent by gemstash when no credentials are set).
What do I do wrong ?
My
hostRules
configuration:Renovate checks correctly gems from the public rubygems.org repo.
The text was updated successfully, but these errors were encountered: