aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
...
* * improve B92test-pkg: cd to package build directory before invokingdancer2006-01-24
| | | | test scripts.
* +dancer2006-01-13
| | | | | | | + * debian/TODO: update notes on cowdancer. + + * Documentation/pbuilder-doc.xml (BINDMOUNTS): add note on regression testing. +
* + * Bug fix: "pbuilder: url to debian experimental's apt archive seems todancer2006-01-12
| | | | + have changed recently", thanks to Johan Boule (Closes: #347296).
* 344958 documentation update.dancer2006-01-06
|
* 344958dancer2006-01-06
|
* 345870dancer2006-01-06
|
* use readlink -f instead of -e.dancer2005-12-21
| | | | add q-funk's script.
* update workaround for libc to work around bugs in initscripts.dancer2005-12-21
|
* Document HOME=/tmp/buildd inside chroot.dancer2005-12-19
| | | | set HOME=$(pwd)/../ in pdebuid-internal to match pdebuild.
* add a regression testsuite.dancer2005-12-12
| | | | | Document that ccache requires cache directory to be writable by the user within chroot. re #342665
* update TODOdancer2005-12-09
|
* Use readlink -e instead of readlink -f :dancer2005-12-05
| | | | | | | | | | | | | | | | | | | * pdebuild-user-mode-linux: * pdebuild-uml-checkparams: * pdebuild-checkparams: * pdebuild: readlink -e instead of readlink -f * pbuilder-uml-checkparams: readlink -e instead of readlink -f * pbuilder-modules: readlink -e instead of readlink -f * pbuilder-createbuildenv: quote HOOKDIR and readlink -e instead of readlink -f. * pbuilder-checkparams: * pbuilder-buildpackage: use readlink -e here. * pbuilder-buildpackage-funcs: use readlink -e instead of readlink -f. 342117 thanks to Markus Kolb
* 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.
* Revert to using --force-yes, since --allow-unauthenticated doesn't work with ↵dancer2005-12-04
| | | | | | | | | sarge * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missing --force-yes option", thanks to qfunk (Closes: #340715). Note: --allow-unauthenticated is probably a better option here, but apt-get in sarge does not support it, we will revisit it after etch.
* * Bug fix: "pbuilder-buildpackage-funcs check for createbuilduser fordancer2005-12-04
| | | | | | SUTOUSER is bogus", thanks to Brian Nelson (Closes: #338976). * Bug fix: "--no-targz option creates tarball in pbuilder create", thanks to Junichi Uekawa (Closes: #341916).
* * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missingdancer2005-12-04
| | | | | | --allow-unauthenticated option", thanks to qfunk (Closes: #340715). - fixed other scripts to use --allow-unauthenticated option rather than --force-yes. * debconf compatibility level 4
* add ccache support documentation. #178350dancer2005-12-01
|
* preserve environment when su to root.dancer2005-12-01
|
* update testsuitedancer2005-11-29
|
* fix typo/thinkodancer2005-11-16
|
* check before editing /etc/shadowdancer2005-11-16
|
* 337541: 0.138: allow xvfb to work inside pbuilderdancer2005-11-11
|
* fixed documentation, added changes to createbuildenv to chek for error statedancer2005-11-03
| | | | | when debootstrap/cdebootstrap does not exist. Documentation update.
* add TODO items related to /etc/mtabdancer2005-11-02
|
* workaround Matt's commit;dancer2005-11-02
| | | | add ||true for 'ln -s' creating mtab.
* update TODO filedancer2005-11-02
|
* updates to documentation.dancer2005-10-30
|
* --resolve-deps is now default in debootstrap;dancer2005-10-25
| | | | update.
* #312121 fix and release 0.136dancer2005-10-20
|
* use --resolve-deps for debootstrap in the testsuite.dancer2005-10-19
|
* update TODO filedancer2005-10-17
|
* update docdancer2005-10-14
|
* open new development, and update documentation to note thatdancer2005-10-09
| | | | ChangeLog is required to be updated.
* [Junichi Uekawa]dancer2005-10-09
| | | | | | | | * Document that --debug option preserves build place. If the following fails, the build directory will remain intact: pbuilder create --distribution etch --basetgz a.tgz --debug (closes: #331635) * README.Debian, pbuilder-doc.xml: updated.
* add --verbose option to testsuitedancer2005-10-08
|
* add a note on cowprotect funcdancer2005-10-03
|
* update documentation and manual pagesdancer2005-09-30
| | | | | | | | * suppress warnings from find; it wants -maxdepth before any other argument. (closes: #330848) * Documentation update patch from Osamu Aoki to clarify about configuration file priorities and issues associated with it. (closes: #325318)
* documentation updates, move to alioth.dancer2005-09-04
|
* + * pdebuild.1: update semantics; left-to-rightdancer2005-08-29
| | | | + * pbuilder.8: update semantics; left-to-right
* 2005-08-28 Junichi Uekawa <dancer@debian.org>dancer2005-08-28
| | | | * pbuilderrc: SHELL variable is set a default value.
* + * pbuilder-buildpackage-funcs: do cow thing, with cowprotect, for cowdancer.dancer2005-08-19
|
* 0.129dancer2005-08-17
|
* updatedancer2005-08-16
|
* +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. +
* update makefiledancer2005-07-27
|
* * pbuilder-buildpackage: change the use of su, todancer2005-07-13
| | | | allow su design change. Bug: 317264
* added URL of a bug.,dancer2005-07-12
|
* updancer2005-07-10
|
* +2005-07-10 Junichi Uekawa <dancer@debian.org>dancer2005-07-10
| | | | | | | | | + + * pbuilder-user-mode-linux.1: + * pdebuild-user-mode-linux.1: + * pdebuild.1: + * pbuilder.8: use \- for dash. +
* + * testsuite/run-test.sh (RESULTFILE): remove vmstat and iostat. I don't ↵dancer2005-07-03
| | | | | | really need them; + and add test for etch.