aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* use my approx mirror instead of whatever else, so that I don't need to ↵Junichi Uekawa2008-08-12
| | | | reconfigure here every time I play with it.
* change output of testsuite to be less verbose.Junichi Uekawa2008-08-11
|
* run the unit-tests in makefile make checkJunichi Uekawa2008-08-11
|
* Reorder command-line options, and add error check so that things are better ↵Junichi Uekawa2008-08-11
| | | | | | | checked. --internal-chrootexec "${CHROOTEXEC}" --chroot "${BUILDPLACE}" will always override --internal-chrootexec command, --chroot "${BUILDPLACE}" --internal-chrootexec "${CHROOTEXEC}" is better.
* implement a bash functional unit-testing testsuite, testlib.Junichi Uekawa2008-08-11
|
* [INTL:es] Spanish translation for po-debconf template (closes: #493649)Ignacio Mondino2008-08-05
|
* Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilderJunichi Uekawa2008-07-12
|\
| * Pass APT::Install-Recommends=false to gdebi when possibleLoïc Minier2008-06-27
| | | | | | | | | | Check whether gdebi support the --version flag and that the version is >= 0.3.9 in which case pass -o APT::Install-Recommends=false to gdebi.
| * Wrap build-deps, deps, and uploaders to get cleaner diffs.Loïc Minier2008-06-27
| |
| * Suggest gdebi; closes: #488314.Loïc Minier2008-06-27
| |
| * Pass -s to dh_* instead of checking dpkg-architecture and using -aLoïc Minier2008-06-27
| |
| * Cleanup rulesLoïc Minier2008-06-27
| |
| * pbuilder-buildpackage-funcs: always pass chroot to satisfydependsLoïc Minier2008-06-27
| | | | | | | | | | Always pass --chroot to the pbuilder-satisfydepends; particulary useful for pbuilder-satisfydepends-aptitude and -gdebi.
| * Drop build-dep on rootstrap; only used at runtimeLoïc Minier2008-06-27
| |
| * pdebuild: Move "$@" to end of "arg chain" for PDEBUILD_BUILDER callsLoïc Minier2008-06-27
| | | | | | | | | | | | Move "$@" to end of "arg chain" for PDEBUILD_BUILDER calls as to allow a "--buildresult" flag to override the one passed to pbuilder; thanks Michael Vogt; Launchpad #129586.
| * pbuilder-satisfydepends-gdebi: add "--force-yes" to apt-get callLoïc Minier2008-06-27
| | | | | | | | | | Add "--force-yes" to generated apt-get call, consistent with other apt-get calls; thanks Michael Vogt; Launchpad #123068.
| * UNRELEASED snapshot bannerLoïc Minier2008-06-27
| |
* | updated japanese documentation ja.poJunichi Uekawa2008-07-01
|/ | | | fix commit broken by merge.
* merge conflictJunichi Uekawa2008-06-27
|\
| * release 0.181Junichi Uekawa2008-05-24
| |
| * Finnish translation of the debconf templates (closes: #482108)Esko Arajärvi2008-05-24
| |
| * Catalan debconf templates translation update (closes: #481930)Jordà Polo2008-05-24
| |
| * Basque translation (closes: #481842)xabier bilbao2008-05-24
| |
| * Russian debconf templates translation (closes: #481711)Yuri Kozlov2008-05-24
| |
| * Czech translation of pbuilder debconf messages (closes: #481627)Miroslav Kure2008-05-24
| |
| * Galician debconf template translation (closes: #481118)Jacobo Tarrio2008-05-24
| |
| * unreleased snapshot bannerJunichi Uekawa2008-05-12
| |
| * documentation .po files changed.Junichi Uekawa2008-05-12
| |
| * release 0.180Junichi Uekawa2008-05-12
| |
| * add po4a build-dependency (closes: #480633)Junichi Uekawa2008-05-11
| | | | | | | | thanks to Christian Perrier <bubulle@debian.org>.
* | update japanese po translation.Junichi Uekawa2008-06-27
|/
* lvmpbuilder is not complete in the binary packages (closes: #475363)Sylvain Beucler2008-05-08
| | | | | The target directory was not created, and files were copied to a file lvmpbuilder/lib.
* pbuilder: html doc enhancement (closes: #478021)Sandro Tosi2008-05-08
| | | | | Fix some typo, correct some highlighting in "code" and some stuffa round for html doc.
* umount on failed bind-mount (closes: #474771)Junichi Uekawa2008-04-29
| | | | | | | | | | | Special-case bind-mounting points since it might result in user-data loss when pbuilder clean is ran. When multiple bind-mount points are specified in command-line options, and one of them failed to mount, not all of them were umounted in clean-up. That is now fixed.
* [INTL:de] initial German debconf translation (closes: #475046)Junichi Uekawa2008-04-09
|
* pbuilder: French debconf templates translation (closes: #474567)Junichi Uekawa2008-04-09
|
* pbuilder: [INTL:pt] Portuguese translation for debconf messages (closes: 473825)Junichi Uekawa2008-04-06
|
* typo, double-semicolon, pleaseJunichi Uekawa2008-03-31
|
* --create with --basetgz will not fail file does not exist (closes: #451835)Junichi Uekawa2008-03-30
| | | | | | --basetgz expects an existing file except for when 'create'-ing. 'create' was special-cased, but '--create' wasn't. Special-case both.
* annotate how I manage git-dch here so that I don't forget.Junichi Uekawa2008-03-29
|
* open up 0.180Junichi Uekawa2008-03-29
|
* release0.179Junichi Uekawa2008-03-29
|
* Only use ftp or http as a default source URIEddy Petrișor2008-03-18
| | | | | | | | Although https, debtorrent, rsh, ssh and cdrom could be also used, they need special preparation in the pbuilder environment and will not work with a default installation made via *debootstrap. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
* Remove any reference to postinst from the config scriptEddy Petrișor2008-03-18
| | | | Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
* it's a config script, not a postinst.Junichi Uekawa2008-03-15
|
* add reconfigure target.Junichi Uekawa2008-03-15
|
* postinst contains dummy call to debconf so that installing through dpkg will ↵Junichi Uekawa2008-03-15
| | | | call debconf pbuilder.config script
* move set -e before sourcing anything in scriptJunichi Uekawa2008-03-15
|
* move pbuilder.postinst to pbuilder.configJunichi Uekawa2008-03-15
|
* s/ftp.d.o/cdn.d.n/ for non-interactive installs, tooEddy Petrișor2008-03-06
| | | | Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>