-
Notifications
You must be signed in to change notification settings - Fork 158
Should we switch to emacsmirror/nongnu_elpa
rather than Savannah nongnu_elpa
?
#1189
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
Comments
emacsmirror/nongnu_elpa
rather than Savannah GNU ELPA?emacsmirror/nongnu_elpa
rather than Savannah nongnu_elpa
?
That seems reasonable, yes, if there's reasonable data parity between the two. For backwards compatibility and customizability, I might suggest introducing a new recipe repository name and user option, same as for GNU ELPA: Lines 124 to 132 in b89c950
|
I think a new defcustom for this should work. I think #1191 is also indirectly related to this issue. |
Would it be an acceptable first solution to fix the typo in #1147 and merge that? Non-GNU ELPA has had a lot of problems in the past two weeks and then users could switch out the repo URL for |
Sure. As a local workaround, you can also use |
The following snippet before the straight.el bootstrap section in my (custom-set-variables
'(straight-recipe-overrides '((nil
(nongnu-elpa :type git
:repo "https://github.com/emacsmirror/nongnu_elpa"
:depth (full single-branch)
:local-repo "nongnu-elpa"
:build nil)
(ws-butler :type git
:repo "https://github.com/emacsmirror/nongnu_elpa"
:branch "elpa/ws-butler"
:depth (full single-branch)
:local-repo "ws-butler"))))) ws-butler is the package that triggered this for me in the first place when it moved to NonGNU ELPA. |
This change applies radian-software/straight.el#1189 (comment) to workaround the load issues cause by bots scraping savannah.nongnu.org
This works well for me too, thanks for the suggestion. |
An alternative approach, particularly if you feel you are concerning about "overriding" something in your config. (straight-use-package
'(ws-butler :type git
:repo "https://github.com/emacsmirror/nongnu_elpa"
:branch "elpa/ws-butler"
:depth (full single-branch)
:local-repo "ws-butler")) |
Uh oh!
There was an error while loading. Please reload this page.
Savannah has recently experienced accessibility issues frequently, possibly due to frequent DDoS attacks. Consequently, we are unable to update packages or bootstrap Emacs.
Should we consider switching from
https://git.savannah.gnu.org/git/emacs/nongnu.git
tohttps://github.com/emacsmirror/nongnu_elpa.git
in thestraight-use-recipes
call when defining thenongnu-elpa
recipe inbootstrap.el
?The text was updated successfully, but these errors were encountered: