This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 952a6382dc Missing DOAP file: YuniKorn on projects.apache.org
952a6382dc is described below

commit 952a6382dc11dd5a89a2bdd2cd5d63de24318048
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Wed Sep 6 13:40:21 2023 +1000

    Missing DOAP file: YuniKorn on projects.apache.org
    
    The doap file was removed as part of an update almost 3 years ago.
    Adding it back as YuniKorn does not show in the projects overview.
---
 doap_YuniKorn.rdf | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 109 insertions(+)

diff --git a/doap_YuniKorn.rdf b/doap_YuniKorn.rdf
new file mode 100644
index 0000000000..8685b3f95c
--- /dev/null
+++ b/doap_YuniKorn.rdf
@@ -0,0 +1,109 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"; 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         https://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="https://yunikorn.apache.org";>
+    <created>2020-01-21</created>
+    <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache YuniKorn</name>
+    <homepage rdf:resource="https://yunikorn.apache.org"; />
+    <asfext:pmc rdf:resource="https://yunikorn.apache.org"; />
+    <shortdesc>A light-weight universal resource scheduler for container 
orchestrator systems.</shortdesc>
+    <bug-database 
rdf:resource="https://issues.apache.org/jira/projects/YUNIKORN/issues"; />
+    <mailing-list 
rdf:resource="https://yunikorn.apache.org/community/get_involved"; />
+    <download-page 
rdf:resource="https://yunikorn.apache.org/community/download"; />
+    <programming-language>Go</programming-language>
+    <programming-language>JavaScript</programming-language>
+    <category rdf:resource="https://projects.apache.org/category/cloud"; />
+    <release>
+      <Version>
+        <name>YuniKorn 1.3.0</name>
+        <created>2023-06-12</created>
+        <revision>1.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>YuniKorn 1.2.0</name>
+        <created>2023-02-02</created>
+        <revision>1.2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>YuniKorn 1.1.0</name>
+        <created>2022-09-08</created>
+        <revision>1.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>YuniKorn 1.0.0</name>
+        <created>2022-05-03</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://github.com/apache/yunikorn-core.git"/>
+        <browse rdf:resource="https://github.com/apache/yunikorn-core"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://github.com/apache/yunikorn-k8shim.git"/>
+        <browse rdf:resource="https://github.com/apache/yunikorn-k8shim"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://github.com/apache/yunikorn-scheduler-interface.git"/>
+        <browse 
rdf:resource="https://github.com/apache/yunikorn-scheduler-interface"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://github.com/apache/yunikorn-web.git"/>
+        <browse rdf:resource="https://github.com/apache/yunikorn-web"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://github.com/apache/yunikorn-site.git"/>
+        <browse rdf:resource="https://github.com/apache/yunikorn-site"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://github.com/apache/yunikorn-release.git"/>
+        <browse rdf:resource="https://github.com/apache/yunikorn-release"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache YuniKorn developers</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
+


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to