mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-12 16:56:15 +01:00
Fix examples in link_template
This commit is contained in:
parent
f2a1bde695
commit
ae2f9515ef
@ -4446,8 +4446,8 @@ def link_pac(src_project, src_package, dst_project, dst_package, force, rev='',
|
||||
<!-- <branch /> for a full copy, default case -->
|
||||
<!-- <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 -->
|
||||
<!-- <add name="file.patch" /> add a patch to be applied after %%setup (spec file only) -->
|
||||
<!-- <delete name="filename" /> delete a file -->
|
||||
</patches>
|
||||
</link>
|
||||
""" % (project, src_package, missingok, rev, vrev, cicount)
|
||||
|
Loading…
Reference in New Issue
Block a user