Devdocs: 2.2.0-release-candidate branch and magento2ce.git repo don't exist

Created on 27 Jun 2017  路  10Comments  路  Source: magento/devdocs

Feedback on page: /guides/v2.2/release-notes/release-candidate/install.html

There are errors in this piece of documentation:

  1. Clone the magento2ce/ repository to your server鈥檚 docroot:
cd /var/www/html
git clone -b 2.2.0-release-candidate [email protected]:magento/magento2ce.git

It has to change into:

  1. Clone the magento2/ repository to your server鈥檚 docroot:
cd /var/www/html
git clone -b develop [email protected]:magento/magento2.git

Most helpful comment

@korostii and @WaPoNe -- we'll follow up on these instructions today. Thanks!

All 10 comments

Actually, as far as I know, magento2ce does exist, but isn't public.
Your argument still stands, of course: the instructions don't match the repositories' list above them.

@korostii Exactly!
In any case, if magento2ce repository does exist, it will be private so don't accessible to everyone.

@korostii and @WaPoNe -- we'll follow up on these instructions today. Thanks!

@jeff-matthews branch 2.2.0-release-candidate doesn't exist in magento2 repository so you have to change it with develop

Definitively it should be: git clone -b develop [email protected]:magento/magento2.git

@WaPoNe: Sorry, you're right. I'll push that update now.

I'm sorry @jeff-matthews but I continue to see git clone -b 2.2.0-release-candidate [email protected]:magento/magento2.git in the page..

@WaPoNe: I probably closed this issue prematurely. I'll wait until after the next CI/CD cycle before closing. I'll let you know when the changes are live.

@jeff-matthews Great!

Was this page helpful?
0 / 5 - 0 ratings