1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-25 19:52:12 +01:00

do not fill crap into our database by default

This commit is contained in:
Adrian Schröter 2010-01-22 08:57:47 +01:00
parent 8a8780d1db
commit 9911870639

View File

@ -43,12 +43,10 @@ exclude_stuff = [store, 'CVS', '*~', '#*#', '.*', '_linkerror']
new_project_templ = """\ new_project_templ = """\
<project name="%(name)s"> <project name="%(name)s">
<title>Short title of NewProject</title> <title></title> <!-- Short title of NewProject -->
<description>
<description>This project aims at providing some foo and bar. <!-- This is for a longer description of the purpose of the project -->
</description>
It also does some weird stuff.
</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" />
@ -108,17 +106,17 @@ It also does some weird stuff.
new_package_templ = """\ new_package_templ = """\
<package name="%(name)s"> <package name="%(name)s">
<title>Title of New Package</title> <title></title> <!-- Title of package -->
<description> <description>
LONG DESCRIPTION <!-- for long description -->
GOES
HERE
</description> </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"/>
<!--
<url>PUT_UPSTREAM_URL_HERE</url> <url>PUT_UPSTREAM_URL_HERE</url>
-->
<!-- <!--
use one of the examples below to disable building of this package use one of the examples below to disable building of this package