Skip to content

Commit

Permalink
Fix examples in link_template
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-schwab committed May 10, 2013
1 parent f2a1bde commit ae2f951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osc/core.py
Expand Up @@ -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)
Expand Down

0 comments on commit ae2f951

Please sign in to comment.