summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2024-04-04tests: run tests in sbuildStefan Lendl
Signed-off-by: Stefan Lendl <s.lendl@proxmox.com> Reviewed-by: Max Carrara <m.carrara@proxmox.com> Tested-by: Max Carrara <m.carrara@proxmox.com> Tested-By: Stefan Hanreich <s.hanreich@proxmox.com>
2023-11-22install dnsmasq@.service snippetWolfgang Bumiller
To - start after networking.service (in order to make sure ifupdown has created all the interfaces before dnsmasq tries to find them via the 'interfaces=' lines. - drop the 'Requires=network.target' since it is not a *provider* of that target Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-06-06skip tests in sbuild environment for nowThomas Lamprecht
they access pmxcfs directly and so cannot really work, this needs to be mocked some day (soon!), but as stop-gap just skip the tests if a sbuild lock is present Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-25separate packaging and source build systemThomas Lamprecht
like almost all of our repos do nowadays, modern git can detect such things on rebase so in development stuff should be hopefully not too much affected by this. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>