summaryrefslogtreecommitdiffstats
path: root/man/sbuild-update.1.in
blob: bc859f4704de511a749daf1ca43e98e15e437d75 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
.\" Copyright © 2005-2009  Roger Leigh <rleigh@debian.org>
.\"
.\" This program is free software: you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful, but
.\" WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
.\" General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program.  If not, see
.\" <http://www.gnu.org/licenses/>.
.so defs.man
.TH SBUILD\-UPDATE 1 "\*[RELEASE_DATE]" "Version \*[VERSION]" "Debian sbuild"
.SH NAME
sbuild\-update \- update, upgrade, and clean an sbuild chroot with apt-get
.SH SYNOPSIS
.B sbuild\-update
.RB [ \-h \[or] \-\-help ] " " [ \-V \[or] \-\-version ]
.RB [ \-\-arch=\fIarchitecture\fP ]
.RB [ \-u \[or] \-\-update ] " " [ \-g \[or] \-\-upgrade ] " "
.RB [ \-d \[or] \-\-dist\-upgrade ] " " [ \-c \[or] \-\-clean ] " "
.RB [ \-a \[or] \-\-autoclean ] " " [ \-r \[or] \-\-autoremove ]
.RB [ \-\-chroot-mode=\fIschroot|sudo|unshare\fP ]
.RB CHROOT1 " [" CHROOT2 " [" CHROOT\f[BI]n\fP... ]]
.br
.RB "(DEPRECATED) " sbuild\-upgrade
.RB [ \-h \[or] \-\-help ] " " [ \-V \[or] \-\-version ]
.RB CHROOT1 " [" CHROOT2 " [" CHROOT\f[BI]n\fP... ]]
.br
.RB "(DEPRECATED) " sbuild\-distupgrade
.RB [ \-h \[or] \-\-help ] " " [ \-V \[or] \-\-version ]
.RB CHROOT1 " [" CHROOT2 " [" CHROOT\f[BI]n\fP... ]]
.br
.RB "(DEPRECATED) " sbuild\-clean
.RB [ \-h \[or] \-\-help ] " " [ \-V \[or] \-\-version ]
.RB [ \-c \[or] \-\-clean ] " " [ \-a \[or] \-\-autoclean ] " "
.RB [ \-r \[or] \-\-autoremove ]
.RB CHROOT1 " [" CHROOT2 " [" CHROOT\f[BI]n\fP... ]]
.SH DESCRIPTION
\fBsbuild\-update\fR runs \f[CB]apt\-get\fP inside the specified chroot
performing \f[CB]update\fP, \f[CB]upgrade\fP, \f[CB]dist\-upgrade\fP,
\f[CB]clean\fP, \f[CB]autoclean\fP, and/or \f[CB]autoremove\fP depending on the
options specified on the command line.
.PP
\fBsbuild\-upgrade\fR, \fBsbuild\-distupgrade\fR, and \fBsbuild\-clean\fR, are
deprecated. They now simply run \fBsbuild\-update\fR with the appropriate
options (\f[CB]\-\-upgrade\fP or \f[CB]\-\-dist\-upgrade\fP for
\fBsbuild\-upgrade\fR or \fBsbuild\-distupgrade\fR respectively) along with
whatever arguments were passed in the scripts.
.SH OPTIONS
.SS Actions
.TP
.BR \-h ", " \-\-help
Display this manual.
.TP
.BR \-V ", " \-\-version
Print version information.
.TP
.BR "\-\-arch=\fIarchitecture\fP"
Update chroot for the architecture specified.
.TP
.BR \-u ", " \-\-update
Perform an \f[CB]apt\-get update\fP.
.TP
.BR \-g ", " \-\-upgrade
Perform an \f[CB]apt\-get upgrade\fP.
.TP
.BR \-d ", " \-\-dist\-upgrade
Perform an \f[CB]apt\-get dist\-upgrade\fP.
.TP
.BR \-c ", " \-\-clean
Perform an \f[CB]apt\-get clean\fP.
.TP
.BR \-a ", " \-\-autoclean
Perform an \f[CB]apt\-get autoclean\fP.
.TP
.BR \-r ", " \-\-autoremove
Perform an \f[CB]apt\-get autoremove\fP.
.SS Chroot selection
.TP
.BR \-\-chroot-mode=\fIschroot|sudo|unshare\fP
The sbuild chroot backend of the chroot to update.  The autopkgtest backend is
not supported by this method because autopkgtest backends are always ephemeral
and changes never persist.  To update a chroot for schroot and sudo,
sbuild-update must be executed with superuser privileges (for example by using
sudo).  Creating a chroot for the unshare backend can be done by a normal user
(without sudo) but it requires Linux user namespaces to be enabled (via "sysctl
-w kernel.unprivileged_userns_clone=1").  Defaults to 'schroot'.
.TP
.B CHROOT
The chroot to use.  Note that \[oq]o\[cq], \[oq]s\[cq],
\[oq]t\[cq], \[oq]u\[cq] and \[oq]e\[cq] may be used as abbreviations for
\[oq]oldstable\[cq], \[oq]stable\[cq], \[oq]testing\[cq], \[oq]unstable\[cq]
and \[oq]experimental\[cq], respectively.
.SH EXAMPLES
To update the \fIunstable\fP chroot:
.PP
\f[CR]% \f[CB]sbuild\-update \-\-update unstable\fP\fP
.PP
To upgrade the \fIunstable\fP chroot:
.PP
\f[CR]% \f[CB]sbuild\-update \-\-upgrade unstable\fP\fP
.PP
To clean the \fIunstable\fP chroot:
.PP
\f[CR]% \f[CB]sbuild\-update \-\-clean unstable\fP\fP
.PP
To perform an update, dist-upgrade, clean, autoclean, and autoremove for
the \fIunstable\fP chroot:
.PP
\f[CR]% \f[CB]sbuild\-update \-udcar unstable\fP\fP
.SH AUTHORS
.nf
Roger Leigh.
Andres Mejia.
.fi
.SH COPYRIGHT
.nf
Copyright \[co] 2006\[en]2009 Roger Leigh <rleigh@debian.org>.
Copyright \[co] 2010 Andres Mejia <mcitadel@gmail.com>.
.fi
.SH "SEE ALSO"
.BR sbuild (1),
.BR sbuild\-apt (1),
.\"#
.\"# The following sets edit modes for GNU EMACS
.\"# Local Variables:
.\"# mode:nroff
.\"# fill-column:79
.\"# End: