Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | release 0.192 | Junichi Uekawa | 2009-11-02 | |
| | ||||
* | quote-escape debemail so that email with space can be handled properly. | Junichi Uekawa | 2009-11-02 | |
| | ||||
* | release 0.191 | Junichi Uekawa | 2009-11-02 | |
| | ||||
* | change underline position. | Junichi Uekawa | 2009-11-02 | |
| | ||||
* | Misc enhancements to sample lintian hook | Loïc Minier | 2009-09-21 | |
| | | | | | examples/B90lintian: Run lintian as pbuilder and not root and show how to not fail the build if lintian fails. | |||
* | pbuilder-buildpackage: pass -e to dpkg-bp, not -m | Loïc Minier | 2009-09-21 | |
| | | | | | pbuilder-buildpackage: pass -e to dpkg-buildpackage instead of -m; thanks Russ Allbery; closes: #546531 | |||
* | release 0.190 | Junichi Uekawa | 2009-08-26 | |
| | ||||
* | test result, mostly good. | Junichi Uekawa | 2009-08-17 | |
| | ||||
* | pass apt-get '-q' option to remove the progress. | Junichi Uekawa | 2009-08-15 | |
| | | | | It's probably not too useful when used non-interactively, and clutters output. | |||
* | install aptitude via EXTRAPACKAGES, and not hard-code. (closes: #539578) | Junichi Uekawa | 2009-08-08 | |
| | ||||
* | release 0.189 | Junichi Uekawa | 2009-07-13 | |
| | ||||
* | add a dummy changelog. | Junichi Uekawa | 2009-06-23 | |
| | ||||
* | Bump the debhelper compatibility level to 7: dh_prep instead of dh_clean -k. | Peter Pentchev | 2009-06-23 | |
| | ||||
* | Bump Standards-Version to 3.8.1 by simply honoring the nocheck build option. | Peter Pentchev | 2009-06-23 | |
| | ||||
* | add all: target in Makefile | Peter Pentchev | 2009-06-23 | |
| | ||||
* | Convert an example into a real shell script. | Peter Pentchev | 2009-06-23 | |
| | ||||
* | Split a long description line. | Peter Pentchev | 2009-06-23 | |
| | ||||
* | update GPL symlink | Junichi Uekawa | 2009-06-23 | |
| | ||||
* | Do not error out on etch apt for apt-get autoremove (closes: #531454) | Junichi Uekawa | 2009-06-19 | |
| | | | | | | | | | Just ignore the error for now. '|| true' should be removed after etch is no longer supported. There are other solutions like checking for versions, but I don't like the complexity required just to support an old version. | |||
* | 0.188 | Junichi Uekawa | 2009-05-31 | |
| | ||||
* | Declare bashisms explicit in buildall script. (closes: #530157) | Junichi Uekawa | 2009-05-31 | |
| | ||||
* | General file updates. | Junichi Uekawa | 2009-05-31 | |
| | ||||
* | Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilder | Junichi Uekawa | 2009-05-31 | |
|\ | ||||
| * | Drop useless -o APT::Get::AutomaticRemove=true | Loïc Minier | 2009-05-10 | |
| | | | | | | | | Drop useless -o "APT::Get::AutomaticRemove=true" from dist-upgrade. | |||
| * | Call apt-get autoremove on upgrades; #322649 | Loïc Minier | 2009-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 Uekawa | 2009-05-04 | |
| | | ||||
| * | 0.187 changelog | Stefan Fritsch | 2009-05-04 | |
| | | ||||
| * | Bug#520251: pbuilder: Pbuilder does not umount bindmounts when ssh ↵ | Stefan Fritsch | 2009-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 Uekawa | 2009-05-06 | |
|/ | ||||
* | handle packages line wrapping with something other than ',' in Build-Depends ↵ | Junichi Uekawa | 2009-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 Uekawa | 2009-03-13 | |
| | ||||
* | document inputfile option file location. | Junichi Uekawa | 2009-03-09 | |
| | ||||
* | implement --inputfile option. | Junichi Uekawa | 2009-03-07 | |
| | | | | Copies extra files to inside chroot. | |||
* | revised test log | Junichi Uekawa | 2009-02-26 | |
| | ||||
* | create a dummy changelog entry to specify that it is a snapshot | Junichi Uekawa | 2009-02-26 | |
| | ||||
* | refactor to use 'log' function rather than using 'echo' directly. | Junichi Uekawa | 2009-02-26 | |
| | | | | First cut into doing this, hopefully we're not breaking anything. | |||
* | add memo on apt-key | Junichi Uekawa | 2009-02-25 | |
| | ||||
* | Bug#493154: warn if --othermirror is specified and --override-config is not ↵ | Junichi Uekawa | 2009-02-24 | |
| | | | | | | specified. People don't read the manpage thoroughly, and file bugs. Add a Warning. | |||
* | #486492 gcc is not a useful dependency of pbuilder | Junichi Uekawa | 2009-02-23 | |
| | | | | GCC was no longer needed for determining architecture. | |||
* | 0.186 release | Junichi Uekawa | 2009-02-20 | |
| | ||||
* | add ignore files. | Junichi Uekawa | 2009-02-20 | |
| | ||||
* | test log update | Junichi Uekawa | 2009-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 Uekawa | 2009-02-20 | |
| | ||||
* | Lenny is released, We no longer support etch. | Junichi Uekawa | 2009-02-20 | |
| | | | | | change distribution scripts to handle lenny release, and add test for squeeze. | |||
* | Bug#514656: pbuilder: does not handle comments in debian/control correctly | Junichi Uekawa | 2009-02-11 | |
| | | | | Patch from Adeodato Simo. | |||
* | Bug#501390 make debbuildopts description in manpage more verbose such | Junichi Uekawa | 2009-02-06 | |
| | | | | that it is understandable by Drew Parsons. | |||
* | Bug#513737: after purge configuration is still there | Junichi Uekawa | 2009-02-02 | |
| | | | | remove /etc/pbuilderrc and db_purge after purge. | |||
* | Bug#513739: /var/cache/pbuilder not empty so not removed upon purge | Junichi Uekawa | 2009-02-02 | |
| | | | | Add /var/cache/pbuilder/build to list of directories managed by pbuilder. | |||
* | Bug#513359: A minor modification to pbuilder.8 (patch) | shaul Karl | 2009-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 implementation | Junichi Uekawa | 2009-01-29 | |
| | | | | cdebootstrap looks like the default, document it in pbuilder.8 manual page. |