Skip to content

Commit

Permalink
Merge pull request #341 from adrianschroeter/build_config
Browse files Browse the repository at this point in the history
Add "keepobsolete" PublishFlag
  • Loading branch information
smithfarm authored Jun 20, 2024
2 parents 00565ec + 7e99d9c commit 4e83ae4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions xml/obs_build_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,20 @@ Support: pax debbuild</screen>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>keepobsolete</parameter> (OBS 2.11 or later)</term>
<listitem>
<para>
The default behaviour of OBS is to remove binaries when a package object gets removed,
even when the project is publish disabled (but the package may have been enabled).
</para>
<para>
This flag is changing this behaviour to keep binaries in published repositories
even when a package gets removed. As consequence this flag has only an effect on
publish disabled projects.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>singleexport</parameter> (OBS 2.11 or later)</term>
<listitem>
Expand Down

0 comments on commit 4e83ae4

Please sign in to comment.