From 3be34f82eeedab9df1884d42e33d9982aef73272 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 29 Oct 2015 22:05:48 +0100 Subject: [PATCH] get special contributors into the credits --- util/credits.txt | 1 + util/make_credits.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/util/credits.txt b/util/credits.txt index 60ac4c6dd5..d31c741d53 100644 --- a/util/credits.txt +++ b/util/credits.txt @@ -5,6 +5,7 @@ Adam Jurkiewicz Alex Alexander Kampmann AlfredSK +Andi Stadler André Lohan Anthronaut Arian - Cazare Muncitori diff --git a/util/make_credits.py b/util/make_credits.py index f46ec004eb..fb4a909b77 100755 --- a/util/make_credits.py +++ b/util/make_credits.py @@ -25,13 +25,14 @@ dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m' 'leberwurscht', 'abinoam', 'fabrixxm', 'FULL NAME', 'Hauke Zuehl', 'Michal Supler', 'michal_s', 'Manuel Pérez'] + # this script is in the /util sub-directory of the friendica installation # so the friendica path is the 0th argument of calling this script but we # need to remove the name of the file and the name of the directory path = os.path.abspath(argv[0].split('util/make_credits.py')[0]) print('> base directory is assumed to be: '+path) # a place to store contributors -contributors = [] +contributors = ['Andi Stadler'] # get the contributors print('> getting contributors to the friendica core repository') p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'],