Command aptly db cleanup.

This commit is contained in:
Andrey Smirnov
2014-02-12 15:29:18 +04:00
parent 62ea87dc6c
commit bd89d7c62e
3 changed files with 169 additions and 2 deletions
+3 -2
View File
@@ -27,11 +27,12 @@ repositories, filter them, merge, upgrade individual packages,
take snapshots and publish them back as Debian repositories.`,
Flag: *flag.NewFlagSet("aptly", flag.ExitOnError),
Subcommands: []*commander.Command{
makeCmdDb(),
makeCmdGraph(),
makeCmdMirror(),
makeCmdServe(),
makeCmdSnapshot(),
makeCmdPublish(),
makeCmdServe(),
makeCmdGraph(),
makeCmdVersion(),
},
}