Update README

This commit is contained in:
Kay0u 2021-01-27 23:02:56 +01:00
parent 4f2309a1c2
commit c79914d88d
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -81,12 +81,23 @@ Interesting note from [this page](http://tldp.org/HOWTO/html_single/Debian-Binar
- To make it happy, you can use the undocumented `removesrc` feature : - To make it happy, you can use the undocumented `removesrc` feature :
``` ```
# From the folder /var/www/repo/debian
reprepro removesrc <codename> <source-package-names> [<source-version>] reprepro removesrc <codename> <source-package-names> [<source-version>]
# For instance # For instance
reprepro removesrc stretch yunohost-admin 3.0.0+201804281857 reprepro removesrc stretch yunohost-admin 3.0.0+201804281857
``` ```
#### Removing a deb package from the repo
```
reprepro remove <codename> <package>
# For instance, from anywhere
reprepro -Vb /var/www/repo/debian remove buster python3-miniupnpc
```
(`-Vb /var/www/repo/debian` is where the repo is stored)
### What do I do if a job crashed for some weird reason ? ### What do I do if a job crashed for some weird reason ?
Sometimes build crash for random reason and just relaunching them fixes the Sometimes build crash for random reason and just relaunching them fixes the