mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-28 10:46: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 project="%s" package="%s" %s>
|
||||
<patches>
|
||||
<!-- <apply name="patch" /> -->
|
||||
<!-- <topadd>%%define build_with_feature_x 1</topadd> -->
|
||||
<!-- <apply name="patch" /> apply a patch on the source directory -->
|
||||
<!-- <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>
|
||||
</link>
|
||||
""" % (src_project, src_package, rev)
|
||||
|
Loading…
Reference in New Issue
Block a user