| Commit message (Collapse) | Author | Age |
... | |
| |
| |
| |
| | |
Drop useless -o "APT::Get::AutomaticRemove=true" from dist-upgrade.
|
| |
| |
| |
| |
| |
| | |
Call "apt-get autoremove" explicitely on upgrades as
APT::GET::AutomaticRemove=true doesn't work with "apt-get dist-upgrade";
closes: ##322649.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
|
|
|
| |
(closes: 519306)
It used to rely on ',' being there, which really package maintainers
are free to insert '|' etc.
|
| |
|
| |
|
|
|
|
| |
Copies extra files to inside chroot.
|
| |
|
| |
|
|
|
|
| |
First cut into doing this, hopefully we're not breaking anything.
|
| |
|
|
|
|
|
|
| |
specified.
People don't read the manpage thoroughly, and file bugs. Add a Warning.
|
|
|
|
| |
GCC was no longer needed for determining architecture.
|
| |
|
| |
|
|
|
|
|
|
|
| |
remove etch and add squeeze logs.
sid->experimental upgrade does not work due to bug in
apt-xapian-index / aptitude interaction (#516254)
|
| |
|
|
|
|
|
| |
change distribution scripts to handle lenny release, and add test for
squeeze.
|
|
|
|
| |
Patch from Adeodato Simo.
|
|
|
|
| |
that it is understandable by Drew Parsons.
|
|
|
|
| |
remove /etc/pbuilderrc and db_purge after purge.
|
|
|
|
| |
Add /var/cache/pbuilder/build to list of directories managed by pbuilder.
|
|
|
|
|
| |
The following patch removes a superfluous new line by putting the
word `and' at the beginning of the line.
|
|
|
|
| |
cdebootstrap looks like the default, document it in pbuilder.8 manual page.
|
| |
|
|
|
|
|
|
|
|
|
| |
Package: pbuilder
Version: 0.181
Severity: normal
Tags: patch
pbuilder.1 does not exists. I assume it meant to be pbuilder.8
|
| |
|
| |
|
|
|
|
|
| |
This is useful when you have to use non-free and don't really want to
rebuild the tarball.
|
|
|
|
|
| |
This allows easier testing when package is new and not already
packaged in Debian.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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" instead of Apps/Tools; thanks Ubuntu
and Martin Pitt for the patch; closes: #504596.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
lilo is not installed by default anymore, and having it here makes a
dpkg warning every time. Good-bye!
|
|
|
|
| |
not have connection to cdn.debian.net / cdn.debian.or.jp
|
| |
|
| |
|
| |
|
| |
|
| |
|