From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 811DFA0353; Thu, 6 Aug 2020 19:20:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2466C1C0CD; Thu, 6 Aug 2020 19:20:06 +0200 (CEST) Received: from mail-pg1-f194.google.com (mail-pg1-f194.google.com [209.85.215.194]) by dpdk.org (Postfix) with ESMTP id C3CF71C0C3 for ; Thu, 6 Aug 2020 19:20:04 +0200 (CEST) Received: by mail-pg1-f194.google.com with SMTP id x6so12065190pgx.12 for ; Thu, 06 Aug 2020 10:20:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YYRrxwxLEI7CVkNUbLhhY7kjAfRCgfJG0q+VtDkUPtI=; b=Rjgog5jbUNbWXn9Zsx6/NPy55Tvm5XJDl4+4xsxwQYzgbozVOtTEmHqfLongT40YtA iFyrDGCHfySH/08oO3ZVRfthezELsv7dqGsXjosDYqinFKXd1uSe4ftbmczM/dRN8bE3 oby09HRMygLFB+W1UE2XSj/V1EaVKTDTfsyE/pEGoS/6x2utxePSNcXjBmUE9xU2S+ZI 8nTrX8ndgyvLJ9o43UsdBrmbijeCXEzBJGUnRo5a8dH8rYWgw/pxg3lL+DveI0+xpxHg xxyIb1dZcODyQkpEhKlK6bkYzfbRiBH1T9qsNaPkFMPnY07Ez8vfpCokyTwhquS0oKTs BewQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YYRrxwxLEI7CVkNUbLhhY7kjAfRCgfJG0q+VtDkUPtI=; b=eE0oqZ4+b0tayE/oxM53PUKb3sPz9p2o0nwdVCNQ+2undssGJbG5TxYYbRT0cNYRvj YbBNeJcH2xrxq9BnvOqM/IyEhLJogcOXzWPzWCNu6XQ2vbSggruzE7owrY4zBRGlbmng Kq4w6m9sDJ6PRNdc2US6N6q4maZAD1l8cIm+JnG5nginBtwaToxbLfPGejN3wgelmHlW Fi6Iu9+iL+72qnaI+a69ej0zsU9yjcf0HgQ7IXDdIVxxEEqe3PIRm++aGFRbN7hqwOa5 mxFUsYfDh9bGv16wo2OWUG08wtbJvTIZIf2Nysi5elCTMTRQgTn92cM/41hFJbgqOttd 7UkQ== X-Gm-Message-State: AOAM530PLszHzHn7HsywFwU9rrCzRgmr7ogxGHE99Qkf0KVH2e34nUC6 rfdWseJc3YwAoFrVBaE8q/uX18tK4vQ= X-Google-Smtp-Source: ABdhPJyWO7NOy7NlzCTnhBHh+mLrQHM8DCrE9QNdLz2qayYCLYTHN9fX457gJsBrwfrWut8draZ86A== X-Received: by 2002:aa7:9f1b:: with SMTP id g27mr9076298pfr.215.1596734403600; Thu, 06 Aug 2020 10:20:03 -0700 (PDT) Received: from hermes.corp.microsoft.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id h15sm9042821pfo.192.2020.08.06.10.20.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Aug 2020 10:20:02 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Luca Boccassi , Thomas Monjalon Date: Thu, 6 Aug 2020 10:19:47 -0700 Message-Id: <20200806171947.6609-7-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200806171947.6609-1-stephen@networkplumber.org> References: <20200604210200.25405-1-stephen@networkplumber.org> <20200806171947.6609-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 20.08 6/6] check_maintainers: change variable names X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Change variable names in the shell script. Replace whitelist with include_files and blacklist with exclude_files. Signed-off-by: Stephen Hemminger Acked-by: Luca Boccassi Acked-by: Thomas Monjalon --- devtools/check-maintainers.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devtools/check-maintainers.sh b/devtools/check-maintainers.sh index 85a300f0a029..df3f740b6e84 100755 --- a/devtools/check-maintainers.sh +++ b/devtools/check-maintainers.sh @@ -42,10 +42,10 @@ parse_fx () # for line in $( (sed '/^-\+$/d' $1 ; echo) | sed 's,^$,§,') ; do if echo "$line" | grep -q '^§$' ; then # empty line delimit end of section - whitelist=$(files $flines) - blacklist=$(files $xlines) - match=$(aminusb "$whitelist" "$blacklist") - if [ -n "$whitelist" ] ; then + include_files=$(files $flines) + exclude_files=$(files $xlines) + match=$(aminusb "$include_files" "$exclude_files") + if [ -n "$include_files" ] ; then printf "# $title " maintainers=$(echo "$maintainers" | sed -r 's,.*<(.*)>.*,\1,') maintainers=$(printf "$maintainers" | sed -e 's,^,<,' -e 's,$,>,') -- 2.27.0