From cff6d26b49a54fee60708ee66f7c5014743edc32 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 17 Sep 2017 22:08:20 +0200 Subject: [PATCH] Note on how to rebuild manually with a shell hook --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0f81a0f..5353407 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,15 @@ Interesting note from [this page](http://tldp.org/HOWTO/html_single/Debian-Binar > >On the other hand, not every developer wants to submit his software to Debian (yet), but still wants to profit from the advantages a packaging system like 'dpkg' offers without releasing package source code. Personally I will release my freeware projects still as tar.gz files with source code etc. for all kind of platforms, while I plan to offer more and more '.deb' packages for the convenience of Debian users who just want to install and use my software. +#### Relaunching a build manually with a shell ? + +- Copy the 'shell after error' hook : `cp /usr/share/doc/pbuilder/examples/C10shell /home/vinaigrette/scripts/pbuilder/hooks/` +- cd /var/cache/rebuildd/build/ +- /home/vinaigrette/scripts/rebuildd/build-binaries stretch rspamd 1.6.4 armhf + + + + + + +