]> xenbits.xensource.com Git - libvirt.git/commit
docs: rewrite polkit docs generator in Python
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 30 Aug 2019 12:22:54 +0000 (13:22 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 20 Dec 2019 14:23:40 +0000 (14:23 +0000)
commit6a64be6c780e2c5f49c5e6353fbff3ac6dccb267
tree46a1fa357eed0d0099227c20a968530f3d051107
parent52a2c5b06b6157d86ca6621d99b280cc0d57d857
docs: rewrite polkit docs generator in Python

As part of a goal to eliminate Perl from libvirt build tools,
rewrite the genaclperms.pl tool in Python.

This was a straight conversion, manually going line-by-line to
change the syntax from Perl to Python. Thus the overall structure
of the file and approach is the same.

Tested-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Makefile.am
docs/Makefile.am
docs/genaclperms.pl [deleted file]
scripts/genaclperms.py [new file with mode: 0755]