Hello everyone,
This is probably a simple question, but I am drawing a blank right now on how to do it.
I want a single s3 website repo:
test:./
I want 2 components so I can tell different systems to ask for different packages:
testing:
qa:
I am able to use the API to push a package to the aptly server, I am able to use the API to publish that package to the local repo, (this confuses me) but I am able to then ssh in and publish update that repo to S3. (why API won't let me is confusing right now, but I will get over it).
My initial package is published to testing
The dev group says ok to the package.
I want to publish / change this package to a "qa" component.
I am not seeing how to do this in the aptly documentation.
Thanks
Joe