You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/09/20 00:44:27 UTC

[whimsy] branch master updated: blacklist concom and concom-private

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

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 82c8f86  blacklist concom and concom-private
82c8f86 is described below

commit 82c8f8674264d80760c9726c7c01a517b7225250
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Sep 19 17:44:09 2019 -0700

    blacklist concom and concom-private
---
 www/committers/subscribe.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/committers/subscribe.cgi b/www/committers/subscribe.cgi
index a41cc7e..55bcb98 100755
--- a/www/committers/subscribe.cgi
+++ b/www/committers/subscribe.cgi
@@ -16,6 +16,8 @@ FORMAT_NUMBER = 3 # json format number
 
 # lists which are not eligible for self-subscription
 BLACKLIST = %w{
+  concom
+  concom-private
   legal-internal
 }