aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
Commit message (Collapse)AuthorAge
...
* remove support for --nonusmirror.dancer2006-02-22
|
* pbuilder-buildpackage-funcs: 'install' was missing from apt-get for ↵dancer2005-12-05
| | | | | | | | EXTRAPACKAGES handling. Fix. pbuilderrc: make fakeroot default. Documentation/pbuilder-doc.xml: update a note on pdebuild-internal is ran as the outside user uid. pdebuild-internal: Add a note what I'm doing.
* 2005-08-28 Junichi Uekawa <dancer@debian.org>dancer2005-08-28
| | | | * pbuilderrc: SHELL variable is set a default value.
* +2005-08-07 Junichi Uekawa <dancer@debian.org>dancer2005-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | + + * debian/control: allow cdebootstrap dependency. + + * testsuite/run-test.sh: complicate the process by testing both + cdebootstrap and debootstrap. + + * pbuilder.8: document --debootstrap + + * pbuilder-checkparams: --debootstrap + + * pbuilder-modules: --debootstrap + + * pbuilder-createbuildenv: unset DEBOOTSTRAPSCRIPT instead of setting + "". The number of parameter given to cdebootstrap changes. + since DEBOOTSTRAPSCRIPT are not supported by cdebootstrap, + Giving cdebootstrap this parameter caused it to fail. + + * pbuilderrc.5: Document DEBOOTSTRAP + + * pbuilderrc (DEBOOTSTRAP): new option. + + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): call ${DEBOOTSTRAP} instead of calling debootstrap directly. +
* pbuilder (0.128) unstable; urgency=lowdancer2005-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add example framework to test package inside chroot - B92test-pkg - add debian/pbuilder-test/ directory to test pbuilder itself. * Documentation/pbuilder-doc.xml: - add reference on directory structure on pbuilder. - Add note on pbuilder-test * Support '--distribution experimental'. "pbuilder: Please add support for experimental", thanks to Emanuele Rocca (Closes: #308813). and also support working with new apt-get by using --force-yes. (closes: 316281). * Feature enhancement: "pbuilder: Clean apt cache ", thanks to Daniel Schepler implement --autocleanaptcache option. (Closes: #185227). * pdebuild now checks for unsupported command-line options. Bug fix: "pbuilder: pdebuild does not warn about --basetgz or --distribution", thanks to Matt Kraai (Closes: #305944). * man pages fixup: add \% for non-hyphenation (closes: #310656) * Fix find options -xdev location. (closes: #312913) * Bug fix: "pbuilder: Please document proper format of OTHERMIRROR", thanks to Roberto C. Sanchez (Closes: #312153). * Bug fix: "pbuilder: Support for preserving environment PATH", thanks to Brian Nelson (Closes: #306448). * work around debootstrap 3.0.0 bug which fails to build sid chroot with --variant=buildd, by not passing --variant=buildd, see 314858 -- Junichi Uekawa <dancer@debian.org> Sat, 2 Jul 2005 13:20:23 +0900
* PATH setting.dancer2005-06-20
|
* 2005-02-13 Junichi Uekawa <dancer@debian.org>dancer2005-02-13
| | | | | | | | | | | | | | | | | | | | | | | | * pbuilder.8: update documentation to include 'sarge' * pbuilder: set umask 0022 in pbuilder. 276589 * pbuilderrc (BUILDRESULT): make default distribution sarge, instead of woody. * pbuilder-modules: update to include sarge in list of distributions; this list is too long, needs some improvement. 289170 * pdebuild: Change build results by default to be owned by the building user, not root:root This change only required for pdebuild only, UML already runs as user. 286397 * pbuilder.8: clarify documentation for 286602, Do not use --debbuildopts -B, but use --binary-arch * Documentation/pbuilder-doc.xml: 293882: Jens Seidel <jensseidel@users.sf.net> small typo fixes. * pbuilderrc (MIRRORSITE): 295032: change default mirror from www.jp.debian.org to ftp.jp.debian.org
* fuxdancer2004-04-06
|
* + * Implement --variant=buildd support, thanks for Daniel Scheplerdancer2004-04-06
| | | | | | | + for the work on debootstrap side. + Note that this change does not affect user-mode-linux, since + user-mode-linux version uses rootstrap + (closes: #154528)
* 0.70dancer2003-04-06
|
* + * pbuilder.8: update documentation for --debemail, it was wrong.dancer2002-10-30
| | | | | | | | + + * pbuilderrc.5: update documentation for DEBEMAIL, it was wrong. + + * pbuilderrc (HOOKDIR): Set default DEBEMAIL to "". +
* + * pbuilder-modules: add devfs supportdancer2002-09-09
| | | | | | | | | + Thanks to: "Dagfinn Ilmari Manns?er" <ilmari@ping.uio.no> + + * pbuilderrc (USEDEVFS): change default value on USEDEVFS + * pbuilderrc.5: update docs on noninteractive. + document USEDEVFS
* implement /dev/pts mounting routinedancer2002-05-07
|
* changed default to source and binary builddancer2002-03-04
|
* commit changes, trying to address bugsdancer2002-03-03
|
* fixing fakeroot to work, and updating docs.dancer2002-02-19
|
* commit fakeroot changes, fakeroot does not work. su refuses todancer2002-02-16
| | | | change to user...
* updates, some potential changes.dancer2002-02-15
|
* many modifications done to make things improved.dancer2002-02-01
|
* added Daniel Kobras patch, to implement dpkg-buildpacakge options.dancer2002-01-17
| | | | Testing this should be a good idea.
* some modsdancer2002-01-16
|
* added some feature, which I think was a bad idea.dancer2001-11-03
|
* things are re-implemented with DEBEMAIL in mind. Always call ↵dancer2001-11-02
| | | | dpkg-buildpackage with -m
* fixed some problems. Changed specs, so that it will use env var to specify ↵dancer2001-10-25
| | | | maint address than command-line
* added support for sponsorshipdancer2001-10-25
|
* finalizingdancer2001-10-22
|
* man things changed?dancer2001-10-16
|
* added final newlinedancer2001-09-27
|
* including the patch submitted from dale amondancer2001-09-27
|
* daily checkindancer2001-09-23
|
* adding non-us mirror and other supportdancer2001-09-07
|
* changed the buildplace.dancer2001-08-27
|
* added buildresult feature and fixed the readlink typodancer2001-08-27
|
* created pbuilder-modules and made others use it for common routines, and ↵dancer2001-08-27
| | | | made PROC support optional for some people without PROC interface
* moved pbuilderrc loading to the main file.dancer2001-08-27
|
* added PID for protectiondancer2001-08-27
|
* fixed config filesdancer2001-08-24
|
* updating docs, and fixing local data, and removing the feature to have a ↵dancer2001-08-24
| | | | local mirror sites.
* Initial revisiondancer2001-08-23