1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 18:26:15 +01:00

- enhanced the package template

This commit is contained in:
Lars Vogdt 2008-08-15 17:38:08 +00:00
parent f82ea05051
commit 5aaaa3572a

View File

@ -46,7 +46,6 @@ It also does some weird stuff.
<person role="maintainer" userid="%(user)s" />
<person role="bugowner" userid="%(user)s" />
<!-- remove this block to publish your packages on the mirrors -->
<publish>
<disable />
@ -100,14 +99,15 @@ new_package_templ = """\
<title>Title of New Package</title>
<description>LONG DESCRIPTION
<description>
LONG DESCRIPTION
GOES
HERE
</description>
<person role="maintainer" userid="%(user)s"/>
<person role="bugowner" userid="%(user)s"/>
<url>PUT_UPSTREAM_URL_HERE</url>
<!--
use one of the examples below to disable building of this package
@ -118,6 +118,21 @@ HERE
<disable repository="SUSE_SLE-10"/>
<disable repository="SUSE_SLE-10" arch="x86_64"/>
Possible sections where you can use the tags above:
<build>
</build>
<debuginfo>
</debuginfo>
<publish>
</publish>
<useforbuild>
</useforbuild>
Please have a look at:
http://en.opensuse.org/Restricted_Formats
Packages containing formats listed there are NOT allowed to
be packaged in the openSUSE Buildservice and will be deleted!
-->
</package>