Publish same package to multiple repositories #342
Labels
No Label
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 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#342
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The usecase for this would be creating specialized repositories (e.g. a Vieter repository), while still using my main
bur
repository 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.