From 59b1de053605cce040206382ec4ee5adca988938 Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Thu, 25 Nov 2010 03:30:27 -0600 Subject: [PATCH] * README: Explain how to run the repo build script. --- ChangeLog | 2 ++ README | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index fa0f3278b..9f619c576 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-11-25 Teodor Zlatanov + * 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 891cc4318..2fa9ffa91 100644 --- 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 This file is part of GNU Emacs. -- 2.39.2