aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* buildpackage: umount as the very last option, due keeping the bindmounts ↵Mattia Rizzolo2015-11-22
| | | | | | while executing the hooks Closes: #805552
* updatebuildenv: correctly detect if debdelta is availableMattia Rizzolo2015-11-18
| | | | Closes: #805392
* pbuilder: clean: use `rm -f` when removing APTCACHE/*, so we don't fail when ↵Mattia Rizzolo2015-11-15
| | | | | | there is nothing in it Closes: #607607
* update changelogMattia Rizzolo2015-11-15
|
* add an empty POT file in the documentation directory, to ease the work of ↵Mattia Rizzolo2015-11-15
| | | | | | translators Closes: #629947
* modules: copy /etc/resolv.conf from the host only when USENETWORK=yesMattia Rizzolo2015-11-15
| | | | Closes: #753944
* pdebuild-checkparams: exit 0 after printing the help if --help is requested ↵Mattia Rizzolo2015-11-15
| | | | | | (as pbuilder Gbp-Dch: Ignore
* pbuilder: add an (undocumented) --help operation. Exit 0 if the help was ↵Mattia Rizzolo2015-11-15
| | | | requested
* modules: short the --help output and point to the manual pagesMattia Rizzolo2015-11-15
|
* only set Changed-By to --binnmu-maintainer in .changesAndreas Beckmann2015-11-15
| | | | do not override Maintainer
* add "binary-only=yes" mark to the binNMU changelogAndreas Beckmann2015-11-15
|
* modules: style improvments to binNMU()Mattia Rizzolo2015-11-15
| | | | | | | | | * use `dpkg-parsechangelog -S $field` to get info from the changelog, instead of sedding it (dep on dpkg-dev >= 1.7.0) * use log.[ew] instead of plain echo * use cat > $tmpcl << EOF instead of that list of echo * use mktemp to create the temporary changelog, instead of fixing on one filename * add a lot of quotes
* add binNMU supportLuca Falavigna2015-11-15
| | | | Closes: #683848
* checkparams: override "experimental" DISTRIBUTION only for the create and ↵Mattia Rizzolo2015-11-15
| | | | update target
* whitespaces normalizingMattia Rizzolo2015-11-15
| | | | Gbp-Dch: Ignore
* make the output level configurable through LOGLEVEL (--loglevel)Mattia Rizzolo2015-11-15
| | | | | | valid values are D/I/W/E Closes: #490184
* use log.e() instead of log()Mattia Rizzolo2015-11-15
|
* use log.w() instead of log()Mattia Rizzolo2015-11-15
|
* use log.i() instead of log()Mattia Rizzolo2015-11-15
|
* t/pbuilder-modules: also test the expected stderrMattia Rizzolo2015-11-15
|
* t/testlib: add a expect_stderr(), to explicitely test stderrMattia Rizzolo2015-11-15
|
* modules: add 3 log.{i,w,e} functions to be used instead of log()Mattia Rizzolo2015-11-15
|
* pdebuild: make debsign work if only a source build was perfomed and only ↵Mattia Rizzolo2015-11-12
| | | | | | | _source.changes is available Thanks: Marcin Kulisz <marcin@bashton.com> for the original patch Closes: #804905
* {create,update}buildenv: consider APTGETOPT also when running apt-get updateMattia Rizzolo2015-11-12
|
* doc/Makefile: make the build reproducible by using a fixed temp dir to build ↵Reiner Herrmann2015-11-10
| | | | | | the pdf Closes: #804729
* open new changelog entryMattia Rizzolo2015-11-10
|
* update changelogMattia Rizzolo2015-11-10
|
* pdebuild: hack dpkg-buildpackage invocation to remove the -g/-G/-b/etc flags ↵Mattia Rizzolo2015-11-10
| | | | | | also when they are surrounded by quotes Thanks: Tomasz Buchert for the regex
* pdebuild: hack dpkg-buildpackage command to remove a possible '-g' or '-G' ↵Mattia Rizzolo2015-11-09
| | | | | | | when building the source package Closes: #802800 Thanks: Guido Günther <agx@sigxcpu.org> for the first patch
* use relative sources where possibleMattia Rizzolo2015-11-01
| | | | | | | | | | This way it's a lot easier to test stuff without actually installing it Use BASH_SOURCE, which contains the path of the current script being executed. BASH_SOURCE is clearly a bashism, but it's cheaper than using dirname(1). Thanks to Gianfranco Costamagna for noticing how this bit could have be improved. Gbp-Dch: Short
* no need to load runhooks anymore now that it's all handled in -modulesMattia Rizzolo2015-10-28
| | | | Gbp-Dch: ignore
* update changelogMattia Rizzolo2015-10-28
|
* pbuilder-modules: change the pbuilder-runhooks source directory to be relativeGianfranco Costamagna2015-10-28
| | | | | | We can assume they are always in the same directory. This fixes the testsuite when run in a clean environment without pbuilder itself installed.
* buildpackage: also set the value of BUILD_HOME in the chroot passwdMattia Rizzolo2015-10-23
| | | | | | | This is a follow-up commit of a60fed7f9f773368c1adcf0f0784972889dd728a Thanks: Paul Wise for noticing Gbp-Dch: Ignore
* B20aupkgtest: Don't quote path to autopkg test dirGuido Günther2015-10-19
| | | | | | otherwise we're not expaning the "*" Closes: #802379
* update changelogMattia Rizzolo2015-10-15
|
* debian/gbp.conf: add to avoid commit hash in the changelog here (since I ↵Mattia Rizzolo2015-10-15
| | | | | | want them in my other packages) Gbp-Dch: Ignore
* uml: stop networking before quitting, so that the whole thing can exit properlyMattia Rizzolo2015-10-15
| | | | | Closes: #416918 Thanks: Paul TBBle Hampson <Paul.Hampson@Pobox.com> for the patch
* pbuilder-buildpackage: only override HOME during dpkg-buildpackage invocationMattia Rizzolo2015-10-14
|
* New config: BUILD_HOME, to be able to set the value of HOME while building. ↵Mattia Rizzolo2015-10-14
| | | | | | | | Default it to /nonexistent to prevent builds from writing to /home. This reverts what was done for #170762 Closes: #441052
* debian/control: let pbuilder-uml replace pbuilder (= 0.217) so it is able to ↵Mattia Rizzolo2015-10-14
| | | | | | | | | | | | | | take over a file wrongly placed on pbuilder due to #800416 After a discussion on the debian-devel mailing list this was the really the only possible sane action. Trying to delete it in some maintainer script would be insane to try catching the varius possible corner cases. Also, this bug affects only users of pbuilder 0.217, the odds you ever installed that version are quite slim, give that 0.218 appeared on the archives less than 24 hours later. Closes: #800769 Gbp-Dch: Short
* add hook type I: it runs after successfully build a package, after copying ↵Mattia Rizzolo2015-10-13
| | | | | | back the build results Closes: #652527
* add hook type H: they run just after unpacking the chroot, for every target.Mattia Rizzolo2015-10-13
| | | | Closes: #800757
* always load hooks just after extracting the build place, and unload them ↵Mattia Rizzolo2015-10-13
| | | | | | | | when cleaning up So, no need to load&run&unload everywhere as it is now. Gbp-Dch: Short
* pbuilder-runhooks: let unloadhooks don't fail if there are no hooks loadedMattia Rizzolo2015-10-13
| | | | | This way we can call it also when hooks are not actually loaded or two times in a row without fear the result.
* pbuilder-modules: normalize whitespacesMattia Rizzolo2015-10-13
| | | | Gbp-Dch: Ignore
* pbuilder-runhooks: normalize whitespacesMattia Rizzolo2015-10-13
| | | | Gbp-Dch: Ignore
* t/test_pbuilder-apt-config: remove temporary file at the end of the testMattia Rizzolo2015-10-13
|
* debian/pbuilder-test: remove, fully replaced by autopkgtestMattia Rizzolo2015-10-13
|
* debian/tests: add an autopkgtest running the unit testsMattia Rizzolo2015-10-13
|