Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Also expose deviceVariant to repository urls.
[ssu] Expose deviceVariant to repository urls. Contributes to JB#41312

Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  • Loading branch information
saukko committed Mar 9, 2018
1 parent 2bd0af0 commit 4dde8d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libssu/ssurepomanager.cpp
Expand Up @@ -407,6 +407,7 @@ QString SsuRepoManager::url(const QString &repoName, bool rndRepo,

repoParameters.insert("deviceFamily", deviceInfo.deviceFamily());
repoParameters.insert("deviceModel", deviceInfo.deviceModel());
repoParameters.insert("deviceVariant", deviceInfo.deviceVariant(true));

QString adaptationRepoName = deviceInfo.adaptationVariables(repoName, &repoParameters);

Expand Down

0 comments on commit 4dde8d2

Please sign in to comment.