From kde-commits Tue Oct 18 18:54:06 2016 From: Cornelius Schumacher Date: Tue, 18 Oct 2016 18:54:06 +0000 To: kde-commits Subject: [websites/inqlude] /: Add linux package attribute and missing docs Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=147681685610560 Git commit 5424ded33e0502682b34a6a7761f9198c22029c8 by Cornelius Schumacher. Committed on 18/10/2016 at 18:47. Pushed by cschumac into branch 'master'. Add linux package attribute and missing docs M +1 -0 lib/manifest.rb M +16 -0 manifest-format.md http://commits.kde.org/websites/inqlude/5424ded33e0502682b34a6a7761f9198c22= 029c8 diff --git a/lib/manifest.rb b/lib/manifest.rb index f9cadd7..ea8e41c 100644 --- a/lib/manifest.rb +++ b/lib/manifest.rb @@ -62,6 +62,7 @@ class Manifest < JsonObject attribute :windows attribute :ubuntu attribute :osx + attribute :linux end attribute :group = diff --git a/manifest-format.md b/manifest-format.md index 241acae..904351c 100644 --- a/manifest-format.md +++ b/manifest-format.md @@ -243,6 +243,22 @@ entry. Each entry contains the package_name, repository, and source_rpm attribute= s. The repository contains a url and a name sub-attribute. = +#### ubuntu + +Generic link to an Ubuntu binary package. + +#### linux + +Generic link to generic Linux binary package. + +#### windows + +Generic link to generic Windows binary package. + +#### osx + +Generic link to generic Mac OS binary package. + ### group = Name of a group