Commit Graph

8 Commits

Author SHA1 Message Date
26a4ca6ab5 migrate moncheck to slog
With this moncheck itself is also changed to use slog.
The early config parsing is still using log as we do not have any idea
what else to use.
But from then slog is used at all points.

With the additional config options a man page was also added to explain
the new config options.
2023-09-05 15:07:38 +02:00
fa05045d31 cmd/monfront - import monfront from separate repository
This is the import from the separate monfront repository. The history
could not be imported, but this should suffice.
2021-12-02 17:54:14 +01:00
88b50033d0 make build the default 2019-08-12 14:49:32 +02:00
0202d1c410 disable CGO support because of build errors 2019-05-28 13:40:36 +02:00
e5ac5a4e53 move monfront to separate repository
Monfront was forked into its own repository to make it easier to work
on.
2019-03-13 14:29:50 +01:00
9ea6b0f343 fix the release script
The config directory was pushed into a subdirectory, when it wasn't
necessary. This lead to a double monzero path mention.
2019-01-07 09:43:18 +01:00
cb5b49e4d6 use GOOS to compile for correct environment 2018-12-12 14:04:22 +01:00
c404a6c778 add makefile to create release
This adds a makefile to build a release of the programs.
2018-12-12 11:19:26 +01:00