diff options
| author | Glenn Morris | 2014-06-21 12:45:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-21 12:45:59 -0700 |
| commit | c400516ab1d827d08225ffb3e1bc1969c73cc45e (patch) | |
| tree | b16343b9e11c916c96b12ab56b6024cad91d3aff /admin/notes | |
| parent | 539ad293eb36b4cf458cbdb5a6b37f5cd1bb68a1 (diff) | |
| parent | 8047f439ec7d0bbe0085800a13bee8da883ae4dd (diff) | |
| download | emacs-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/elpa | 4 |
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 | |||
| 3 | The GNU Emacs package archive, at elpa.gnu.org, is managed using a Git | 3 | The GNU Emacs package archive, at elpa.gnu.org, is managed using a Git |
| 4 | repository named "elpa", hosted on Savannah. To check it out: | 4 | repository 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 | ||
| 11 | Changes to this branch propagate to elpa.gnu.org via a "deployment" script run | 11 | Changes to this branch propagate to elpa.gnu.org via a "deployment" script run |