]> code.delx.au - gnu-emacs-elpa/commitdiff
* README: Explain how to run the repo build script.
authorTed Zlatanov <tzz@lifelogs.com>
Thu, 25 Nov 2010 09:30:27 +0000 (03:30 -0600)
committerTed Zlatanov <tzz@lifelogs.com>
Thu, 25 Nov 2010 09:30:27 +0000 (03:30 -0600)
ChangeLog
README

index fa0f3278b669ecd462265838fd52a020389a33fb..9f619c576ee81decb484b9613c1437ad90aaa9e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-11-25  Teodor Zlatanov  <tzz@lifelogs.com>
 
+       * README: Explain how to run the repo build script.
+
        * admin/org-synch.el (org-synch): Take a package filename
        parameter instead of guessing the package name.  Extract the date
        as a fixed substring and do sanity checking on it.
diff --git a/README b/README
index 891cc4318e87120b3638e2cc775afb25411a95dc..2fa9ffa9168f7693178fb5cff57fbad323d679ce 100644 (file)
--- a/README
+++ b/README
@@ -6,6 +6,14 @@ This is the Emacs repository for ELPA-style packages.
 
 packages/ contains all the packages
 admin/ contains all the fetch and deployment scripts
+html/ contains the HTML to run the repo.
+
+To make your own copy of this repo:
+bzr cat bzr://bzr.savannah.gnu.org/emacs/elpa/admin/package-update.sh
+chmod +x package-update.sh
+./package-update.sh $INSTALLDIR
+# what did the installer do?  let's check...
+cat $INSTALLDIR/update-log
 
 \f
 This file is part of GNU Emacs.