Publish same package to multiple repositories #342
Labels
No labels
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#342
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The usecase for this would be creating specialized repositories (e.g. a Vieter repository), while still using my main
burrepository for all my packages. Instead of building these packages twice, and adding a target once for each repository, a target could instead specify multiple repositories, with the resulting packages being published to each of these repositories. This could be achieved by moving the uploading of built package archives to a separate API route.Now that I think of it, if we're moving this to another API route, we might as well change it so an agent doesn't need to know what repository it needs to publish a package to. It could simply provide the job ID, and the server would know where the packages should go.