Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sbuild-update(1) [debian man page]

SBUILD-UPDATE(1)						   Debian sbuild						  SBUILD-UPDATE(1)

NAME
sbuild-update - update, upgrade, and clean an sbuild chroot with apt-get SYNOPSIS
sbuild-update [-h|--help] [-V|--version] [--arch=architecture] [-u|--update] [-g|--upgrade] [-d|--dist-upgrade] [-c|--clean] [-a|--auto- clean] [-r|--autoremove] CHROOT1 [CHROOT2 [CHROOTn...]] sbuild-update -k|--keygen (DEPRECATED) sbuild-upgrade [-h|--help] [-V|--version] CHROOT1 [CHROOT2 [CHROOTn...]] (DEPRECATED) sbuild-distupgrade [-h|--help] [-V|--version] CHROOT1 [CHROOT2 [CHROOTn...]] (DEPRECATED) sbuild-clean [-h|--help] [-V|--version] [-c|--clean] [-a|--autoclean] [-r|--autoremove] CHROOT1 [CHROOT2 [CHROOTn...]] DESCRIPTION
sbuild-update runs apt-get inside the specified chroot performing update, upgrade, dist-upgrade, clean, autoclean, and/or autoremove depending on the options specified on the command line. sbuild-upgrade, sbuild-distupgrade, and sbuild-clean, are deprecated. They now simply run sbuild-update with the appropriate options (--upgrade or --dist-upgrade for sbuild-upgrade or sbuild-distupgrade respectively) along with whatever arguments were passed in the scripts. OPTIONS
Actions -h, --help Display this manual. -V, --version Print version information. --arch=architecture Update chroot for the architecture specified. -u, --update Perform an apt-get update. -g, --upgrade Perform an apt-get upgrade. -d, --dist-upgrade Perform an apt-get dist-upgrade. -c, --clean Perform an apt-get clean. -a, --autoclean Perform an apt-get autoclean. -r, --autoremove Perform an apt-get autoremove. -k, --keygen Generate a GPG public/private key pair for self-signing local apt archives, used for installation of dependency packages. Note that this requires a significant amount of entropy (randomness) and may hang on systems with poor entropy sources, such as headless sys- tems without direct user input. In this situation, it is advisable to create the key on a trusted local system, and copy the files to the build system by hand from /var/lib/sbuild/apt-keys/. Chroot selection CHROOT The chroot to use. Note that 'o', 's', 't', 'u' and 'e' may be used as abbreviations for 'oldstable', 'stable', 'testing', 'unsta- ble' and 'experimental', respectively. EXAMPLES
To update the unstable chroot: % sbuild-update --update unstable To upgrade the unstable chroot: % sbuild-update --upgrade unstable To clean the unstable chroot: % sbuild-update --clean unstable To perform an update, dist-upgrade, clean, autoclean, and autoremove for the unstable chroot: % sbuild-update -udcar unstable AUTHORS
Roger Leigh. Andres Mejia. COPYRIGHT
Copyright (C) 2006-2009 Roger Leigh <rleigh@debian.org>. Copyright (C) 2010 Andres Mejia <mcitadel@gmail.com>. SEE ALSO
sbuild(1), sbuild-apt(1), Version 0.63.2 18 Aug 2012 SBUILD-UPDATE(1)

Check Out this Related Man Page

BUILDD(1)							   Debian sbuild							 BUILDD(1)

NAME
buildd - package autobuilder daemon SYNOPSIS
buildd VERSION
This man page documents the packaged version of buildd. This version is maintained by the buildd-tools project developers on Alioth (https://alioth.debian.org/projects/buildd-tools/). DESCRIPTION
buildd is a daemon used to automatically build Debian packages from source. wanna-build is used to find and claim packages for building, while sbuild is used to build the packages. The helper programs buildd-mail, buildd-uploader and buildd-watcher are used to perform vari- ous housekeeping tasks to keep the system running. FILES
/etc/buildd/buildd.conf Configuration, maintained by the system administrator. This may be used to override the defaults. ~/.builddrc User-specific configuration. AUTHORS
Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>. sbuild is based on debbuild, written by James Troup <james@nocrew.org> and has been modified by Ben Collins <bcollins@debian.org>, Ryan Murray <rmurray@debian.org>, Francesco Paolo Lovergine <frankie@debian.org>, Michael Banck <mbanck@debian.org>, and Roger Leigh <rleigh@debian.org> COPYRIGHT
Copyright (C) 1998-2000 Roman Hodek <roman@hodek.net> Copyright (C) 1998-1999 James Troup <troup@debian.org> Copyright (C) 2003-2006 Ryan Murray <rmurray@debian.org> Copyright (C) 2001-2003 Rick Younie <younie@debian.org> Copyright (C) 2003-2004 Francesco Paolo Lovergine <frankie@debian.org> Copyright (C) 2005 Michael Banck <mbanck@debian.org> Copyright (C) 2005-2008 Roger Leigh <rleigh@debian.org> SEE ALSO
buildd.conf(5), buildd-mail(1), buildd-uploader(1), buildd-watcher(1), buildd-mail(1), wanna-build(1), sbuild(1). Version 0.63.2 18 Aug 2012 BUILDD(1)
Man Page