Lines Matching refs:repo

27    :alt: West multi-repo history
30 West multi-repo history
180 repo-path: my-path
201 - ``proj2`` has a ``remote`` and a ``repo-path``, so its fetch URL is
202 ``https://git.example.com/base2/my-path``. The ``repo-path`` attribute, if
236 combined with the project's ``name`` (or ``repo-path``, if it has one)
246 * - ``repo-path``
249 Projects may not have both ``url`` and ``repo-path`` attributes.
337 repo-path: my-path
398 ``https://git.example.com/project-repo``, the manifest repository would
399 be cloned to the directory :file:`project-repo`.
1326 └── my-repo/ # your downstream repository
1330 You can do this with the following :file:`my-repo/west.yml`:
1334 # my-repo/west.yml:
1346 ``my-repo`` is hosted at ``https://git.example.com/my-repo``:
1350 west init -m https://git.example.com/my-repo my-downstream
1354 After ``west init``, :file:`my-downstream/my-repo` will be cloned.
1360 You can add and commit any code to :file:`my-repo` you please at this point,
1373 # my-repo/west.yml:
1388 west init -m https://git.example.com/my-repo my-downstream
1424 # my-repo/west.yml:
1466 :file:`my-repo/west.yml` when defining ``hal_nordic`` there. The value from
1553 my-repo/
1560 You want to add all the files in :file:`my-repo/submanifests` to the main
1561 manifest file, :file:`my-repo/west.yml`, in addition to projects in
1569 # my-repo/west.yml:
1584 #. :file:`my-repo/submanifests/01-libraries.yml`
1585 #. :file:`my-repo/submanifests/02-vendor-hals.yml`
1586 #. :file:`my-repo/submanifests/03-applications.yml`
1587 #. :file:`my-repo/west.yml`
1599 :file:`my-repo/west.yml` and :file:`zephyr/west.yml`. In general, an ``import``
1603 This means projects defined in :file:`my-repo/submanifests` take highest
1621 file :file:`00-ci.yml` in :file:`my-repo/submanifests`, with these contents:
1625 # my-repo/submanifests/00-ci.yml:
1636 :file:`my-repo/submanifests`. The projects defined in :file:`00-ci.yml` have
1637 higher precedence than other definitions in :file:`my-repo/submanifests`,
1853 repo-path: https://git.example.com/mainline/manifest
1941 # my-repo/west.yml:
1962 # my-repo/west.yml
1970 - name: another-manifest-repo
1982 #. the listed files in :file:`my-repo/submanifests` are first, in the order
1986 #. :file:`my-repo/west.yml` is next (with projects ``my-library`` etc. as long
1989 in the ``projects`` list in :file:`my-repo/west.yml`
1990 #. files in :file:`another-manifest-repo/submanifests` are last (sorted by file