summaryrefslogtreecommitdiffstats
path: root/.ci/check-cla-for-multiple-commits.sh
blob: 13927d9a7d86a8b12f9bfbc16b76ac5e133bd991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh

# Copyright © 2021 Orange
#
# Licensed 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
#
#       http://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.

set -eu

git fetch origin

echo "<------------- AUTHORS LIST ------------->"
# We are always running on a merge request
COMMON_ANCESTOR=$(git merge-base HEAD origin/master)
git log --format=%ae "$COMMON_ANCESTOR..HEAD" | sort | uniq
echo "<---------------------------------------->"
agenda: 'https://wiki.onap.org/display/DW/AAI+Meeting+Notes' url: 'https://wiki.onap.org/pages/viewpage.action?pageId=8227676' server: 'n/a' channel: 'n/a' repeats: 'weekly' time: '14:00 UTC' repositories: - 'aai/schema-service' committers: - <<: *onap_aai_ptl - name: 'Manisha Aggarwal' email: 'ma9181@att.com' company: 'ATT' id: 'ma9181' timezone: 'America/New_York' - name: 'Steven Blimkie' email: 'Steven.Blimkie@amdocs.com' company: 'Amdocs' id: 'sblimkie' timezone: 'America/Toronto' - name: 'Venkata Harish Kajur' email: 'vk250x@att.com' company: 'ATT' id: 'vk250x' timezone: 'America/New_York' - name: 'James Forsyth' email: 'jf2512@att.com' id: 'jimmydot' company: 'ATT' timezone: 'America/Detroit' tsc: approval: 'https://lists.onap.org/g/onap-tsc' changes: - type: 'removal' name: 'Steve Smokowski' link: 'https://lists.onap.org/g/onap-tsc/message/2506' - type: 'removal' name: 'Tian Lee' link: 'https://lists.onap.org/g/onap-tsc/message/6227' - type: 'Addition' name: 'William Reehil' link: 'https://lists.onap.org/g/onap-tsc/message/6506'