-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/156/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
Early versions of postgresql 9.4 generated a warning if the --unit
argument was missing, but this has been relaxed. --unit=postgresql
is now the default if it is unspecified.
Remove the explicit usage to restore compatibility with postgresql
9.3
Diffs
-----
config/roles/databaseserver/role.py b363d29cc1430ebd19924c6029386f059ad5183b
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/156/diff/
Testing
-------
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/157/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
See http://fedoramagazine.org/running-vagrant-fedora-22/ for setting
up Vagrant on Fedora. To quickly provision and deploy the current
code into a Fedora 22 VM, just type 'vagrant up'.
You can also quickly re-deploy your changes with
vagrant rsync && vagrant provision
Diffs
-----
Vagrantfile PRE-CREATION
config/rolekit.service.in 7b28fd00d0fcb75388d8c5f46c7ed94c5efa208b
contrib/vagrant/bootstrap.sh PRE-CREATION
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/157/diff/
Testing
-------
Used this Vagrant image to aid in the conversion to Python 3. It has been reprovisioned and destroyed/recreated many times during this process.
Thanks,
Stephen Gallagher
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-fedoraserver.rhcloud.com/r/158/
-----------------------------------------------------------
Review request for RoleKit Mailing List, Miloslav Trmac, Stephen Gallagher, and Thomas Woerner.
Repository: rolekit
Description
-------
Switch to Python 3
**This is a work-in-progress. Do not commit it**
So far, only the Database Server Role and the main role infrastructure has been converted. I will port over the Domain Controller next. This is made visible for early review.
There is a lot of tracing added in this patch which aided in debugging the port. I decided not to separate it into a separate patch primarily because it would be too much effort.
Diffs
-----
Makefile.am ead7310d6c3b36a702a9ddad3c3c964b4e8ca07b
config/roles/databaseserver/role.py b363d29cc1430ebd19924c6029386f059ad5183b
config/roles/databaseserver/tools/rk_db_setpwd.py c7fecaaa78a392b2d0ea2525d3a563169d852c29
configure.ac dd4b473e5983ced7f3ecf08e457d4578d1eaa9f0
fix_python_shebang.sh 8a0430ce35605e0067f03fa2219c902a8bcbc85c
rolekit.spec 8d798da1c386997061c19e393ea95a3940ff6db1
src/Makefile.am 1777c2d458af10e97914a4fd400952ebfd2b552d
src/rolectl 7d978c2365bbb8e67b19df2d95bf6ac04b8cfe90
src/roled 954071f1d9ee3bedff3525728ba8d5a0c0ec49ed
src/rolekit/async.py b2ba8f8f048757efcf57cb7eaf19fc071c28e5a6
src/rolekit/server/rolebase.py 5deceba3fa7f63f25ff9021c57a63b5470abc1f0
Diff: http://reviewboard-fedoraserver.rhcloud.com/r/158/diff/
Testing
-------
Thanks,
Stephen Gallagher