Skip to content

Commit

Permalink
contrib: update (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode authored Apr 1, 2020
1 parent dc7f449 commit 191593f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
- Alex Unger <zyxancf@gmail.com>
- Andrew Schleifer <me@andrewschleifer.name>
- Aritz Brosa <aritz.brosa.iartza@cern.ch>
- Diogo Castro <diogo.castro@cern.ch>
- Felix Hillingshaeuser <felix@mxcore.de>
- Giuseppe Lo Presti <giuseppe.lopresti@cern.ch>
- Hannah von Reth <vonreth@kde.org>
- Hugo Gonzalez Labrador <github@hugo.labkode.com>
- Ilja Neumann <ineumann@owncloud.com>
- Ilja Neumann <node512@gmail.com>
- Ishank Arora <ishank.arora@cern.ch>
- Ishank Arora <ishank011@gmail.com>
- Jörn Friedrich Dreyer <jfd@butonic.de>
- LovisaLugnegard <lovisa.lugnegard@gmail.com>
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT_DIRTY=`git diff-index --quiet HEAD -- || echo "dirty-"`
VERSION=`git describe --always`
GO_VERSION=`go version | awk '{print $$3}'`

default: build test lint contrib
default: build test lint
release: deps build test lint

off:
Expand Down Expand Up @@ -43,7 +43,7 @@ lint:
`go env GOPATH`/bin/golangci-lint run

contrib:
#git shortlog -se | cut -c8- | sort -u | awk '{print "-", $$0}' | grep -v 'users.noreply.github.com' > CONTRIBUTORS.md
git shortlog -se | cut -c8- | sort -u | awk '{print "-", $$0}' | grep -v 'users.noreply.github.com' > CONTRIBUTORS.md

# for manual building only
deps:
Expand Down

0 comments on commit 191593f

Please sign in to comment.