mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-29 03:06:15 +01:00
complete link option descriptions
This commit is contained in:
parent
e5ff09152d
commit
752756eae1
@ -2428,8 +2428,10 @@ def link_pac(src_project, src_package, dst_project, dst_package, rev=''):
|
|||||||
link_template = """\
|
link_template = """\
|
||||||
<link project="%s" package="%s" %s>
|
<link project="%s" package="%s" %s>
|
||||||
<patches>
|
<patches>
|
||||||
<!-- <apply name="patch" /> -->
|
<!-- <apply name="patch" /> apply a patch on the source directory -->
|
||||||
<!-- <topadd>%%define build_with_feature_x 1</topadd> -->
|
<!-- <topadd>%%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
|
||||||
|
<!-- <add>file.patch</add> add a patch to be applied after %%setup (spec file only) -->
|
||||||
|
<!-- <delete>filename</delete> delete a file -->
|
||||||
</patches>
|
</patches>
|
||||||
</link>
|
</link>
|
||||||
""" % (src_project, src_package, rev)
|
""" % (src_project, src_package, rev)
|
||||||
|
Loading…
Reference in New Issue
Block a user