Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add aptitude if pbuilder-satisfydepends uses it | Loïc Minier | 2010-01-02 |
| | | | | | Install aptitude (with no possibility to override this) if pbuilder-satisfydepends uses it; closes: 539578. | ||
* | Also drop apt from pbuilder-updatebuildenv | Loïc Minier | 2010-01-02 |
| | |||
* | .gitignore: Ignore generated files | Loïc Minier | 2010-01-02 |
| | | | | Add files generated by a dpkg-buildpackage run to .gitignore. | ||
* | Make pbuilder-satisfydepends a symlink; #448098 | Loïc Minier | 2010-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 call | Loïc Minier | 2010-01-02 |
| | |||
* | Final 0.196 changelog | Loïc Minier | 2010-01-02 |
| | |||
* | Fix testsuite to work from within pbuilder | Loïc Minier | 2010-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 Minier | 2010-01-02 |
| | |||
* | Update testsuite logs with one failure | Loïc Minier | 2010-01-02 |
| | | | | | Update testsuite logs; note that update-squeeze-sid-experimental fails due to #563049. | ||
* | debootstrap with --include=apt; for buildd variant | Loïc Minier | 2010-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.196 | Loïc Minier | 2010-01-01 |
| | |||
* | Set testsuite mirror depending on FQDN | Loïc Minier | 2010-01-01 |
| | |||
* | pdebuild: Add architecture flag; #516625 | Loïc Minier | 2009-12-30 |
| | | | | | pdebuild: add support for setting the architecture on the command-line and in pbuilderrc; closes: #516625. | ||
* | pbuilder: Add --architecture and ARCHITECTURE flag | Loïc Minier | 2009-12-30 |
| | | | | | pbuilder: add support for setting the architecture on the command-line and in pbuilderrc. | ||
* | add Loic to uploaders | Junichi Uekawa | 2009-12-30 |
| | |||
* | test_debuildopts: use relocated pbuilder; #562681 | Loïc Minier | 2009-12-27 |
| | | | | Use a relocated pbuilder setup to run test_debuildopts; closes: #562681. | ||
* | Add helpers to relocate pbuilder in testsuite | Loïc Minier | 2009-12-27 |
| | |||
* | Honor PBUILDER_ROOT and PBUILDER_*DIR vars | Loïc Minier | 2009-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 target | Loïc Minier | 2009-12-27 |
| | |||
* | 0.195 | Junichi Uekawa | 2009-12-27 |
| | |||
* | test update | Junichi Uekawa | 2009-12-27 |
| | |||
* | pbuilderrc: --variant=buildd is temporarily broken, disable. | Junichi Uekawa | 2009-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 Uekawa | 2009-12-23 |
| | |||
* | Add a hook script example to disable man-db regeneration inside chroot ↵ | gregor herrmann | 2009-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; #361362 | Loïc Minier | 2009-12-14 |
| | | | | Change default root command from sudo to sudo -E; closes: #361362 | ||
* | Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilder | Junichi Uekawa | 2009-12-14 |
|\ | |||
| * | Avoid appending extra spaces in DEBBUILDOPTS | Loïc Minier | 2009-12-14 |
| | | |||
| * | Don't fail if ~/.pbuilderrc is missing | Loïc Minier | 2009-12-14 |
| | | |||
| * | Add a testsuite for --debbuildopts parsing | Loïc Minier | 2009-12-14 |
| | | |||
* | | regenerated pot file. | Junichi Uekawa | 2009-12-14 |
|/ | |||
* | explain pbuilder git commit message style in documentation. | Junichi Uekawa | 2009-12-14 |
| | |||
* | Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilder | Junichi Uekawa | 2009-12-14 |
|\ | |||
| * | Do not mention codename of testing where possible | Loïc Minier | 2009-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 update | Junichi Uekawa | 2009-12-14 |
|/ | |||
* | fix quoting of debbuildopts to preserve original intention. | Junichi Uekawa | 2009-12-14 |
| | |||
* | Factor "exec >" + "exec 2>&1" together | Loïc Minier | 2009-12-13 |
| | |||
* | COMPONENTS is always set | Loïc Minier | 2009-12-13 |
| | | | | | Don't fallback on another COMPONENTS default, it's already set in the pbuilder defaults | ||
* | Remove bogus extra level of quoting | Loïc Minier | 2009-12-13 |
| | |||
* | Use debootstrap by default instead of cdebootstrap | Loïc Minier | 2009-12-13 |
| | |||
* | narrow down the test a bit. | Junichi Uekawa | 2009-12-13 |
| | |||
* | move var debootstraps to make test more configurable. | Junichi Uekawa | 2009-12-13 |
| | |||
* | set default to 'main' in pbuilderrc | Junichi Uekawa | 2009-12-13 |
| | | | | cowbuilder depends on this variable being set somewhere. | ||
* | Use stderr and prefix message with E: | Loïc Minier | 2009-12-12 |
| | |||
* | Require gdebi/gdebi-core on host to resolve bdeps | Loïc Minier | 2009-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 lines | Loïc Minier | 2009-12-12 |
| | |||
* | Make --debbuildopts additive | Loïc Minier | 2009-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; #472407 | Loïc Minier | 2009-12-12 |
| | | | | Copy .dsc in chroot before calling gdebi; closes: #472407 | ||
* | Remove tempfile at the end; should be in builddir | Loïc Minier | 2009-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 | ||
* | Comment out COMPONENTS as main is the default | Loïc Minier | 2009-12-11 |
| | | | | | pbuilderrc: Comment out COMPONENTS as main is already the default; list all components of Debian and Ubuntu as an example | ||
* | Update header of /usr/share/pbuilder/pbuilderrc | Loïc Minier | 2009-12-11 |
| |