mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-07 17:17:45 +03:00
b2c072cf0b
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
9 lines
177 B
Python
Executable File
9 lines
177 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')
|