Release 0.2.0
- Fix Python 3 compatibility - update Vagrant setup - add Docker setup -----BEGIN PGP SIGNATURE----- iQFIBAABCgAyFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAl6QW20UHGphbkBkaXR0 YmVybmVyLmluZm8ACgkQDXkdyNc3wdk6ZAgA0kQOemCPtnEDD/94eGyCrxIAoT5H RnTD1AhXLAjPulEOEdLpBoVsZZ+HY/jpW8cXMfwiZthFNkIDE/0idTA87BbONPxR slZxus9LSzIzYyz2QeIcMyL9C9MIRBRIV0i4oODypEsGKahDpMKbBtrXRLhCjjr5 nAKghxlq2pITStglhFZF4DNLjl0y1clJ+rxR7inLn0xs9G4/s29AapisYJzE0eW2 7Cl3hy8WXyn7jqcIw3IuETsP4Js+AHsFVFTmezsC2kO9UTR2zzPGpMlWFHYyP3bm Qgg/djTlHw9opxxgghBdRljgfOal/xMjxGXR8/mgHNFMBy7T4JZBvoFGLA== =nG4l -----END PGP SIGNATURE----- Merge tag '0.2.0' Release 0.2.0 - Fix Python 3 compatibility - update Vagrant setup - add Docker setup
This commit is contained in:
commit
c60751e161
3 changed files with 3 additions and 1 deletions
|
@ -10,4 +10,4 @@ customer management at `Jan Dittberner IT-Consulting & -Solutions
|
|||
|
||||
Read the :doc:`Installation instructions <install>` to get started locally.
|
||||
|
||||
The project page for gvafile is at http://dev.gnuviech-server.de/gvamysql.
|
||||
The project page for gvafile is at http://git.dittberner.info/gnuviech/gvamysql.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.2.0 <2020-04-10>`
|
||||
* :support:`-` add Docker setup for lightweight local testing
|
||||
* :support:`-` update Vagrant setup to libvirt and Debian Buster
|
||||
* :support:`-` move mysqltasks to top level to keep the task names when
|
||||
|
|
|
@ -25,6 +25,7 @@ os.environ["GVAMYSQL_DBADMIN_HOST"] = "localhost"
|
|||
os.environ["GVAMYSQL_DBADMIN_PORT"] = "3306"
|
||||
os.environ["GVAMYSQL_DBADMIN_USER"] = "gvamysql"
|
||||
os.environ["GVAMYSQL_DBADMIN_PASSWORD"] = "sUp3rS3cr3t"
|
||||
os.environ['GVAMYSQL_RESULTS_REDIS_URL'] = 'redis://'
|
||||
|
||||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue