aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cdebootstrap
Commit message (Collapse)AuthorAge
...
* fixed documentation, added changes to createbuildenv to chek for error statedancer2005-11-03
| | | | | when debootstrap/cdebootstrap does not exist. Documentation update.
* workaround Matt's commit;dancer2005-11-02
| | | | add ||true for 'ln -s' creating mtab.
* update testsuite resultdancer2005-11-01
|
* --resolve-deps is now default in debootstrap;dancer2005-10-25
| | | | update.
* update testsuite resultdancer2005-10-24
|
* update with all-successfuldancer2005-10-20
|
* use --resolve-deps for debootstrap in the testsuite.dancer2005-10-19
|
* still successful cdebootstrap and failing debootstradancer2005-10-17
|
* updatedancer2005-10-15
|
* testsuite updatedancer2005-10-14
|
* testsuite updatedancer2005-10-04
|
* testsuite re-rundancer2005-10-02
|
* 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)
* rerun testsuitedancer2005-09-27
|
* updated rundancer2005-09-21
|
* + * depend on cdebootstrap, and suggest debootstrap. You may alternatively usedancer2005-08-25
| | | | | | | | | + debootstrap, but the default is cdebootstrap. + (closes: #323843, #324648) + * cowdancer support improvement -- now passes testsuite. + * Standards-version: 3.6.2 update and re-run testsuite.
* 0.129dancer2005-08-17
|
* updatedancer2005-08-16
|
* update test resultsdancer2005-08-12
|
* +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. +