Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rainforest doesn't configure Specs but it's required to release #32

Closed
kylef opened this issue Sep 13, 2014 · 4 comments · Fixed by CocoaPods/CocoaPods#2520
Closed

Rainforest doesn't configure Specs but it's required to release #32

kylef opened this issue Sep 13, 2014 · 4 comments · Fixed by CocoaPods/CocoaPods#2520

Comments

@kylef
Copy link
Contributor

kylef commented Sep 13, 2014

Releasing the Gem
gem push pkg/cocoapods-0.34.0.rc1.gem
Pushing gem to https://rubygems.org...
Successfully registered gem: cocoapods (0.34.0.rc1)

Running post_release task
rake post_release

--------------------------------------------------------------------------------
Updating last known version in Specs repo
--------------------------------------------------------------------------------

rake aborted!
Errno::ENOENT: No such file or directory - ../Specs
/Users/kylef/Projects/CocoaPods/Rainforest/CocoaPods/Rakefile:67:in `chdir'
/Users/kylef/Projects/CocoaPods/Rainforest/CocoaPods/Rakefile:67:in `block in <top (required)>'
Tasks: TOP => post_release
(See full trace by running task with --trace)
rake aborted!
Command failed with status (1): [rake post_release...]
/Users/kylef/Projects/CocoaPods/Rainforest/Rakefile:388:in `block (2 levels) in <top (required)>'
/Users/kylef/Projects/CocoaPods/Rainforest/Rakefile:355:in `chdir'
/Users/kylef/Projects/CocoaPods/Rainforest/Rakefile:355:in `block in <top (required)>'
Tasks: TOP => release
(See full trace by running task with --trace)
@segiddins
Copy link
Member

I think it should only download a full copy of the specs repo if you're going to bump the main CocoaPods gem version, as it takes up a lot of space.

@fabiopelosin
Copy link
Member

The specs repo was included but I removed it exactly because it takes a lot of space. I didn't anticipate this issue.

@fabiopelosin
Copy link
Member

Any proposals for the solution?

@kylef
Copy link
Contributor Author

kylef commented Sep 18, 2014

@fabiopelosin Perhaps before rake release it will ensure the Specs repository is configured and cloned locally?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants