aboutsummaryrefslogtreecommitdiff
blob: 17d85fc617cd700643944f1a17839810dd8a5e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.TH gensync 1 "0.1.0" "Gentoolkit" "Gentoo Administration"
.SH "NAME"
.LP 
gensync \- Gentoo: Overlay Sync Tool
.SH "SYNTAX"
.LP 
gensync [\fIoption\fP] <\fIrepo-id-1 repo-id-2 ...\fP>

.SH "DESCRIPTION" 

.LP

\fIgensync\fR synchronises your machine against an upstream repository
of ebuild files, called a sync source. Normally, Portage will only
synchronise against the main Portage tree maintained by the Gentoo
project. However, there exist development trees with auxiliary ebuild
files that may occasionally be of interest to the adventurous power
user, such as the \fIbreakmygentoo.net\fR sync source.

This tool can be used to synchronise against these alternative sync
sources.

.SH "OPTIONS"
.LP 
\fB\-l\fR
.br
\fB--list-sources\fB
.IP 
List available sync sources known to \fIgensync\fR.

.LP 
\fB\-V\fR
.br
\fB--version\fB
.IP 
Display version information and exit.

.LP 
\fB\-C\fR
.br
\fB--no-color\fB
.IP 
Turn off colors.

.LP 
\fB\-h\fR
.br 
\fB\--help\fR
.IP 
Display help.

.SH "CONFIGURATION FILES"
.LP
\fB/etc/gensync/gensync.conf\fR
.IP
The main configuration file, commented and self-explanatory

.LP
\fB/etc/gensync/*.syncsource\fR
.IP
Per-sync source configuration files, describing the sync source to
\fIgensync\fR.


.SH "SEE ALSO"
.LP 
The rest of the utilities in \fIapp-portage/gentoolkit-dev\fR, such as
\fIechangelog\fR, \fIebump\fR and \fIego\fR.

.SH "AUTHORS"
.LP 
Matthew Schick <matt@breakmygentoo.net> (original author)
.br
Karl Trygve Kalleberg <karltk@gentoo.org>