Lines Matching refs:repo

27    :alt: West multi-repo history
30 West multi-repo history
184 repo-path: my-path
205 - ``proj2`` has a ``remote`` and a ``repo-path``, so its fetch URL is
206 ``https://git.example.com/base2/my-path``. The ``repo-path`` attribute, if
244 combined with the project's ``name`` (or ``repo-path``, if it has one)
254 * - ``repo-path``
257 Projects may not have both ``url`` and ``repo-path`` attributes.
349 repo-path: my-path
410 ``https://git.example.com/project-repo``, the manifest repository would
411 be cloned to the directory :file:`project-repo`.
1342 └── my-repo/ # your downstream repository
1346 You can do this with the following :file:`my-repo/west.yml`:
1350 # my-repo/west.yml:
1362 ``my-repo`` is hosted at ``https://git.example.com/my-repo``:
1366 west init -m https://git.example.com/my-repo my-downstream
1370 After ``west init``, :file:`my-downstream/my-repo` will be cloned.
1376 You can add and commit any code to :file:`my-repo` you please at this point,
1389 # my-repo/west.yml:
1404 west init -m https://git.example.com/my-repo my-downstream
1440 # my-repo/west.yml:
1482 :file:`my-repo/west.yml` when defining ``hal_nordic`` there. The value from
1569 my-repo/
1576 You want to add all the files in :file:`my-repo/submanifests` to the main
1577 manifest file, :file:`my-repo/west.yml`, in addition to projects in
1585 # my-repo/west.yml:
1600 #. :file:`my-repo/submanifests/01-libraries.yml`
1601 #. :file:`my-repo/submanifests/02-vendor-hals.yml`
1602 #. :file:`my-repo/submanifests/03-applications.yml`
1603 #. :file:`my-repo/west.yml`
1615 :file:`my-repo/west.yml` and :file:`zephyr/west.yml`. In general, an ``import``
1619 This means projects defined in :file:`my-repo/submanifests` take highest
1637 file :file:`00-ci.yml` in :file:`my-repo/submanifests`, with these contents:
1641 # my-repo/submanifests/00-ci.yml:
1652 :file:`my-repo/submanifests`. The projects defined in :file:`00-ci.yml` have
1653 higher precedence than other definitions in :file:`my-repo/submanifests`,
1869 repo-path: https://git.example.com/mainline/manifest
1957 # my-repo/west.yml:
1978 # my-repo/west.yml
1986 - name: another-manifest-repo
1998 #. the listed files in :file:`my-repo/submanifests` are first, in the order
2002 #. :file:`my-repo/west.yml` is next (with projects ``my-library`` etc. as long
2005 in the ``projects`` list in :file:`my-repo/west.yml`
2006 #. files in :file:`another-manifest-repo/submanifests` are last (sorted by file