From 3a024b28cae093161d22ebddd6a907e5e672002f Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 4 Dec 2015 11:43:09 +0100 Subject: [PATCH] MAINTAINERS: remove outdated data This is outdated and never updated anyway. It does not reflect the reality anymore, so let's stop trying to have that as it does not give any useful information anyway. We're a team, we maintain everything! (and we can use git log to find out things) Change-Id: I28dd5fdfdc0ef4b0d9816b38572c5bbac3d6f9cf --- MAINTAINERS | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 39dc120a23..969b3cdfcc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23,54 +23,3 @@ pradk rohit_ sileht zqfan - - -= List of Maintainers = - -Each has an entry with the following keys: - - M: Maintainer (irc) - S: Status, one of the following: - Maintained: Has an active maintainer - Orphan: No current maintainer, feel free to step up! - Obsolete: Replaced by newer code, or a dead end, or out-dated - F: Wildcard patterns, relative to ceilometer/ - - -== api == - -M: Doug Hellmann (dhellmann) -S: Maintained -F: api/ - -== events == - -M: Julien Danjou (jd__) -M: Sandy Walsh (sandywalsh) -M: Monsyne Dragon (dragondm) -S: Maintained -F: notification.py -F: storage/ - -== pipeline == - -M: Julien Danjou (jd__) -S: Maintained -F: publisher/, transformer/, pipeline.py - -== storage == - --- HBase -- -M: -S: Orphan -F: storage/impl_hbase.py - --- MongoDB -- -M: -S: Orphan -F: storage/impl_mongodb.py - --- SQLAlchemy -- -M: -S: Orphan -F: storage/sqlalchemy/, storage/impl_sqlalchemy.py