Skip to content

Commit

Permalink
Merge pull request #651 from jsrain/master
Browse files Browse the repository at this point in the history
docu clean-up
  • Loading branch information
jsrain committed Jan 26, 2018
2 parents ba377a3 + ceb4a36 commit 09a8a08
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions doc/control-file.md
Expand Up @@ -538,33 +538,6 @@ performed. The following options are available:
</software>
```

- *only\_update\_selected*

One can update (only update packages already installed) or upgrade
(also install new packages with new functionality). For example,
SLES should do "update", not "upgrade" by default

- *only\_update\_selected\_reverse\_list*

Inverts the *only\_update\_selected* for products defined as list of
regular expressions matching installed product name (SuSE-release).

```xml
<!--
Only update packages but install new packages
when upgrading any SUSE Linux or openSUSE
-->
<software>
<only_update_selected config:type="boolean">true</only_update_selected>
<only_update_selected_reverse_list config:type="list">
<regexp_item>^SUSE Linux [0-9].*</regexp_item>
<regexp_item>^openSUSE [0-9].*</regexp_item>
</only_update_selected_reverse_list>
</software>
```

The other option defines how product upgrading in general is defined.

- *products\_supported\_for\_upgrade*

List of known products supported for upgrade (SuSE-release). Old
Expand Down

0 comments on commit 09a8a08

Please sign in to comment.