[Libosinfo] [osinfo-db PATCH 1/8] schema: add 'rolling' as release status

Pino Toscano ptoscano at redhat.com
Fri Feb 15 11:48:21 UTC 2019


Add 'rolling' as possible value for the 'release-status' tag: this way,
it will be possible to mark rolling distributions as such, making users
able to deal with these distributions differently if needed.

Signed-off-by: Pino Toscano <ptoscano at redhat.com>
---
 data/schema/osinfo.rng.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/schema/osinfo.rng.in b/data/schema/osinfo.rng.in
index 6fc03a1..d778239 100644
--- a/data/schema/osinfo.rng.in
+++ b/data/schema/osinfo.rng.in
@@ -884,7 +884,7 @@
   <define name='release-status'>
     <element name='release-status'>
       <data type="string">
-        <param name="pattern">snapshot|prerelease|released</param>
+        <param name="pattern">snapshot|prerelease|released|rolling</param>
       </data>
     </element>
   </define>
-- 
2.20.1




More information about the Libosinfo mailing list