summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* #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.