mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update build_system_fr.md
This commit is contained in:
parent
52fba753b7
commit
dfcfcce77a
1 changed files with 9 additions and 0 deletions
|
@ -79,3 +79,12 @@ reprepro -V -b /var/www/repo.yunohost.org/nom_du_repo/ remove megusta nom_du_paq
|
|||
reprepro -V -b /var/www/repo.yunohost.org/nom_du_repo/ includedeb megusta nom_du_paquet.deb
|
||||
```
|
||||
|
||||
### Gestion des backports
|
||||
Pour la gestion des paquets venant du dépôt backport il est possible de les intégrer rapidement dans le repo test de yunohost
|
||||
|
||||
Pour ce faire il faut ajouter le nom du paquet dans le fichier `/var/www/repo.yunohost.org/test/conf/list` puis lancer la commande
|
||||
```bash
|
||||
reprepro -V -b /var/www/repo.yunohost.org/test update megusta
|
||||
```
|
||||
Les paquets vont être télécharger et ajouté au repo `test`
|
||||
|
||||
|
|
Loading…
Reference in a new issue