mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Update README
This commit is contained in:
parent
4f2309a1c2
commit
c79914d88d
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue