From 15a799b52155a47568f4b049ff8487a2718b270c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 3 Oct 2012 02:31:41 -0700 Subject: egencache: add --update-manifests, bug #436918 Update manifest files, and sign them if signing is enabled. This supports parallelization if enabled via the --jobs option. The --thin-manifests and --sign-manifests options may be used to manually override layout.conf settings. There's also a new --strict-manifests option that may be used to manually override the "strict" FEATURES setting, a --gpg-key option to override PORTAGE_GPG_KEY, and a --gpg-dir option to override PORTAGE_GPG_DIR. --- man/egencache.1 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'man/egencache.1') diff --git a/man/egencache.1 b/man/egencache.1 index 909459502..bc5db6729 100644 --- a/man/egencache.1 +++ b/man/egencache.1 @@ -20,6 +20,12 @@ Update the ChangeLog files from SCM logs (supported only in git repos). .TP .BR "\-\-update\-use\-local\-desc" Update the \fIprofiles/use.local.desc\fR file from metadata.xml. +.TP +.BR "\-\-update\-manifests" +Update manifest files, and sign them if signing is enabled. This supports +parallelization if enabled via the \-\-jobs option. The \-\-thin\-manifests +and \-\-sign\-manifests options may be used to manually override layout.conf +settings. .SH OPTIONS .TP .BR "\-\-cache\-dir=CACHE_DIR" @@ -34,6 +40,12 @@ Location of portage config files. .br Defaults to /. .TP +.BR "\-\-gpg\-dir" +Override the PORTAGE_GPG_DIR variable. +.TP +.BR "\-\-gpg\-key" +Override the PORTAGE_GPG_KEY variable. +.TP .BR "\-\-ignore-default-opts" Causes \fIEGENCACHE_DEFAULT_OPTS\fR to be ignored. .TP @@ -72,6 +84,15 @@ This option should only be needed for distribution via something like more thorough mechanism which allows it to detect changed inode numbers (described in \fIracy-git.txt\fR in the git technical docs). .TP +.BR "\-\-sign\-manifests< y | n >" +Manually override layout.conf sign-manifests setting. +.TP +.BR "\-\-strict\-manifests< y | n >" +Manually override "strict" FEATURES setting. +.TP +.BR "\-\-thin\-manifests< y | n >" +Manually override layout.conf thin-manifests setting. +.TP .BR "\-\-tolerant" Exit successfully if only minor errors occurred, such as skipped cache updates due to ebuilds that either fail to source or are not sourced -- cgit v1.2.3-65-gdbad