[jhbuild] moduleset.rnc: Fix the newly added rename-tarball attribute



commit d77301242a2d19f372d4b0295bc461536dacbe83
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sat Oct 14 19:54:11 2017 +0800

    moduleset.rnc: Fix the newly added rename-tarball attribute

 modulesets/moduleset.rnc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modulesets/moduleset.rnc b/modulesets/moduleset.rnc
index 1f73352..beebc10 100644
--- a/modulesets/moduleset.rnc
+++ b/modulesets/moduleset.rnc
@@ -210,8 +210,7 @@ attlist.source &=
   attribute href { text },
   attribute size { text }?,
   attribute md5sum { text }?,
-  attribute hash { text }?,
-  attribute rename-tarball { text }?
+  attribute hash { text }?
 patches = element patches { attlist.patches, patch* }
 attlist.patches &= empty
 patch = element patch { attlist.patch, empty }
@@ -264,7 +263,8 @@ attlist.branch &=
   attribute version { text }?,
   attribute size { text }?,
   attribute md5sum { text }?,
-  attribute hash { text }?
+  attribute hash { text }?,
+  attribute rename-tarball { text }?
 # override-checkoutdir and update-new-dirs are CVS only
 # source-subdir is tarballs only
 quilt = element quilt { attlist.quilt, branch }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]