Skip to content

Commit

Permalink
Add documentation for variable substitution in repos.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Wachter committed Mar 22, 2013
1 parent 201570a commit 836aa7c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions repos.ini
Expand Up @@ -16,6 +16,13 @@
# %(adaptation) The device specific adaptation, for example 'n900' or 'n950-n9'
#
#
# Variables may contain other variables. Resolving is done recursively from the
# innermost variable.
#
# Basic variable substitution is supported:
# %(foo:+bar) -- expands to "" if foo is set, bar otherwise
# %(foo:-bar) -- expands to %(foo) if foo is set, bar otherwise
#
# Repository lookup will happen based on the 'repo' parameter in repository
# URLs. For RnD repositories order will be <flavour> -> rnd -> all, for
# release repositories release -> all.
Expand Down
3 changes: 3 additions & 0 deletions rpm/ssu.changes
@@ -1,3 +1,6 @@
* Fri Mar 22 2013 Bernd Wachter <bernd.wachter@jollamobile.com> - 0.25
- Add variable substitution

* Thu Mar 21 2013 Bernd Wachter <bernd.wachter@jollamobile.com> - 0.24
- Add support for arbitrary variables in flavour groups
- Split off device info and settings functionality
Expand Down
2 changes: 1 addition & 1 deletion rpm/ssu.spec
@@ -1,5 +1,5 @@
Name: ssu
Version: 0.24
Version: 0.25
Release: 1
Summary: SSU enabler for RND
Group: System/Base
Expand Down

0 comments on commit 836aa7c

Please sign in to comment.