From 5566ae5ddea409279b13e538b513a73062862c3e Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 13 Nov 2012 03:04:18 +0900 Subject: Print deprecation warning when local_manifest.xml is used The preferred way to specify local manifests is to drop the file(s) in the local_manifests folder. Print a deprecation warning when the legacy local_manifest.xml file is used. Change-Id: Ice85bd06fb612d6fcceeaa0755efd130556c4464 --- docs/manifest-format.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index c51b84be..9589352e 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt @@ -250,4 +250,6 @@ invocation, instructing repo to automatically download and manage these extra projects. Additional remotes and projects may also be added through a local -manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. +manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. This method +is deprecated in favor of using multiple manifest files as mentioned +above. -- cgit v1.2.3-54-g00ecf