libvirt/scripts/meson-gen-authors.py
Pavel Hrdina 932a5b5499 meson: generate and distribute spec files and AUTHORS
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
2020-08-03 09:27:06 +02:00

9 lines
175 B
Python
Executable File

#!/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')