mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Add tip regarding including a custom .deb in our repo
This commit is contained in:
parent
483603003c
commit
c245f996d0
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -19,6 +19,21 @@ The build chain relies on `sbuild`, a wrapper tool for building the `.deb`, and
|
||||||
5. ???
|
5. ???
|
||||||
6. PROFIT!
|
6. PROFIT!
|
||||||
|
|
||||||
|
Including a .deb from an external source
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
For example with rspamd :
|
||||||
|
|
||||||
|
1. Obtain the .deb from some other source (possibly for different architectures)
|
||||||
|
|
||||||
|
2. Include it in the repo (tweak the `--component`, `--architecture`, distname, ... if needed)
|
||||||
|
|
||||||
|
```
|
||||||
|
reprepro --component testing --architecture armhf -Vb /var/www/repo/debian includedeb bullseye remote-deb/rspamd_3.2-1~bpo11+1_armhf.deb
|
||||||
|
reprepro --component testing --architecture arm64 -Vb /var/www/repo/debian includedeb bullseye remote-deb/rspamd_3.2-1~bpo11+1_arm64.deb
|
||||||
|
reprepro --component testing --architecture amd64 -Vb /var/www/repo/debian includedeb bullseye remote-deb/rspamd_3.2-1~bpo11+1_amd64.deb
|
||||||
|
reprepro --component testing --architecture i386 -Vb /var/www/repo/debian includedeb bullseye remote-deb/rspamd_3.2-1~bpo11+1_i386.deb
|
||||||
|
```
|
||||||
|
|
||||||
Troubleshooting
|
Troubleshooting
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in a new issue