aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
...
* * pbuilder-modules: umount selinux and bind mounts first.lool2006-10-29
|
* * pbuilder-modules: add sanity checks during umount_one(); ignorelool2006-10-29
| | | | | | umount errors of the type "umount: /foobar: not mounted" and "umount: /foobar: not found" as retries will be useless anyway, and these errors shouldn't cause data loss; fixes #391390.
* revised developer documentation.dancer2006-10-29
|
* * testsuite/run-test-satisfy-depends.sh: fix invocation from CVSlool2006-10-28
| | | | checkout by only copying debian/rules and not debian/*.
* * Testsuite may now test pbuilder-satisfydepends.lool2006-10-28
|
* update developer documentationdancer2006-10-26
|
* add workaround for /lib/init/rwdancer2006-10-23
|
* remove 'pbuilder-user-mode is not released' part, it's revived.dancer2006-10-23
|
* s/cowdancer/cowbuilder/ in manual.dancer2006-10-23
|
* user-mode-linux supportdancer2006-09-16
|
* add notes in comment that examples are for --hookdir.dancer2006-09-03
|
* support --login, --execute, etc.dancer2006-09-01
|
* initial selinux supportdancer2006-08-24
|
* bind-mount ordering fix.dancer2006-08-20
|
* support PKGNAME_LOGFILE option in pbuilderrc.dancer2006-08-15
|
* documentation fix for fakechroot.dancer2006-07-25
|
* pdebuild-internal fix, with export DEBBUILDOPTSdancer2006-06-25
|
* update testsuitedancer2006-06-17
| | | | | . do not run sarge test anymore . updated test run.
* * debian/pbuilder-test/01_pbuilder_create: test against sid ratherdancer2006-06-15
| | | | | | than sarge for now, since amd64 sarge doesn't work. testsuite for final build now tests against sid since sarge amd64 archive doesn't really exist.
* do not error out for pdebuild.dancer2006-06-10
|
* do error checking for buildresult.dancer2006-06-10
|
* do not error out if buildresult directory does not exist.dancer2006-06-10
|
* * Bug fix: "pbuilder: should create BUILDRESULT if not existent", thanksdancer2006-06-10
| | | | | to Daniel Leidert (Closes: #335523), there was a wrong condition check, it should do that now.
* su -p for pdebuild-internal, to allow options passing through environment.dancer2006-06-05
|
* document tmpfs usage with pbuilder.dancer2006-06-04
|
* quiet down /etc/mtabdancer2006-06-01
|
* update copyright info.dancer2006-05-30
|
* Fix a misspelling of pdebuild.kraai2006-05-30
|
* From comment from Sesse, note that thedancer2006-05-27
| | | | | default place build results are placed is /var/cache/pbuilder/result.
* document cowdancer/pbuilder.dancer2006-05-27
|
* initial cowbuilder support in pdebuilddancer2006-05-24
| | | | | | | | | | | | pbuilder supports pdebuild/cowbuilder login/execute/update/create etc. can also be --login/--execute/--update/--create etc. to cater for cowbuilder documentation updates / XML typesetting fixes. manpage fixes / spellchecking generally what I did while I was on plane trip from Debconf Mexico to Japan.
* revert the satisfydepends change until it is confirmed with dpkg-dev ↵dancer2006-05-22
| | | | maintainers.
* update documentation.dancer2006-05-17
|
* * Documentation/pbuilder-doc.xml: document method for adding localdancer2006-05-15
| | | | | repository. thanks to Ondrej.
* * Support for new style architecture specifications (closes: #363193)dancer2006-05-15
| | | | Thanks to Peter Eisentraut for patch.
* * fix pdebuild --help output (closes: #367133)dancer2006-05-14
| | | | | | | | | | | * pbuilderrc.5: undocument the restriction that --buildresult option needs to be specified for pdebuild, and BUILDRESULT cannot be used. I should probably warn that the directory should be absolute. * pdebuild.1: fix man a bit to make --buildresult option doc unambiguous.
* + * Documentation/pbuilder-doc.xml: update docs on user-mode-linux usage.dancer2006-04-22
| | | | | | + add reference to PDF version. and update some copyright years to 2006.
* pdebuild: give --uid/--gid options to pdebuild-internaldancer2006-04-22
| | | | it will fix the testsuite failure
* pdebuild --help works without ./debian dir.dancer2006-04-01
|
* spelling fix.dancer2006-03-31
|
* updatedancer2006-03-21
|
* regression update, added pkgname-logfile checkdancer2006-03-17
|
* +2006-03-18 Junichi Uekawa <dancer@debian.org>dancer2006-03-17
| | | | | | | | | | | | + + * pbuilder.8: update documentation of --pkgname-logfile + + * pbuilder-buildpackage: allow chown, and add support for PKGNAME_LOGFILE_EXTENTION. + + * pbuilderrc (PKGNAME_LOGFILE_EXTENTION): add + + * pbuilderrc.5: document +
* add support for chmod/chown of logfile, needs more work.dancer2006-03-17
|
* documentation update, and add hooks to generate PDF documentation for pbuilder.dancer2006-03-07
|
* remove support for --nonusmirror.dancer2006-02-22
|
* update testsuite results, all successful.dancer2006-02-22
| | | | remove testsuite/regression/344089-initscripts-inetd-workaround-check.sh, since the problem is now gone.
* preliminary support for bind-mounted apt cache directory.dancer2006-02-12
|
* * Update pbuilderrc man page to specify EXTRAPACKAGES is space-delimiteddancer2006-02-11
| | | | | | | | | (Closes: #352224). * Bug fix: "sudo pbuilder login --save-after-login includes the apt cache in the base.tgz", thanks to Andreas Beckmann (Closes: #351526). * Bug fix: "pbuilder: Arch-specific build-deps printed weird", thanks to Daniel Schepler (Closes: #184149).
* implement hookdir for workaround of initscripts and cdebootstrap bug.dancer2006-01-29
| | | | add G hooks for pbuilder create.