File: gen-authors.py

package info (click to toggle)
libvirt-glib 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,592 kB
  • sloc: ansic: 21,146; xml: 591; sh: 471; python: 310; javascript: 30; makefile: 9
file content (8 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#!/usr/bin/env python3

import os

meson_source_root = os.environ['MESON_SOURCE_ROOT']

os.chdir(meson_source_root)
os.system('git log --pretty=format:"* %aN <%aE>" | sort -u')