Changes

Line 19: Line 19:  
Feed files, in addition to several information fields, contains tags that describe implementations of the service, in distribution terms, package. At the same time, feed file could contain various implementations for various service versions. More over the same version could be represented by several implementations:
 
Feed files, in addition to several information fields, contains tags that describe implementations of the service, in distribution terms, package. At the same time, feed file could contain various implementations for various service versions. More over the same version could be represented by several implementations:
   −
* source implementation in ''<implementation>'' tag, with links to source tarball and instructions how to build it
+
* source implementation in ''<implementation>'' tag with attribute ''arch'' == ''*-src'', with links to source tarball and instructions how to build it
* no arch implementation in ''<implementation>'' tag, which can be used as-is on different platforms e.g. pure python services
+
* no arch implementation in ''<implementation>'' tag with attribute ''arch'' == ''*-*'', which can be used as-is on different platforms e.g. pure python services
* one or several binary implementations in ''<implementation>'' tags, that contain binaries for the same source implementation but for various dependency environments(e.g. f9 could contain different versions for the same service dependency in comparing with f11)
+
* one or several binary implementations in ''<implementation>'' tags, that contain binaries of the same source implementation but for various architectures(attribute ''arch'')
 
* package implementation in ''<package-implementation>'' tag, to reuse native packages, see [[Documentation_Team/Services/Non_Sugar_Platform_Dependencies_Guide|Non Sugar Platform Dependencies Guide]] for more info.
 
* package implementation in ''<package-implementation>'' tag, to reuse native packages, see [[Documentation_Team/Services/Non_Sugar_Platform_Dependencies_Guide|Non Sugar Platform Dependencies Guide]] for more info.