Tom Gundersen
b60f580d92
tree-wide: use a standard project layout
...
Keep main.go files under cmd/ and internal libraries under internal/.
This will allow us to add more exutables under cmd/ (whereas only one
was possible when main.go was kept in the root).
Signed-off-by: Tom Gundersen <teg@jklm.no>
2019-09-24 00:03:53 +02:00
Lars Karlitski
11af3f0c0b
main: save state of weldr server to /var/lib
2019-09-15 18:51:21 +02:00
Lars Karlitski
2ee12e2b51
main: add -v command line flag
...
Only log accesses when -v is given.
2019-09-14 13:56:55 +02:00
Lars Karlitski
a63a408c06
main: remove stale socket, if it exists
2019-09-14 08:44:52 +02:00
Lars Karlitski
dd3b837d8d
weldr: remove Composer interface
...
No need to have an interface we don't really use yet. This moves
fetching the list of packages out of weldr, which will ease testing.
2019-09-14 07:41:39 +02:00
Lars Karlitski
1adbf1a4a6
osbuild-composer
2019-09-13 18:50:13 +02:00