From c8da28c3ede8c74195fbc0fb626f7a80951279aa Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 22 Apr 2025 14:31:02 -0400 Subject: man: regenerate man pages Change-Id: Ie348f7a29523655bf1d6247af8302ff885420d75 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/469742 Tested-by: Mike Frysinger Reviewed-by: Gavin Mak Commit-Queue: Mike Frysinger --- man/repo-manifest.1 | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'man/repo-manifest.1') diff --git a/man/repo-manifest.1 b/man/repo-manifest.1 index 2ee23e64..f2f7290d 100644 --- a/man/repo-manifest.1 +++ b/man/repo-manifest.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "December 2024" "repo manifest" "Repo Manual" +.TH REPO "1" "April 2025" "repo manifest" "Repo Manual" .SH NAME repo \- repo manifest - manual page for repo manifest .SH SYNOPSIS @@ -306,25 +306,7 @@ Element manifest\-server At most one manifest\-server may be specified. The url attribute is used to specify the URL of a manifest server, which is an XML RPC service. .PP -The manifest server should implement the following RPC methods: -.IP -GetApprovedManifest(branch, target) -.PP -Return a manifest in which each project is pegged to a known good revision for -the current branch and target. This is used by repo sync when the \fB\-\-smart\-sync\fR -option is given. -.PP -The target to use is defined by environment variables TARGET_PRODUCT and -TARGET_BUILD_VARIANT. These variables are used to create a string of the form -$TARGET_PRODUCT\-$TARGET_BUILD_VARIANT, e.g. passion\-userdebug. If one of those -variables or both are not present, the program will call GetApprovedManifest -without the target parameter and the manifest server should choose a reasonable -default target. -.IP -GetManifest(tag) -.PP -Return a manifest in which each project is pegged to the revision at the -specified tag. This is used by repo sync when the \fB\-\-smart\-tag\fR option is given. +See the [smart sync documentation](./smart\-sync.md) for more details. .PP Element submanifest .PP -- cgit v1.2.3-54-g00ecf