Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename flavour to flavourPattern, and introduce flavourName
  • Loading branch information
Bernd Wachter committed Dec 20, 2012
1 parent 897e92d commit 881a783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libssu/ssu.cpp
Expand Up @@ -333,6 +333,8 @@ QString Ssu::repoUrl(QString repoName, bool rndRepo, QHash<QString, QString> rep
// add/overwrite some of the variables with sane ones
if (rndRepo){
repoParameters.insert("flavour", repoSettings->value(flavour()+"-flavour/flavour-pattern").toString());
repoParameters.insert("flavourPattern", repoSettings->value(flavour()+"-flavour/flavour-pattern").toString());
repoParameters.insert("flavourName", flavour());
repoParameters.insert("release", settings->value("rndRelease").toString());
configSections << flavour()+"-flavour" << "rnd" << "all";
} else {
Expand Down

0 comments on commit 881a783

Please sign in to comment.