You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2020/03/03 14:42:44 UTC

svn commit: r1874729 - in /comdev/projects.apache.org/trunk/data: projects-override/ projects-override/AAREADME.txt projects-override/falcon.rdf projects.xml

Author: sebb
Date: Tue Mar  3 14:42:44 2020
New Revision: 1874729

URL: http://svn.apache.org/viewvc?rev=1874729&view=rev
Log:
Set up override directory with initial DOAP from Falcon

Added:
    comdev/projects.apache.org/trunk/data/projects-override/
    comdev/projects.apache.org/trunk/data/projects-override/AAREADME.txt   (with props)
    comdev/projects.apache.org/trunk/data/projects-override/falcon.rdf
      - copied, changed from r1874727, falcon/trunk/falcon.rdf
Modified:
    comdev/projects.apache.org/trunk/data/projects.xml

Added: comdev/projects.apache.org/trunk/data/projects-override/AAREADME.txt
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects-override/AAREADME.txt?rev=1874729&view=auto
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects-override/AAREADME.txt (added)
+++ comdev/projects.apache.org/trunk/data/projects-override/AAREADME.txt Tue Mar  3 14:42:44 2020
@@ -0,0 +1,24 @@
+This directory contains copies of DOAPs from retired projects.
+
+It's awkward for Attic people to get temporary access to change the DOAPs to mark them as
+retired, and the original project committers are usually unavailable.
+
+So a simpler solution is to take a copy here, and update that (all committers have access)
+The projects.xml file can then be updated to point to the override file.
+
+If necessary, the original DOAP can be updated at a later data, and the override dropped.
+
+Note that PMCs can have multiple DOAPs, so the files are prefixed with the PMC name.
+
+How to update the DOAP:
+- add a comment <!-- Copied from URL -->
+- update <asfext:pmc rdf:resource="http://attic.apache.org" />
+- add <category rdf:resource="http://projects.apache.org/category/retired" />
+
+Update project.xml:
+- comment the original DOAP import, e.g.
+  <!-- retired: location>https://svn.apache.org/repos/asf/falcon/trunk/falcon.rdf</location -->
+- add the new DOAP URL:
+  <location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/falcon.rdf</location>
+
+Now commit the changes

Propchange: comdev/projects.apache.org/trunk/data/projects-override/AAREADME.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: comdev/projects.apache.org/trunk/data/projects-override/falcon.rdf (from r1874727, falcon/trunk/falcon.rdf)
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects-override/falcon.rdf?p2=comdev/projects.apache.org/trunk/data/projects-override/falcon.rdf&p1=falcon/trunk/falcon.rdf&r1=1874727&r2=1874729&rev=1874729&view=diff
==============================================================================
--- falcon/trunk/falcon.rdf (original)
+++ comdev/projects.apache.org/trunk/data/projects-override/falcon.rdf Tue Mar  3 14:42:44 2020
@@ -1,5 +1,6 @@
 <?xml version="1.0"?>
 <?xml-stylesheet type="text/xsl"?>
+<!-- Copied from https://svn.apache.org/repos/asf/falcon/trunk/falcon.rdf -->
 <rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#" 
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
@@ -26,7 +27,7 @@
     <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
     <name>Apache Falcon</name>
     <homepage rdf:resource="http://falcon.apache.org" />
-    <asfext:pmc rdf:resource="http://falcon.apache.org" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
     <shortdesc>Data management and processing platform</shortdesc>
     <description>Apache Falcon is a data processing and management solution for Hadoop designed for data motion, coordination of data pipelines, lifecycle management, and data discovery. Falcon enables end consumers to quickly onboard their data and its associated processing and management tasks on Hadoop clusters.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/FALCON" />
@@ -34,6 +35,7 @@
     <download-page rdf:resource="http://www.apache.org/dyn/closer.lua/incubator/falcon/" />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <category rdf:resource="http://projects.apache.org/category/retired" />
     <release>
       <Version>
         <name>Apache Falcon</name>

Modified: comdev/projects.apache.org/trunk/data/projects.xml
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects.xml?rev=1874729&r1=1874728&r2=1874729&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects.xml (original)
+++ comdev/projects.apache.org/trunk/data/projects.xml Tue Mar  3 14:42:44 2020
@@ -161,7 +161,8 @@
   <location>https://gitbox.apache.org/repos/asf?p=freemarker-site.git;a=blob_plain;f=doap.rdf;hb=HEAD</location>
   <location>http://empire-db.apache.org/doap_Empire-db.rdf</location>
   <location>http://svn.apache.org/repos/asf/etch/site/trunk/infra/doap_Etch.rdf</location>
-  <location>https://svn.apache.org/repos/asf/falcon/trunk/falcon.rdf</location>
+  <!-- retired: location>https://svn.apache.org/repos/asf/falcon/trunk/falcon.rdf</location -->
+  <location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/falcon.rdf</location>
   <location>https://gitbox.apache.org/repos/asf?p=felix-dev.git;a=blob_plain;f=doap/doap_Felix.rdf;hb=HEAD</location>
   <location>https://fluo.apache.org/doap/fluo.rdf</location>
   <location>https://fluo.apache.org/doap/fluo-recipes.rdf</location>