Skip to content

Commit

Permalink
Also pull in non-oss appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Jul 28, 2017
1 parent 286ddcf commit 773f9f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/models/appdata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ def self.get dist = "factory"
data = Hash.new
xml = Appdata.get_distribution dist, "oss"
data = add_appdata data, xml
# xml = Appdata.get_distribution dist, "non-oss"
# data = add_appdata data, xml
xml = Appdata.get_distribution dist, "non-oss"
data = add_appdata data, xml
logger.debug("found #{data[:apps].size} apps")
data
end

Expand Down

0 comments on commit 773f9f6

Please sign in to comment.