changeset 8397:cb6a86b92b36

build: exclude sending .buildinfo to sourceforge in rsync of docs.
author John Rouillard <rouilj@ieee.org>
date Sun, 13 Jul 2025 01:36:13 -0400
parents beb9aad592b1
children b976dd2beb1a
files website/www/Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/website/www/Makefile	Sat Jul 12 23:22:50 2025 -0400
+++ b/website/www/Makefile	Sun Jul 13 01:36:13 2025 -0400
@@ -63,6 +63,7 @@
         # IS NOT (and must not be) SET
 	read -p "sync to dev_docs y/N? " resp; echo "$$resp" | grep -i "^y"
 	rsync -av --no-times --delete --exclude 'docs_backup*' \
+              --exclude '.buildinfo' \
               --backup --backup-dir docs_backup-`date --iso-8601=seconds` \
               html/. \
               web.sourceforge.net:/home/project-web/roundup/htdocs/dev_docs/.

Roundup Issue Tracker: http://roundup-tracker.org/