branch: master
commit 134e44e624876d19788ce574ddd3faaff9d8d4af
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    * admin/update-archive.sh (rsync): Only skip top-level autoloads
    
    e.g. don't skip Hyberbole's kotl/kotl-autoloads.el.
---
 admin/update-archive.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/admin/update-archive.sh b/admin/update-archive.sh
index 8412bb2..4542045 100755
--- a/admin/update-archive.sh
+++ b/admin/update-archive.sh
@@ -163,12 +163,12 @@ make -f "$buildir/GNUmakefile" check_copyrights ||
 
 cd "$buildir"
 
-rsync -av --delete \
-      --exclude=ChangeLog \
-      --exclude=.git \
-      --exclude='*.elc' \
-      --exclude='*~' \
-      --exclude='*-autoloads.el' \
+rsync -av --delete                    \
+      --exclude=ChangeLog             \
+      --exclude=.git                  \
+      --exclude='*.elc'               \
+      --exclude='*~'                  \
+      --exclude='/*/*/*-autoloads.el' \
       ../elpa/packages ./
 
 # Refresh the ChangeLog files.  This needs to be done in

Reply via email to