COMMIT
Will update master site Local.rules from Local.rules.template now.
Adrian
xemacsweb ChangeLog patch:
Diff command: cvs -q diff -U 0
Files affected: ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/ChangeLog,v
retrieving revision 1.216
diff -u -U0 -r1.216 ChangeLog
--- ChangeLog 21 Nov 2004 18:50:24 -0000 1.216
+++ ChangeLog 5 Dec 2004 10:21:27 -0000
@@ -0,0 +1,6 @@
+2004-12-05 Adrian Aichner <adrian(a)xemacs.org>
+
+ * Local.rules.template: Add LINKLINT_INGORESET option for lighter
+ site checks.
+ * Makefile (linklint): Use LINKLINT_INGORESET.
+
xemacsweb source patch:
Diff command: cvs -f -z3 -q diff -u -w -N
Files affected: Makefile Local.rules.template
Index: Local.rules.template
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Local.rules.template,v
retrieving revision 1.3
diff -u -w -r1.3 Local.rules.template
--- Local.rules.template 23 Oct 2004 13:01:45 -0000 1.3
+++ Local.rules.template 5 Dec 2004 10:20:34 -0000
@@ -18,6 +18,9 @@
# linklint log files. This option causes error on UNIX.
LINKLINT_CASE=
# LINKLINT_CASE=-case
+# APA: Ignore checking of links into the XEmacs CVS repository via ViewCVS.
+# These checks are expensive and links are correct by design.
+LINKLINT_INGORESET=-ignore
http://cvs.xemacs.org/viewcvs.cgi/XEmacs/@
GENPAGE_CONF="genpage.conf"
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Makefile,v
retrieving revision 1.48
diff -u -w -r1.48 Makefile
--- Makefile 9 Nov 2003 12:03:17 -0000 1.48
+++ Makefile 5 Dec 2004 10:20:34 -0000
@@ -44,7 +44,7 @@
# and not hidden by index.html, which does not reference url*.html
# files.
linklint: FORCE
- $(LINKLINT) $(LINKLINT_CASE) -docbase
http://www.xemacs.org -net -limit 0 -db3 /@ -doc
$(LINKLINT_OUTDIR) -output_index site
+ $(LINKLINT) $(LINKLINT_CASE) -docbase
http://www.xemacs.org -net -limit 0 -db3 /@ -doc
$(LINKLINT_OUTDIR) $(LINKLINT_INGORESET) -output_index site
# APA: To be run after initial checkout of module.
# Create directory for commit logs.
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/