Skip to content
Snippets Groups Projects

Add state load/dump logic to the main server binary

Open ale requested to merge pass-state into master
+ 1
1
@@ -5,7 +5,7 @@ export DH_GOLANG_EXCLUDES = vendor
%:
dh $@ --with systemd --with golang --buildsystem golang
dh $@ --with golang --buildsystem golang
override_dh_auto_install:
dh_auto_install -- --no-source
Loading