summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Berman <stephen.berman@gmx.net>2014-06-16 23:29:08 +0200
committerStephen Berman <stephen.berman@gmx.net>2014-06-16 23:29:08 +0200
commitc89f1288cb02c529afaa184069b94ec820f640e9 (patch)
tree6527d494b5e830ca0dba89935349d0a1e7570d45
parent4f9dc9b61df1ee2128f4e0cb9dda66860c625159 (diff)
downloademacs-c89f1288cb02c529afaa184069b94ec820f640e9.tar.gz
* notes/elpa: Use "git" instead of "bzr" in the name of machine to
clone the repository from.
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/notes/elpa4
2 files changed, 7 insertions, 2 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 71f936865c5..907068e7f3c 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-16 Stephen Berman <Stephen.Berman@gmx.net>
+
+ * notes/elpa: Use "git" instead of "bzr" in the name of machine to
+ clone the repository from.
+
2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
Include sources used to create macuvs.h.
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
The GNU Emacs package archive, at elpa.gnu.org, is managed using a Git
repository named "elpa", hosted on Savannah. To check it out:
- git clone git://bzr.sv.gnu.org/emacs/elpa
+ git clone git://git.sv.gnu.org/emacs/elpa
cd elpa
- git remote set-url --push origin git+ssh://bzr.sv.gnu.org/srv/git/emacs/elpa
+ git remote set-url --push origin git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
[create task branch for edits, etc.]
Changes to this branch propagate to elpa.gnu.org via a "deployment" script run