aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Make satisfydepends-aptitude, -classic relocatableLoïc Minier2010-01-05
| | | | Make pbuilder-satisfydepends-aptitude and -classic relocatable.
* Fix typo in get_build_conflicts()Loïc Minier2010-01-05
|
* Normalize and test arch specifiersLoïc Minier2010-01-05
|
* Normalize output of get_build_deps(), _conflicts()Loïc Minier2010-01-04
|
* Normalize output of get_source_control_field()Loïc Minier2010-01-04
|
* test_pbuilder-satisfydepends-funcs: test tabsLoïc Minier2010-01-04
|
* Rewrite get_control_reLoïc Minier2010-01-04
| | | | | Replace cat + awk + sed in get_control_re() with a sed script; rename the function to get_source_control_field.
* Simpler logic for inclusion of -Indep build-depsLoïc Minier2010-01-04
| | | | | | | | | Set BINARY_ARCH in pbuilder-satisfydepends-checkparams just as in pbuilder-checkparams instead of setting BC_REGEXP and BD_REGEXP and change get_build_deps and get_build_conflicts to query for Build-Deps / Build-Conflicts only, with an optional separate get_control_re call for the -Indep deps if needed. Update testsuite to also test for build-deps-indep.
* Drop obsolete commentLoïc Minier2010-01-04
|
* Drop useless get_control_re() control argLoïc Minier2010-01-04
|
* package_versions(): drop useless subshellLoïc Minier2010-01-04
| | | | | | package_versions(): drop useless subshell; pipes are already run in a subshell. Also add LC_ALL=C for consistency when parsing output of commands.
* package_versions, candidate_version(): cleanup reLoïc Minier2010-01-04
| | | | package_versions(), candidate_version(): cleanup regexp
* Stop intalling ccache sample configLoïc Minier2010-01-04
|
* Add get_build_deps() and get_build_conflicts()Loïc Minier2010-01-04
| | | | | Add get_build_deps() and get_build_conflicts() functions wrapping get_control_re() for BD_REGEXP and BC_REGEXP over DEBIAN_CONTROL.
* Drop useless function keywordLoïc Minier2010-01-04
|
* test_pbuilder-satisfydepends-funcs: fix typosLoïc Minier2010-01-04
|
* trap exit to run a cleanup() functionLoïc Minier2010-01-04
| | | | | | test_pbuilder-satisfydepends-funcs: trap exit to run a cleanup() function; this avoid leaving files behind if the script is killed at the wrong time.
* Rename CONTROL to DEBIAN_CONTROLLoïc Minier2010-01-04
| | | | | test_pbuilder-satisfydepends-funcs: Rename CONTROL to DEBIAN_CONTROL as to use the same var for all get_control_re calls.
* Revert "pbuilderrc: --variant=buildd is temporarily broken, disable."Loïc Minier2010-01-04
| | | | | | | | This reverts commit c4ab4315db070188f3d35701579188674787aa0c. apt does not have to be Build-Essential: yes since e.g. sbuild installs packages with host tools and installation of build-deps does not need to happen with build-essential packages anyway. Installation of apt was fixed in 4a573bcd0d272747c2020071f29570668f81a249.
* Move ccache setup to pbuilder-buildpackage-funcsLoïc Minier2010-01-03
|
* Don't quote PBUILDERROOTCMD; #563209Loïc Minier2010-01-02
| | | | | | debuild-pbuilder: Don't quote PBUILDERROOTCMD as it's typically a command with arguments such as "su -p" or "sudo -E"; thanks Osamu Aoki; see #563209.
* debuild-pbuilder.1: update sample output; #563209Loïc Minier2010-01-02
| | | | | debuild-pbuilder.1: update sample output of debuild-pbuilder to match current code; thanks Osamu Aoki; closes: 563209.
* Add builtin ccache support, enabled by defaultLoïc Minier2010-01-02
| | | | | | | | | Add builtin support for using ccache in pbuilder and enable it by default. Ship a new /var/cache/pbuilder/ccache dir and bind-mount and chown it to BUILDUSERID at build time. Install/remove ccache automatically on create/update if CCACHEDIR is set/unset. Update docs and remove old ccache config example. Add a NEWS entry featuring the change.
* Remove aptitude with apt-get install aptitude-Loïc Minier2010-01-02
| | | | | Remove aptitude with apt-get install aptitude- and note that we should use apt-get to remove REMOVEPACKAGES in the future.
* 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.