Commands aptly repo move, copy, import.

This commit is contained in:
Andrey Smirnov
2014-02-27 17:10:28 +04:00
parent 0549db6833
commit a08cbc2edc
5 changed files with 242 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func aptlySnapshotCreate(cmd *commander.Command, args []string) error {
return fmt.Errorf("unable to create snapshot: %s", err)
}
} else if len(args) == 4 && args[1] == "from" && args[2] == "repo" {
// aptly snapshot create snap from repo mirror
// aptly snapshot create snap from repo repo
localRepoName, snapshotName := args[3], args[0]
localRepoCollection := debian.NewLocalRepoCollection(context.database)