add apt gestion
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
274ea454dd
commit
c4776d81dd
22 changed files with 1465 additions and 163 deletions
8
internal/clone/apt/config.go
Normal file
8
internal/clone/apt/config.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package apt
|
||||
|
||||
// Config describes which parts of an APT repository to mirror.
|
||||
type Config struct {
|
||||
Suite string `json:"suite"`
|
||||
Components []string `json:"components"`
|
||||
Architectures []string `json:"architectures"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue