aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Only remove/install aptitude on create/updateLoïc Minier2010-01-02
| | | | | | | | Only install aptitude in pbuilder-createbuildenv or pbuilder-updatebuildenv, not in pbuilder-satisfydepends-aptitude, and only when $PBUILDERSATISFYDEPENDSCMD uses aptitude. Remove aptitude in pbuilder-createbuildenv and pbuilder-updatebuildenv otherwise; closes: #539578.
* pbuilder-satisfydepends-aptitude: typo in descLoïc Minier2010-01-02
| | | | pbuilder-satisfydepends-aptitude: Fix typo in package description.
* Add aptitude if pbuilder-satisfydepends uses itLoïc Minier2010-01-02
| | | | | Install aptitude (with no possibility to override this) if pbuilder-satisfydepends uses it; closes: 539578.
* Also drop apt from pbuilder-updatebuildenvLoïc Minier2010-01-02
|
* .gitignore: Ignore generated filesLoïc Minier2010-01-02
| | | | Add files generated by a dpkg-buildpackage run to .gitignore.
* Make pbuilder-satisfydepends a symlink; #448098Loïc Minier2010-01-02
| | | | | Make /usr/lib/pbuilder/pbuilder-satisfydepends a symlink to pbuilder-satisfydepends-aptitude instead of a copy; closes: #448098.
* Remove apt from $CHROOTEXEC apt-get install callLoïc Minier2010-01-02
|
* Final 0.196 changelogLoïc Minier2010-01-02
|
* Fix testsuite to work from within pbuilderLoïc Minier2010-01-02
| | | | | | | Unset PBUILDER_*DIR in testsuite as to force them to be recomputed against the relocated PBUILDER_ROOT; otherwise, these would be set by the regular pbuilder commands when running the testsuite from within pbuilder.
* Use $PBUILDER_ROOT instead of ${PBUILDER_ROOT}Loïc Minier2010-01-02
|
* Update testsuite logs with one failureLoïc Minier2010-01-02
| | | | | Update testsuite logs; note that update-squeeze-sid-experimental fails due to #563049.
* debootstrap with --include=apt; for buildd variantLoïc Minier2010-01-02
| | | | | | | | Always prepend --include=apt to debootstrap args; this is needed when using --variant=buildd which doesn't include apt since pbuilder calls apt-get in the chroot. Note that this can still be overrident by the end-user by passing another --include= flag via DEBOOTSTRAPOPTS since these flags aren't cumulative in debootstrap.
* Prepare 0.196Loïc Minier2010-01-01
|
* Set testsuite mirror depending on FQDNLoïc Minier2010-01-01
|
* pdebuild: Add architecture flag; #516625Loïc Minier2009-12-30
| | | | | pdebuild: add support for setting the architecture on the command-line and in pbuilderrc; closes: #516625.
* pbuilder: Add --architecture and ARCHITECTURE flagLoïc Minier2009-12-30
| | | | | pbuilder: add support for setting the architecture on the command-line and in pbuilderrc.
* add Loic to uploadersJunichi Uekawa2009-12-30
|
* test_debuildopts: use relocated pbuilder; #562681Loïc Minier2009-12-27
| | | | Use a relocated pbuilder setup to run test_debuildopts; closes: #562681.
* Add helpers to relocate pbuilder in testsuiteLoïc Minier2009-12-27
|
* Honor PBUILDER_ROOT and PBUILDER_*DIR varsLoïc Minier2009-12-27
| | | | | | Use GNU-style vars for system directories, allow to set them from the env, and let them be prefixed with a PBUILDER_ROOT directory to allow relocation.
* Add comments to check targetLoïc Minier2009-12-27
|
* 0.195Junichi Uekawa2009-12-27
|
* test updateJunichi Uekawa2009-12-27
|
* pbuilderrc: --variant=buildd is temporarily broken, disable.Junichi Uekawa2009-12-27
| | | | | apt is marked as not build-essential, and we end up with a chroot without apt, which is bad.
* install D80no-man-db-rebuild to example directory.Junichi Uekawa2009-12-23
|
* Add a hook script example to disable man-db regeneration inside chroot ↵gregor herrmann2009-12-23
| | | | | | | | | | | | (closes: 561539) It's rather boring to see (p|cow)builder writing "Building database of manual pages ..." and to wait for the recreation of the man-db, especially on slow machines like the openmoko freerunner ... man-db has a new feature to disable rebuilding the database since 2.5.6-4 (cf. #554914 and man-db's changelog). It would be great if it were possible to use this feature in (p|cow)builder.
* Change default root command to sudo -E; #361362Loïc Minier2009-12-14
| | | | Change default root command from sudo to sudo -E; closes: #361362
* Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilderJunichi Uekawa2009-12-14
|\
| * Avoid appending extra spaces in DEBBUILDOPTSLoïc Minier2009-12-14
| |
| * Don't fail if ~/.pbuilderrc is missingLoïc Minier2009-12-14
| |
| * Add a testsuite for --debbuildopts parsingLoïc Minier2009-12-14
| |
* | regenerated pot file.Junichi Uekawa2009-12-14
|/
* explain pbuilder git commit message style in documentation.Junichi Uekawa2009-12-14
|
* Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilderJunichi Uekawa2009-12-14
|\
| * Do not mention codename of testing where possibleLoïc Minier2009-12-14
| | | | | | | | | | | | Avoid mentionning the codename of the current testing distribution where possible as this gets out of date -- except in the rebuild README where the current testig is really what we want.
* | build log updateJunichi Uekawa2009-12-14
|/
* fix quoting of debbuildopts to preserve original intention.Junichi Uekawa2009-12-14
|
* Factor "exec >" + "exec 2>&1" togetherLoïc Minier2009-12-13
|
* COMPONENTS is always setLoïc Minier2009-12-13
| | | | | Don't fallback on another COMPONENTS default, it's already set in the pbuilder defaults
* Remove bogus extra level of quotingLoïc Minier2009-12-13
|
* Use debootstrap by default instead of cdebootstrapLoïc Minier2009-12-13
|
* narrow down the test a bit.Junichi Uekawa2009-12-13
|
* move var debootstraps to make test more configurable.Junichi Uekawa2009-12-13
|
* set default to 'main' in pbuilderrcJunichi Uekawa2009-12-13
| | | | cowbuilder depends on this variable being set somewhere.
* Use stderr and prefix message with E:Loïc Minier2009-12-12
|
* Require gdebi/gdebi-core on host to resolve bdepsLoïc Minier2009-12-12
| | | | | | | Require /usr/bin/gdebi on the host to resolve build-deps using pbuilder-satisfydepends-gdebi instead of installing it in the chroot which resulted in a less minimal build env. Use proper package name in Suggests.
* Log dpkg-buildpackage command linesLoïc Minier2009-12-12
|
* Make --debbuildopts additiveLoïc Minier2009-12-12
| | | | | | Change --debbuildopts to be additive and reset the list of options to the empty list if --debbuildopts "" is passed. Update docs and add NEWS entry.
* Copy .dsc in chroot before calling gdebi; #472407Loïc Minier2009-12-12
| | | | Copy .dsc in chroot before calling gdebi; closes: #472407
* Remove tempfile at the end; should be in builddirLoïc Minier2009-12-12
| | | | | Remove tempfile at the end of the test helper function; add note that it should really be created in the build dir instead