-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://fedorahosted.org/reviewboard/r/299/
-----------------------------------------------------------
Review request for rolekit reviewers, Stephen Gallagher and Thomas Woerner.
Repository: rolekit
Description
-------
Fixed dbus path for roles
Diffs
-----
src/rolekit/config/dbus.py 6242a3f63eb09e24e56feb58b77f957bde8c0ead
Diff: https://fedorahosted.org/reviewboard/r/299/diff/
Testing
-------
Thanks,
Thomas Woerner
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://fedorahosted.org/reviewboard/r/297/
-----------------------------------------------------------
Review request for rolekit reviewers, Stephen Gallagher and Thomas Woerner.
Repository: rolekit
Description
-------
RoleBase: Fixed version type: should be int
Diffs
-----
src/rolekit/server/role.py 6ed6dd2005cbb24fc12e347205ba7102cafe2753
Diff: https://fedorahosted.org/reviewboard/r/297/diff/
Testing
-------
Thanks,
Thomas Woerner
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://fedorahosted.org/reviewboard/r/298/
-----------------------------------------------------------
Review request for rolekit reviewers, Stephen Gallagher and Thomas Woerner.
Repository: rolekit
Description
-------
roled: Fixed getRolesByState return type, should be array of object path
Diffs
-----
src/rolekit/server/roled.py 9bf23c5f4ff978dab7f8f89e4041a165f4e4e933
Diff: https://fedorahosted.org/reviewboard/r/298/diff/
Testing
-------
Thanks,
Thomas Woerner
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://fedorahosted.org/reviewboard/r/296/
-----------------------------------------------------------
Review request for rolekit reviewers, Stephen Gallagher and Thomas Woerner.
Repository: rolekit
Description
-------
Numerous minor fixes to get rolectl connecting to the running
rolekit daemon.
Diffs
-----
src/rolekit/client.py 8f3d648a0c6b06a94d3562e5330ff0af08d5d14a
src/rolectl 317d9030cee97806b7d015fea6d5505d1469d621
Diff: https://fedorahosted.org/reviewboard/r/296/diff/
Testing
-------
With rolekit shut down:
[sgallagh@sgallagh540:src (master)]$ ./rolectl --help
Usage: rolectl [OPTIONS...]
General Options
-h, --help Prints a short help text and exists
-V, --version Print the version string of rolekit
-q, --quiet Do not print status messages
[sgallagh@sgallagh540:src (master)]$ ./rolectl -v
Rolekit is not running
With rolekit running:
[sgallagh@sgallagh540:src (master)]$ ./rolectl -v
success
[sgallagh@sgallagh540:src (master)]$ ./rolectl -vs
Error: No property status on object interface org.fedoraproject.rolekit1
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://fedorahosted.org/reviewboard/r/293/
-----------------------------------------------------------
Review request for rolekit reviewers and Thomas Woerner.
Repository: rolekit
Description
-------
Add missing python files to tarball
Diffs
-----
src/Makefile.am a3068b43e28c4ad1f682de37506d2850c2238c6b
Diff: https://fedorahosted.org/reviewboard/r/293/diff/
Testing
-------
'make test-rpm' installed and started the service.
Prior to this patch, roled would immediately exit with an ImportError for logger.py
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://fedorahosted.org/reviewboard/r/294/
-----------------------------------------------------------
Review request for rolekit reviewers.
Repository: rolekit
Description
-------
Just cleans things up and splits them into functions
Diffs
-----
src/roled c2d6dd916a03cfdc0a4a526f594e8d1c21cea98e
Diff: https://fedorahosted.org/reviewboard/r/294/diff/
Testing
-------
Verified that roled starts up. Used d-feet to see that the expected D-BUS APIs were presented.
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://fedorahosted.org/reviewboard/r/292/
-----------------------------------------------------------
Review request for rolekit reviewers and Thomas Woerner.
Repository: rolekit
Description
-------
Fix roled name in .service file
Diffs
-----
config/rolekit.service.in 5d37fe5d6de814aff15e77034185ccf8a180eb39
Diff: https://fedorahosted.org/reviewboard/r/292/diff/
Testing
-------
Installed and ran 'systemctl start rolekit'
Thanks,
Stephen Gallagher