diff options
| author | Stephen Berman | 2014-06-16 23:29:08 +0200 |
|---|---|---|
| committer | Stephen Berman | 2014-06-16 23:29:08 +0200 |
| commit | c89f1288cb02c529afaa184069b94ec820f640e9 (patch) | |
| tree | 6527d494b5e830ca0dba89935349d0a1e7570d45 /admin/notes | |
| parent | 4f9dc9b61df1ee2128f4e0cb9dda66860c625159 (diff) | |
| download | emacs-c89f1288cb02c529afaa184069b94ec820f640e9.tar.gz emacs-c89f1288cb02c529afaa184069b94ec820f640e9.zip | |
* notes/elpa: Use "git" instead of "bzr" in the name of machine to
clone the repository from.
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 |