aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2014-04-30 08:47:23 -0700
committerBrian Dolbec <dolsen@gentoo.org>2014-12-04 11:56:32 -0800
commit5a6784e02434f26501fddf627b5b0d7ccc4f6708 (patch)
tree4b6ba3ab5286c26d2d362c953164e3a7d716b973 /man/portage.5
parent_emerge/actions: Migrate action_sync to the new emaint sync module (diff)
downloadportage-5a6784e02434f26501fddf627b5b0d7ccc4f6708.tar.gz
portage-5a6784e02434f26501fddf627b5b0d7ccc4f6708.tar.bz2
portage-5a6784e02434f26501fddf627b5b0d7ccc4f6708.zip
man: Update man pages with new sync info
man/portage.5: Add the new auto-sync variable. man/emaint.1: Add the new sync module. man/emerge.1: Update the --sync action.
Diffstat (limited to 'man/portage.5')
-rw-r--r--man/portage.510
1 files changed, 10 insertions, 0 deletions
diff --git a/man/portage.5 b/man/portage.5
index 309e2598b..150294b74 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -844,6 +844,16 @@ When 'force = aliases' attribute is not set, \fBegencache\fR(1),
since operations performed by these tools are inherently
\fBnot\fR \fIsite\-specific\fR.
.TP
+.B auto\-sync
+This setting determines if the repo will be synced during "\fBemerge \-\-sync\fR" or
+"\fBemaint sync \-\-auto\fR" runs. This allows for repositories to be synced only when
+desired via "\fBemaint sync \-\-repo foo\fR".
+.br
+Valid values: yes, no, true, false.
+.br
+If unset, the repo will be treated as set
+no, false.
+.TP
.B eclass\-overrides
Makes given repository inherit eclasses from specified repositories.
.br