aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorGlenn Morris2014-06-21 12:45:59 -0700
committerGlenn Morris2014-06-21 12:45:59 -0700
commitc400516ab1d827d08225ffb3e1bc1969c73cc45e (patch)
treeb16343b9e11c916c96b12ab56b6024cad91d3aff /admin/notes
parent539ad293eb36b4cf458cbdb5a6b37f5cd1bb68a1 (diff)
parent8047f439ec7d0bbe0085800a13bee8da883ae4dd (diff)
downloademacs-c400516ab1d827d08225ffb3e1bc1969c73cc45e.tar.gz
emacs-c400516ab1d827d08225ffb3e1bc1969c73cc45e.zip
Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/elpa4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/notes/elpa b/admin/notes/elpa
index 469a0ca8bd1..39226044a91 100644
--- a/admin/notes/elpa
+++ b/admin/notes/elpa
@@ -3,9 +3,9 @@ NOTES ON THE EMACS PACKAGE ARCHIVE
3The GNU Emacs package archive, at elpa.gnu.org, is managed using a Git 3The GNU Emacs package archive, at elpa.gnu.org, is managed using a Git
4repository named "elpa", hosted on Savannah. To check it out: 4repository named "elpa", hosted on Savannah. To check it out:
5 5
6 git clone git://bzr.sv.gnu.org/emacs/elpa 6 git clone git://git.sv.gnu.org/emacs/elpa
7 cd elpa 7 cd elpa
8 git remote set-url --push origin git+ssh://bzr.sv.gnu.org/srv/git/emacs/elpa 8 git remote set-url --push origin git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
9 [create task branch for edits, etc.] 9 [create task branch for edits, etc.]
10 10
11Changes to this branch propagate to elpa.gnu.org via a "deployment" script run 11Changes to this branch propagate to elpa.gnu.org via a "deployment" script run