aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* +2004-10-31 Junichi Uekawa <dancer@debian.org>dancer2004-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): add notes on + BUILRESULTUID and SUDO interaction. + + * pbuilder-buildpackage (PACKAGENAME): move around buildresult dir creation before pkgname logfile creation. + + * pbuilder.8: add documentation for --save-after-login/exec option. + + * pbuilder: execute and login with --save-after-login/exec option. + + * pbuilder-user-mode-linux.1: add notes that uml-nocow is effective for exec and login. + + * pbuilder-uml-checkparams (UML_SAVE_AFTER_LOGIN): add UML_NOCOW for exec + + * pbuilder-checkparams (SAVE_AFTER_LOGIN): --save-after-login/exec command-option. + + * pdebuild-user-mode-linux.1: add notes that the option will override + pbuilder option. + + * pdebuild.1: add notes that the option will override pbuilder option + + * pdebuild-user-mode-linux: ditto. + + * pdebuild: override --debbbuildopts in pbuilder option when DEBBUILDOPTS is available and for non-internal mode. +
* pbuilder-uml is removed temporarily from Debiandancer2004-10-19
|
* +2004-10-09 Junichi Uekawa <dancer@debian.org>dancer2004-10-09
| | | | | | | | | | | | | | | | | | | | | | + + * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): documentation on + what directories cannot be bind-mounted + #275113 + + Added documentation on how to hook to pbuilder update. + somewhat addresses #275016, #272353 + + * debian/control (Depends): remove versioned depends on user-mode-linux. Packages are provided from other kernel packages. + #275544 + + * pbuilder: implement pbuilder debuild + #275110 + + * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): update doc on + debian_chroot env var. + #275466 + +
* gah.dancer2004-09-12
|
* updancer2004-08-12
|
* +2004-08-08 Junichi Uekawa <dancer@debian.org>dancer2004-08-07
| | | | | | | | | | + + * pbuildd/buildd.sh: Applied patch from Roland Stigge. + 263987 264182 264182 + buildd.sh assumes to be in ${BASEDIRECTORY} + buildd.sh shouldn't try to build packages for wrong architectures + support DEPWAIT +
* +dancer2004-07-28
| | | | | | | | | | | | | | | | | | | + * debian/pbuilder-uml.files: add pbuilder-uml-checkparams + + * Makefile: add pbuilder-uml-checkparams + + * pdebuild-user-mode-linux.1: update manual to reflect + current reality of pdebuild-user-mode-linux. It was originally just a + copy of pdebuild manpage. + + * pbuilder-checkparams: shift around debootstrapopts parameter + processing out of pdebuild options; it doesn't belong there. + + * pdebuild-user-mode-linux: Call pbuilder-uml-checkparams to + parse commands in UML way, not pbuilder way. + * pbuilder-uml-checkparams: Move command-line parser to here + * pbuilder-user-mode-linux: Move command-line parser out +
* uml testsuite works now with sid.dancer2004-07-24
| | | | sarge didn't work out this time, maybe next.
* +2004-07-21 Junichi Uekawa <dancer@debian.org>dancer2004-07-20
| | | | | | | | + + * pbuilder-uml.conf.5: update doc to note that ~/.pbuilderrc shoulnd't have APTCACHEHARDLINK=yes if using user-mode-linux + + * pbuilder-uml.conf (APTCACHEHARDLINK): set default value of APTCACHEHARDLINK to no. +
* +2004-07-16 Junichi Uekawa <dancer@debian.org>dancer2004-07-15
| | | | | | | | | | | | | | | | | | | | | + + * pbuilder-user-mode-linux: 259325: call /sbin/halt -d -f + instead of just doing an exit from UML. + init=/bin/sh, and this is required for safe exit now, apparently. + +2004-07-14 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.xml: update notes on D10tmp script. + + * examples/D10tmp: mkdir -p + +2004-07-09 Junichi Uekawa <dancer@debian.org> + + * testsuite/run-test.sh (IOSTATPID): add debemail to testsuite. + + * pbuilder-buildpackage (PACKAGENAME): move SUTOUSER outside of what's fed into bash. + Run bash in SUTOUSER. SUTOUSER might be eating quote characters. +
* +pbuilder (0.107) unstable; urgency=lowdancer2004-06-19
| | | | | | | | | | | | | | + + * Document that pdebuild accepts pbuilder options as pdebuild + options but ignores them, in the manual page. (Closes: #255005). + * Feature request, '--uml-login-nocow' : "pbuilder-uml: How about a &quot;muckwith&quot; option, login + without cowdevice", from Paul Hampson (Closes: #251482). + * Feature: Do not hardcodes rootstrap image size argument", + thanks to Mike Markley (Closes: #252800). + * UML: Fix error message when --buildresult specified wrong directory + + -- Junichi Uekawa <dancer@debian.org> Sat, 19 Jun 2004 11:27:10 +0900 +
* + * pbuilder-updatebuildenv: Patch from matt kraai to savedancer2004-06-17
| | | | | | + apt cache when pbuilder update fails. + 252777, 252793 +
* added readlink dependency (coreutils)dancer2004-05-26
|
* updatedancer2004-04-19
|
* 0.102dancer2004-04-17
|
* 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)
* change somedancer2004-04-04
|
* update todo file.dancer2004-04-04
|
* *** empty log message ***dancer2004-03-13
|
* update testsuite and verify that it works.dancer2004-03-13
|
* pbuilder memo implementationdancer2004-02-28
| | | | 0.100
* +2004-01-19 Junichi Uekawa <dancer@debian.org>dancer2004-01-18
| | | | | | | | | | | | | | | | | | + + * pdebuild-user-mode-linux.1: document + + * pdebuild.1: document + + * pdebuild-internal: add support for DEBBUILDOPTS + + * pdebuild-user-mode-linux: add support for DEBBUILDOPTS + remove '|| true ' from dpkg-source invocation + + * pdebuild: --debbuildopts support. + + * examples/execute_installtest.sh (KILLPID): add killing routine; + change it to reboot, to get a reboot done. +
* move logs to testsuite/uml,normal, instead of populating testsuite dir with ↵dancer2004-01-12
| | | | all files.
* update estimated timedancer2004-01-11
|
* modifications to copyright notice, anddancer2004-01-11
| | | | run-test.sh
* + * testsuite/run-test.sh: change to pbuilder test, instead of UML.dancer2004-01-11
| | | | | | | | + + * testsuite/run-test-uml.sh: split out UML test + + * README: tried updating the documentation. +
* updancer2004-01-11
|
* fix B91DPKG-Idancer2004-01-10
|
* doc update.dancer2004-01-06
|
* updancer2003-12-30
|
* + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): Document apt-proxy is ↵dancer2003-12-30
| | | | usable as a proxy.
* +dancer2003-12-28
| | | | | | | + * Documentation/pbuilder-doc.xml: update docs on --use-pdebuild-internal + release 0.98
* pdebuild testsuite added.dancer2003-12-27
|
* testsuite update.dancer2003-12-23
|
* +2003-12-23 Junichi Uekawa <dancer@debian.org>dancer2003-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * Makefile (install): update build rules to install pdebuild-internal + + * pbuilderrc.5: update document USE_PDEBUILD_INTERNAL + + * pdebuild-user-mode-linux.1: document --use-pdebuild-internal + + * pdebuild.1: document --use-pdebuild-internal + + * pbuilder-modules: document use-pdebuild-internal + + * pbuilder-checkparams: --use-pdebuild-internal option. + + * pdebuild: use pdebuild-internal if USE_PDEBUILD_INTERNAL option is 'yes' + + * pdebuild-user-mode-linux: use pdebuild-internal if USE_PDEBUILD_INTERNAL option is 'yes' + + * pdebuild-internal: Implement a pbuilder execute script to be + used for pdebuild without doing debian/rules clean outside of chroot. + + * pbuilder-checkparams: support multiple bindmounts; + delimit it with spaces. + + * pbuilder-modules: add --debug option here. +
* add /etc/mailnamedancer2003-12-20
|
* 0.96 releasedancer2003-12-17
|
* + * debian/control (Description): do not conflict with older bash.dancer2003-12-16
| | | | | | | | | | | | | | | + + * pbuilder-buildpackage-funcs: + * pbuilder-checkparams: do not error out on + failure to unset. + + * pbuilder.8: document --debug. + + * pbuilder-checkparams (IGNORE_UMOUNT): --debug option. + + * pbuilder-createbuildenv: + * pbuilder-updatebuildenv: use PBUILDER_DEBUGMODE variable +
* + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): use $TRAP instead of trap,dancer2003-12-16
| | | | | | | + and set TRAP to trap only when PRESERVE_BUILDPLACE is not yes. + + * Makefile (install): install new examples. + * atoron.procmailrc (DUMMY): add daisuke to family.
* pbuilder execute with command-line options support.dancer2003-12-15
| | | | Documentation, and mass-install script.
* /dev/null error comes from nodevdancer2003-12-14
|
* + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): add notes on debconf ↵dancer2003-12-14
| | | | inside pbuilder.
* +dancer2003-12-10
| | | | | | | + * debuild-pbuilder.1: fix document formatting error, from Roland Stigge. + + * pbuilder-runhooks (hooks): Try and detect file name non-matching case + for hooks, from Dale Amon.
* update docdancer2003-11-29
|
* add conflicts with older bashdancer2003-11-27
|
* update doc on fakechrootdancer2003-11-20
|
* + * pbuilder-user-mode-linux: preen fsck.dancer2003-11-16
| | | | | + comment out fsck bit, it's too slow. +
* + * THANKS: adddancer2003-11-16
| | | | | | | + + * pbuilder-runhooks: fix warning messages to be more correct, thanks + to Daniel Martin. +
* +dancer2003-11-10
| | | | | | + * pbuilder-modules (pbuilder-options): reorder umount and mount so that + dev, devpts, proc is done in that order. +