Commit Graph

2 Commits

Author SHA1 Message Date
Johannes Weiß a6239a9005 make contributors generator executable & change dir correctly (#403)
Motivation:

The script to generate the contributors list wasn't executable and
forgot to change to the correct directory before invoking `git`.

Modifications:

- make `scripts/generate_contributors_list.sh` executable
- correctly change directory before invoking git

Result:

it's now possible to invoke the script without explicitly running `bash`
and it's no longer important what directory one invokes the script from.
2018-05-15 10:24:32 +01:00
Damiaan Dufaux b041136b76 Update contributors.txt using shell script (#398)
Problem: contributors.txt file is out of date

Cause: it is a tedious job to edit this file manually everytime a new person contributes to the project

Solution: create a shell script that extracts all contributors from the git repository and adds it to the contributors.txt file
2018-05-11 17:48:12 +02:00