Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44844 Details for
Bug 72670
Please check .xsl files as well as .xml files at commit time
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/CVSROOT/cvs.patch
cvs.patch (text/plain), 1.29 KB, created by
Xavier Neys (RETIRED)
on 2004-11-27 12:42:50 UTC
(
hide
)
Description:
/CVSROOT/cvs.patch
Filename:
MIME Type:
Creator:
Xavier Neys (RETIRED)
Created:
2004-11-27 12:42:50 UTC
Size:
1.29 KB
patch
obsolete
>? cvs.patch >Index: checkxml.pl >=================================================================== >RCS file: /var/cvsroot/CVSROOT/checkxml.pl,v >retrieving revision 1.1 >diff -u -t -r1.1 checkxml.pl >--- checkxml.pl 10 May 2004 02:14:13 -0000 1.1 >+++ checkxml.pl 27 Nov 2004 20:29:23 -0000 >@@ -7,4 +7,10 @@ > exit(1); > } > } >+ elsif ( $_ =~ /\.xsl$/ and -e $_ ) { >+ print "XSL-Checking $_ ... \n"; >+ unless ( system( "xmllint --noout $_" ) == 0 ) { >+ exit(1); >+ } >+ } > } >Index: commitinfo >=================================================================== >RCS file: /var/cvsroot/CVSROOT/commitinfo,v >retrieving revision 1.9 >diff -u -t -r1.9 commitinfo >--- commitinfo 8 Jul 2004 19:43:55 -0000 1.9 >+++ commitinfo 27 Nov 2004 20:29:23 -0000 >@@ -20,5 +20,6 @@ > ^gentoo\/xml\/htdocs\/proj\/ /var/cvsroot/CVSROOT/checkxml.pl > ^gentoo\/xml\/htdocs\/security\/ /var/cvsroot/CVSROOT/checkxml.pl > ^gentoo\/xml\/htdocs\/news\/ /var/cvsroot/CVSROOT/checkxml.pl >+^gentoo\/xml\/htdocs\/xsl\/ /var/cvsroot/CVSROOT/checkxml.pl > ^gentoo\/misc /var/cvsroot/CVSROOT/checkxml.pl > ^gentoo-x86\/ /var/cvsroot/CVSROOT/cvslogdate
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 72670
: 44844