-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Transfer releases.clojars.org to disk #424
Comments
I think the approach here would be:
I've written a script for pulling down the repo that is idempotent, and am running it now. We can run it again after disabling promotions to get any artifacts promoted between now and then. |
Since the classic repo is a superset of the releases repo, we don't need to copy the releases repo after all - we should be able to just point the releases.clojars.org cname at clojars.org. And if we drop promoting (see #415), we don't need to modify the promotion code at all - we can just delete it. |
This is pretty much done, I just need to finish updating DNS (which has been impacted by the linode DDoS). |
Done - promotion is now disabled, and |
The repo is currently under @ato's AWS account - we should pull it down to the local disk until we figure out where it will live next. This requires:
The text was updated successfully, but these errors were encountered: