For example the command aptly publish -raw=true list contains the distribution, not the name. Please rewrite all the cli.rb to use aptly publish show resource[:name] instead or you will get error messages like:
Error: Execution of 'aptly publish repo dhoppe' returned 1: ERROR: prefix/distribution already used by another published repo: ./jessie [] publishes {main: [dhoppe]}
This happens, because the exists? function does not recognize the already published repository.
For example the command
aptly publish -raw=true list
contains the distribution, not the name. Please rewrite all thecli.rb
to useaptly publish show resource[:name]
instead or you will get error messages like:This happens, because the exists? function does not recognize the already published repository.