File: update-authors.sh

package info (click to toggle)
dbus 1.16.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,028 kB
  • sloc: ansic: 106,011; xml: 9,270; sh: 1,954; python: 242; makefile: 227; cpp: 27
file content (12 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Copyright 2010 Lennart Poettering
# Copyright 2022 Simon McVittie
# SPDX-License-Identifier: MIT

set -eux

if [ -n "${MESON_SOURCE_ROOT-}" ]; then
    cd "${MESON_SOURCE_ROOT}"
fi

git shortlog -s -e | cut -c 8- | sort > AUTHORS