1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-21 14:08:52 +02:00

Fix examples in link_template

This commit is contained in:
2013-05-10 20:57:03 +02:00
parent f2a1bde695
commit ae2f9515ef

View File

@@ -4446,8 +4446,8 @@ def link_pac(src_project, src_package, dst_project, dst_package, force, rev='',
<!-- <branch /> for a full copy, default case --> <!-- <branch /> for a full copy, default case -->
<!-- <apply name="patch" /> apply a patch on the source directory --> <!-- <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) --> <!-- <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) --> <!-- <add name="file.patch" /> add a patch to be applied after %%setup (spec file only) -->
<!-- <delete>filename</delete> delete a file --> <!-- <delete name="filename" /> delete a file -->
</patches> </patches>
</link> </link>
""" % (project, src_package, missingok, rev, vrev, cicount) """ % (project, src_package, missingok, rev, vrev, cicount)