After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669658 - moduleset.dtd: element moduleset missing cmake
moduleset.dtd: element moduleset missing cmake
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-02-08 11:50 UTC by Marcin Wojdyr
Modified: 2012-02-17 00:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch that adds cmake to DTD (806 bytes, patch)
2012-02-15 17:55 UTC, Marcin Wojdyr
committed Details | Review

Description Marcin Wojdyr 2012-02-08 11:50:41 UTC
Try:
$ xmllint --valid --noout gnome-suites-core-deps-3.4.modules

adding cmake to moduleset will remove one error

diff --git a/modulesets/moduleset.dtd b/modulesets/moduleset.dtd
index e51d2be..b96f113 100644
--- a/modulesets/moduleset.dtd
+++ b/modulesets/moduleset.dtd
@@ -1,4 +1,4 @@
-<!ELEMENT moduleset (repository|include|autotools|metamodule|tarball|distutils|
perl|linux|testmodule|cvsroot|cvsmodule|waf)+>
+<!ELEMENT moduleset (repository|include|autotools|metamodule|tarball|distutils|
perl|linux|testmodule|cvsroot|cvsmodule|waf|cmake)+>
 <!ATTLIST moduleset
        name     CDATA  #IMPLIED>
Comment 1 Marcin Wojdyr 2012-02-15 17:55:42 UTC
Created attachment 207686 [details] [review]
patch that adds cmake to DTD
Comment 2 Colin Walters 2012-02-17 00:38:18 UTC
Review of attachment 207686 [details] [review]:

Looks right, thanks!