doc: Change 01.org to Linux Foundation
Updates files that were previously referencing the no longer in use 01.org infrastructure, now it we refer Linux Foundation name and have updated links. Change-Id: I9d03d7c23f855390f74219dbf1617fde1d58b33b Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
This commit is contained in:
parent
7c9e4990a2
commit
940e34d542
2 changed files with 11 additions and 10 deletions
|
@ -17,8 +17,6 @@ the branch that interests you, click on :guilabel:`gitweb` located on the
|
||||||
right-hand side. Now, :program:`gitweb` loads your selection on the Git web
|
right-hand side. Now, :program:`gitweb` loads your selection on the Git web
|
||||||
interface and redirects appropriately.
|
interface and redirects appropriately.
|
||||||
|
|
||||||
.. _Gerrit: http://oic-review.01.org/gerrit/
|
|
||||||
|
|
||||||
Watching a Project
|
Watching a Project
|
||||||
******************
|
******************
|
||||||
|
|
||||||
|
@ -47,7 +45,9 @@ is one time use. Use the following command as an example:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ scp -p -P 29418 GERRIT-SERVER:hooks/commit-msg REPODIR/.git/hooks/
|
$ scp -p -P 29418 gerrit.zephyrproject.org:hooks/commit-msg LOCALREPODIR/.git/hooks/
|
||||||
|
|
||||||
|
.. note:: replace LOCALREPODIR with the directory where you cloned the project.
|
||||||
|
|
||||||
The command above needs to be entered only once.
|
The command above needs to be entered only once.
|
||||||
|
|
||||||
|
@ -182,13 +182,12 @@ Finding Available Topics
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ ssh -p 29418 oic-review.01.org gerrit query \ status:open project:forto-collab branch:master \
|
$ ssh -p 29418 gerrit.zephyrproject.org gerrit query \ status:open project:zephyr branch:master \
|
||||||
| grep topic: | sort -u
|
| grep topic: | sort -u
|
||||||
|
|
||||||
* *oic-review.01.org* Is the current URL where the project is hosted
|
* *gerrit.zephyrproject.org* Is the current URL where the project is hosted.
|
||||||
* *status* Indicates the topic's current status: open , merged, abandoned,
|
* *status* Indicates the topic's current status: open , merged, abandoned, draft, merge conflict.
|
||||||
draft, merge conflict.
|
* *project* Refers to the current name of the project, in this case zephyr.
|
||||||
* *project* Refers to the current name of the project, in this case forto-collab
|
|
||||||
* *branch* The topic is searched at this branch.
|
* *branch* The topic is searched at this branch.
|
||||||
* *topic* The name of an specific topic, leave it blank to include them all.
|
* *topic* The name of an specific topic, leave it blank to include them all.
|
||||||
* *sort* Sorts the found topics, in this case by update (-u).
|
* *sort* Sorts the found topics, in this case by update (-u).
|
||||||
|
@ -418,3 +417,5 @@ you must add the path option :option:`–-global` to :command:`config` as follow
|
||||||
$ git config –-global log.abbrevCommit true
|
$ git config –-global log.abbrevCommit true
|
||||||
$ git config –-global log.abbrev 5
|
$ git config –-global log.abbrev 5
|
||||||
$ git config –-global format.pretty oneline
|
$ git config –-global format.pretty oneline
|
||||||
|
|
||||||
|
.. _Gerrit: http://gerrit.zephyrproject.org
|
||||||
|
|
|
@ -53,7 +53,7 @@ question is not answered there, send your question to the
|
||||||
`mailing list`_. For hyphenation, spelling, or terminology usage
|
`mailing list`_. For hyphenation, spelling, or terminology usage
|
||||||
questions look in the Merriam-Webster's Collegiate Dictionary.
|
questions look in the Merriam-Webster's Collegiate Dictionary.
|
||||||
|
|
||||||
.. _mailing list: mailto:foss-rtos-collab@lists.01.org
|
.. _mailing list: mailto:devel@lists.zephyrproject.org
|
||||||
|
|
||||||
If the question is answered in the existing style guide or dictionary,
|
If the question is answered in the existing style guide or dictionary,
|
||||||
the solution is implemented and enforced as described.
|
the solution is implemented and enforced as described.
|
||||||
|
@ -83,4 +83,4 @@ cases. In cases where the guide does not address the issue at hand the
|
||||||
issue must be reported to the `mailing list`_.
|
issue must be reported to the `mailing list`_.
|
||||||
|
|
||||||
Use Merriam-Webster's Collegiate Dictionary to determine correct
|
Use Merriam-Webster's Collegiate Dictionary to determine correct
|
||||||
spelling, hyphenation, and usage.
|
spelling, hyphenation, and usage.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue