Comment by ~emacs on ~emacs/emacs
Closing this since it seems we reached some consensus here: revisit at a later time.
REPORTED
RESOLVED FIXEDComment by ~emacs on ~emacs/emacs
I made ~emacs/builds and ~emacs/emacs-builds. Use the one you prefer :)
Comment by ~emacs on ~emacs/emacs
diff --git a/slime.el b/slime.el index 8436b332..216b6ad0 100644 --- a/slime.el +++ b/slime.el @@ -60,7 +60,6 @@ ;;;; Dependencies and setup (eval-and-compile (require 'cl-lib nil t) - ;; For emacs 23, look for bundled version (require 'cl-lib "lib/cl-lib")) (eval-and-compileFWIW, if you use the markdown code block with backticks it looks like this. (from the webpage)
Comment by ~emacs on ~emacs/emacs
Great work :)
Comment by ~emacs on ~emacs/emacs
You should have rw permissions to the repo
Comment by ~emacs on ~emacs/emacs
You need a unique one, I'm afraid. I think you should be able to push with your normal user, though. Just try :)
Comment by ~emacs on ~emacs/emacs
Absolutely. I used
git clone --mirror
so all branches should be preserved. However, it is not on a cron job yet. Go ahead. Do you have the necessary permissions?