CocoaPods / Strata

Automate the tasks necessary to develop on the CocoaPods websites
MIT License
10 stars 9 forks source link

Missing rake task `bootstrap` in search.cocoapods.org #6

Closed dbgrandi closed 9 years ago

dbgrandi commented 9 years ago

Just started walking through the setup of Strata on my local machine. When I ran rake clone there was an error message in the middle of the output for cloning search.cocoapods.org saying the rake task was aborted and that bootstrap was an unknown task.

(4553) dbgrandi@viewdream-lm:~/watched/cocoapods/Strata ()
$ rake clone

--------------------------------------------------------------------------------
Fetching repositories list
--------------------------------------------------------------------------------
Found 40 public repositories

--------------------------------------------------------------------------------
Cloning the website repositories
--------------------------------------------------------------------------------

Cloning search.cocoapods.org
git clone https://github.com/CocoaPods/search.cocoapods.org.git search.cocoapods.org
Cloning into 'search.cocoapods.org'...
remote: Counting objects: 13952, done.
remote: Compressing objects: 100% (54/54), done.
remote: Total 13952 (delta 35), reused 0 (delta 0)
Receiving objects: 100% (13952/13952), 39.62 MiB | 223.00 KiB/s, done.
Resolving deltas: 100% (3966/3966), done.
Checking connectivity... done.
rake aborted!
Don't know how to build task 'bootstrap'

(See full trace by running task with --trace)

...

It continued running afterwards, so not a fatal error.

floere commented 9 years ago

@dbgrandi Thanks! I've added the task.