summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* #988 remove legacy configurationOpenGnSys Support Team2020-10-071-2/+0
| | | | | Use og_server_cfg everywhere. Convert port to string to make it easy for the dbi API since it expects a string. Remove legacy example configuration file.
* #988 rename og_server_cfg to cfgOpenGnSys Support Team2020-10-071-4/+4
| | | | to avoid clash with existing variable cfg in client.c
* #1004 set default path to repositoryOpenGnSys Support Team2020-10-061-1/+6
| | | | This is /opt/opengnsys/images if not specified.
* #988 remove legacy configuration fileOpenGnSys Support Team2020-10-051-11/+32
| | | | Add getopt parser and use json configuration file instead.
* #988 Add global config variableJavier Sánchez Parra2020-09-291-1/+2
| | | | | | This commit makes configuration variable global. To use this variable you have to #import "cfg.h".
* #998 disable incremental image APIOpenGnSys Support Team2020-08-141-6/+0
| | | | This API is not supported by ogClient yet and it uses the obsolete socket hydra API.
* #971 rename sources folder to srcOpenGnSys Support Team2020-06-261-0/+84
Use the same folder as in ogClient.