mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Note on how to rebuild manually with a shell hook
This commit is contained in:
parent
8e4e8b0206
commit
cff6d26b49
1 changed files with 12 additions and 0 deletions
12
README.md
12
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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue