Make LocalName, Summary and Description optional for component.xml files

This commit is contained in:
Ozan Çağlayan
2009-12-15 08:46:39 +00:00
parent 0e6bdf6777
commit fbb358f965
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-12-15 Faik Uygur <faik@pardus.org.tr>
* pisi/component.py (Component): Make LocalName, Summary and
Description optional for cleaning up component.xml files in the
repository.
2009-12-14 Serdar Dalgıç <serdar@pardus.org.tr>
* Add architecture and distribution release check to pisi add-repo
New parameter --ignore-check is added to pisi ar too.
+2 -2
View File
@@ -64,8 +64,8 @@ class Component(xmlfile.XmlFile):
t_LocalName = [autoxml.LocalText, autoxml.optional]
# Information about the component
t_Summary = [autoxml.LocalText, autoxml.mandatory]
t_Description = [autoxml.LocalText, autoxml.mandatory]
t_Summary = [autoxml.LocalText, autoxml.optional]
t_Description = [autoxml.LocalText, autoxml.optional]
t_Group = [ autoxml.String, autoxml.optional ]
# the parts of this component.