Subject: Removing gem versions from index
Hello, one of our team accidently bumped a gem up to version 1.0.0 using jeweller. We've corrected this in our repo by deleting the tags but I wan to remove the 1.0.x versions from the gem index. Can we do this or do you have to?
The repo is http://github.com/beef/Pages
Thanks
Steve
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Tekkub on 10 Sep, 2009 07:52 PM
I've removed the gems, they'll disappear from the index the next time it's rebuilt.
3 Posted by Stephen England on 11 Sep, 2009 10:48 AM
Hello,
Thanks for your help. I've pushed the gem and it has been rebuilt but we are now getting this error:
sudo gem install beef-pages
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Seem the 1.0.3 gem is still in the index. How often is the index rebuilt?
Thanks
Steve
Support Staff 4 Posted by Tekkub on 11 Sep, 2009 10:04 PM
The rebuild job is not cooperating with me, I'm getting someone to look into it.
5 Posted by Daniel on 15 Sep, 2009 10:35 AM
We are now finding that most of our repos are deploying one revision behind the head. we are getting around it by making dummy commits and deploy one behind that.
Support Staff 6 Posted by Tekkub on 16 Sep, 2009 12:43 AM
The index should be rebuilt now, I'm seeing 0.3.2 as the currently served version.