Debian Repository » History » Version 3
  Marc Dequènes, 2019-10-01 21:25 
  
| 1 | 1 | Marc Dequènes | h1. Debian Repository  | 
|---|---|---|---|
| 2 | |||
| 3 | 3 | Marc Dequènes | h2. Content  | 
| 4 | |||
| 5 | Since Buster we document here the reason for having custom/ported packages in this repository.  | 
||
| 6 | |||
| 7 | h3. Buster  | 
||
| 8 | |||
| 9 | |_.Packages|Reason|  | 
||
| 10 | |m2crypto|dependency for *srv_cert_tlsa_gen*|  | 
||
| 11 | |molly-guard|/2.backported "fix for Debian#914716":https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914716|  | 
||
| 12 | |usrmerge|  | 
||
| 13 | |python-acme|/3.certbot with "CNAME resolution patch":https://github.com/certbot/certbot/pull/7244|  | 
||
| 14 | |python-certbot|  | 
||
| 15 | |python-certbot-dns-rfc2136|  | 
||
| 16 | |||
| 17 | |||
| 18 | 2 | Marc Dequènes | h2. Administration  | 
| 19 | |||
| 20 | 1 | Marc Dequènes | All files are stored into */srv/www/sites/repository.duckcorp.org* (config, packages, upload zone…). The user *dc-repository* has been created to handle all the necessary tasks with only limited rights.  | 
| 21 | |||
| 22 | Regular administration is to be done using the *adm_dc-repository* script as root. This script is able to sudo and pass local configuration options to reprepro, and avoid messing with the rights.  | 
||
| 23 | |||
| 24 | For example:  | 
||
| 25 | <pre>  | 
||
| 26 | # adm_dc-repository list jessie  | 
||
| 27 | jessie|dc-net|amd64: libiksemel-dev 1.4-2+dc1  | 
||
| 28 | jessie|dc-net|amd64: libiksemel-utils 1.4-2+dc1  | 
||
| 29 | jessie|dc-net|amd64: libiksemel3 1.4-2+dc1  | 
||
| 30 | jessie|dc-net|amd64: zabbix-agent 1:2.4.6+dfsg-1+dc1  | 
||
| 31 | …  | 
||
| 32 | jessie|dc-net|i386: zabbix-agent 1:2.4.6+dfsg-1+dc1  | 
||
| 33 | …  | 
||
| 34 | jessie|dc-net|source: libiksemel 1.4-2+dc1  | 
||
| 35 | jessie|dc-net|source: zabbix 1:2.4.6+dfsg-1+dc1  | 
||
| 36 | </pre>  | 
||
| 37 | 2 | Marc Dequènes | |
| 38 | h2. Adding Contributors  | 
||
| 39 | |||
| 40 | The list of uploader is setup into */srv/www/sites/repository.duckcorp.org/htdocs/debian/conf/dc-incoming-uploaders*.  |