|
@@ -249,7 +249,13 @@ Users may add projects to the local manifest(s) prior to a `repo sync`
|
|
|
invocation, instructing repo to automatically download and manage
|
|
invocation, instructing repo to automatically download and manage
|
|
|
these extra projects.
|
|
these extra projects.
|
|
|
|
|
|
|
|
|
|
+Manifest files stored in `$TOP_DIR/.repo/local_manifests/*.xml` will
|
|
|
|
|
+be loaded in alphabetical order.
|
|
|
|
|
+
|
|
|
Additional remotes and projects may also be added through a local
|
|
Additional remotes and projects may also be added through a local
|
|
|
manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. This method
|
|
manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. This method
|
|
|
is deprecated in favor of using multiple manifest files as mentioned
|
|
is deprecated in favor of using multiple manifest files as mentioned
|
|
|
above.
|
|
above.
|
|
|
|
|
+
|
|
|
|
|
+If `$TOP_DIR/.repo/local_manifest.xml` exists, it will be loaded before
|
|
|
|
|
+any manifest files stored in `$TOP_DIR/.repo/local_manifests/*.xml`.
|