Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC]/[feature request] Allow multiple urls for the same repository? #284

Open
guest20 opened this issue Jan 3, 2023 · 0 comments
Open

Comments

@guest20
Copy link

guest20 commented Jan 3, 2023

As a dev with trust issues I want to be able to specify multiple urls for the same git repo, so that I can still update my config when github is down.

for example, one can ask gitlab to maintain a mirror of a git repo hosted elsewhere, so something like:

targetConfigs:
- url: 
    - http://github.com/example/fetchit-config
    - http://gitlab.com/example_mirror/fetchit-config

... would allow me to push patches/PRs at the github version under normal circumstances, and (as long as gitlab keeps my mirror up to date) my host(s) can just use the gitlab mirror if github forget to pay their aws bills, some jerk ddos's them, or I delete my account on accident...

This might also be good if one's host(s) each maintain a regularly updating git clone --bare that can be referred to with a file:// url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant