From 4e1fc1013c9203d3f5e7bdfba909d175a522c1f3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 6 Sep 2020 14:42:47 -0400 Subject: manifest: drop support for local_manifest.xml We deprecated this 8 years ago. Time to drop it to simplify the code as it'll help with refactoring in this module to not migrate it. Change-Id: I2deae5496d1f66a4491408fcdc95cd527062f8b6 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/280798 Tested-by: Mike Frysinger Reviewed-by: Michael Mortensen --- docs/manifest-format.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'docs/manifest-format.md') diff --git a/docs/manifest-format.md b/docs/manifest-format.md index b439dcb7..676e031d 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md @@ -396,10 +396,4 @@ 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 -manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. This method -is deprecated in favor of using multiple manifest files as mentioned -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`. +The legacy `$TOP_DIR/.repo/local_manifest.xml` path is no longer supported. -- cgit v1.2.3-54-g00ecf