mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
Make sure that the description is really empty for new projects/packages
This commit is contained in:
parent
0ba9383e17
commit
f072cfed15
@ -39,9 +39,8 @@ new_project_templ = """\
|
|||||||
<project name="%(name)s">
|
<project name="%(name)s">
|
||||||
|
|
||||||
<title></title> <!-- Short title of NewProject -->
|
<title></title> <!-- Short title of NewProject -->
|
||||||
<description>
|
<description></description>
|
||||||
<!-- This is for a longer description of the purpose of the project -->
|
<!-- This is for a longer description of the purpose of the project -->
|
||||||
</description>
|
|
||||||
|
|
||||||
<person role="maintainer" userid="%(user)s" />
|
<person role="maintainer" userid="%(user)s" />
|
||||||
<person role="bugowner" userid="%(user)s" />
|
<person role="bugowner" userid="%(user)s" />
|
||||||
@ -93,9 +92,7 @@ new_package_templ = """\
|
|||||||
|
|
||||||
<title></title> <!-- Title of package -->
|
<title></title> <!-- Title of package -->
|
||||||
|
|
||||||
<description>
|
<description></description> <!-- for long description -->
|
||||||
<!-- for long description -->
|
|
||||||
</description>
|
|
||||||
|
|
||||||
<!-- following roles are inherited from the parent project
|
<!-- following roles are inherited from the parent project
|
||||||
<person role="maintainer" userid="%(user)s"/>
|
<person role="maintainer" userid="%(user)s"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user