aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Drop useless -o APT::Get::AutomaticRemove=trueLoïc Minier2009-05-10
| | | | | | | | Drop useless -o "APT::Get::AutomaticRemove=true" from dist-upgrade.
| * Call apt-get autoremove on upgrades; #322649Loïc Minier2009-05-10
| | | | | | | | | | | | Call "apt-get autoremove" explicitely on upgrades as APT::GET::AutomaticRemove=true doesn't work with "apt-get dist-upgrade"; closes: ##322649.
| * add a note that debian/changelog should not be edited.Junichi Uekawa2009-05-04
| |
| * 0.187 changelogStefan Fritsch2009-05-04
| |
| * Bug#520251: pbuilder: Pbuilder does not umount bindmounts when ssh ↵Stefan Fritsch2009-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connection dies Package: pbuilder Version: 0.181 Severity: important When pbuilder is executed over ssh and the ssh connection dies, it won't umount bind mounts and won't clean up the build dir. Unfortunately, cowbuilder WILL cleanup the build dir, wiping all bind mounts. The execution order is like this: ssh -> sudo -> cowbuilder -> pbuilder Because of the sudo, the SIGHUP will not be delivered to pbuilder. However, pbuilder will get SIGPIPE when writing to stdout or stderr. In addition, even when SIGPIPE is ignored, a write to stdout will give EPIPE, which causes echo to return with an error. Therefore, you - need to catch sigpipe in addition to sighup - need to ignore sigpipe and sighup in the cleanup handler - need to set +x in the cleanup handler to avoid exiting just because echo returns an error. The attached patch works for me but I have only edited pbuilder-buildpackage and not the other commands.
* | remove git-tag from here.Junichi Uekawa2009-05-06
|/
* handle packages line wrapping with something other than ',' in Build-Depends ↵Junichi Uekawa2009-03-16
| | | | | | | (closes: 519306) It used to rely on ',' being there, which really package maintainers are free to insert '|' etc.
* expand test and add comments for get_control_re.Junichi Uekawa2009-03-13
|
* document inputfile option file location.Junichi Uekawa2009-03-09
|
* implement --inputfile option.Junichi Uekawa2009-03-07
| | | | Copies extra files to inside chroot.
* revised test logJunichi Uekawa2009-02-26
|
* create a dummy changelog entry to specify that it is a snapshotJunichi Uekawa2009-02-26
|
* refactor to use 'log' function rather than using 'echo' directly.Junichi Uekawa2009-02-26
| | | | First cut into doing this, hopefully we're not breaking anything.
* add memo on apt-keyJunichi Uekawa2009-02-25
|
* Bug#493154: warn if --othermirror is specified and --override-config is not ↵Junichi Uekawa2009-02-24
| | | | | | specified. People don't read the manpage thoroughly, and file bugs. Add a Warning.
* #486492 gcc is not a useful dependency of pbuilderJunichi Uekawa2009-02-23
| | | | GCC was no longer needed for determining architecture.
* 0.186 releaseJunichi Uekawa2009-02-20
|
* add ignore files.Junichi Uekawa2009-02-20
|
* test log updateJunichi Uekawa2009-02-20
| | | | | | | remove etch and add squeeze logs. sid->experimental upgrade does not work due to bug in apt-xapian-index / aptitude interaction (#516254)
* revise documentation for obvious changes for lenny release, and squeeze updates.Junichi Uekawa2009-02-20
|
* Lenny is released, We no longer support etch.Junichi Uekawa2009-02-20
| | | | | change distribution scripts to handle lenny release, and add test for squeeze.
* Bug#514656: pbuilder: does not handle comments in debian/control correctlyJunichi Uekawa2009-02-11
| | | | Patch from Adeodato Simo.
* Bug#501390 make debbuildopts description in manpage more verbose suchJunichi Uekawa2009-02-06
| | | | that it is understandable by Drew Parsons.
* Bug#513737: after purge configuration is still thereJunichi Uekawa2009-02-02
| | | | remove /etc/pbuilderrc and db_purge after purge.
* Bug#513739: /var/cache/pbuilder not empty so not removed upon purgeJunichi Uekawa2009-02-02
| | | | Add /var/cache/pbuilder/build to list of directories managed by pbuilder.
* Bug#513359: A minor modification to pbuilder.8 (patch)shaul Karl2009-01-29
| | | | | The following patch removes a superfluous new line by putting the word `and' at the beginning of the line.
* Bug#513316: Document the default debootstrap implementationJunichi Uekawa2009-01-29
| | | | cdebootstrap looks like the default, document it in pbuilder.8 manual page.
* Bug#513359: pbuilderrc.5: Some more corrections?shaul Karl2009-01-29
|
* Bug#513359: pbuilderrc.5 mentions pbuilder.1, which does not existsshaul Karl2009-01-29
| | | | | | | | | Package: pbuilder Version: 0.181 Severity: normal Tags: patch pbuilder.1 does not exists. I assume it meant to be pbuilder.8
* 0.185 release.Junichi Uekawa2009-01-24
|
* add PDEBUILD_PBUILDER example to use cowbuilderOtavio Salvador2009-01-20
|
* A Hook to add Non-free distribution to sources.list.Junichi Uekawa2009-01-12
| | | | | This is useful when you have to use non-free and don't really want to rebuild the tarball.
* improve B92test-pkg: Allow satisfying dependency inside chroot.Junichi Uekawa2008-11-30
| | | | | This allows easier testing when package is new and not already packaged in Debian.
* start 0.185Junichi Uekawa2008-11-27
|
* use git tag instead of git-tagJunichi Uekawa2008-11-27
|
* release 0.184Junichi Uekawa2008-11-27
|
* [INTL:sv] Swedish strings for pbuilder debconf (closes: #506595)Martin Bagge2008-11-26
|
* Downgrade cowdancer to Suggests; closes: #504594Loïc Minier2008-11-06
| | | | | | Downgrade cowdancer to Suggests: as Recommends: are a bit too strong when pbuilder works fine in tarball mode; thanks Ubuntu and Martin Pitt; closes: 504594.
* Nicer comments in pbuilderrc; closes: #504599Loïc Minier2008-11-06
| | | | | | | | Improve comments to add an explanation header that the new /etc/pbuilderrc uses the default values from /usr/share/pbuilder/pbuilderrc in pbuilder.config-generated pbuilderrc; thanks Ubuntu, Michael Vogt, and Martin Pitt for the patch; closes: #504599.
* Set doc-base Section to "Debian"; closes: #504596Loïc Minier2008-11-06
| | | | | Set doc-base Section to "Debian" instead of Apps/Tools; thanks Ubuntu and Martin Pitt for the patch; closes: #504596.
* git-snapshot header added.Junichi Uekawa2008-10-01
|
* release 0.183Junichi Uekawa2008-10-01
|
* Dereference symlinks when copying hooks. (closes: #499358)Ben Finney2008-09-28
| | | | | | | | | | | | | I keep a number of different hooks in my $HOME/.pbuilder/hooks/ directory, and some are symlinks to files outside that directory. When 'pbuilder-runhooks' copies the hooks, it copies them without dereference, which fails inside the chroot since the referenced files are not found. The attached patch, generated using 'git format-patch', fixes this by using the '-L' ('--dereference') option to 'cp' when copying the hook files into the pbuilder chroot.
* REMOVEPACKAGES="", thanks to Sven Joachim (closes: #500002)Junichi Uekawa2008-09-28
| | | | | lilo is not installed by default anymore, and having it here makes a dpkg warning every time. Good-bye!
* use my local approx mirror for testing, since Argentina Debconf place does ↵Junichi Uekawa2008-08-12
| | | | not have connection to cdn.debian.net / cdn.debian.or.jp
* add snapshot banner using git-dch --snapshotJunichi Uekawa2008-08-12
|
* change pbuilder-testsuite to make pbuilder update etc. run without cowdancer.Junichi Uekawa2008-08-12
|
* added test things to --echo as well.Junichi Uekawa2008-08-12
|
* create 0.182 changelogJunichi Uekawa2008-08-12
|
* update of test logJunichi Uekawa2008-08-12
|