Hello,
I have the following mirrors:
with the following snapshots:
The problem is when i publish these 2 snapshots using the following commands:
- aptly publish snapshot debian-wheezy-security with the output:
Snapshot debian-wheezy-security has been successfully published.
Because of publishing with the name wheezy/updates the second snapshot cannot be published the same way:
- aptly publish snapshot debian-wheezy-updates
on the second command i have the following error:
ERROR: prefix/distribution already used by another published repo: ./wheezy-updates [amd64, i386, source] publishes {main: [debian-wheezy-security]: Snapshot from mirror [debian-wheezy-security]:
http://security.debian.org/ wheezy/updates [src]}
which is normally.
How can i fix this in order to publish both snapshots, except from adding different prefixes when publishing them ?
Thank you.