Skip to content
Snippets Groups Projects
Commit 1eb6fd30 authored by ale's avatar ale
Browse files

Try a simpler approach to package the gitlab-deps-update units

parent 1accc69e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f #!/usr/bin/make -f
# -*- makefile -*- # -*- makefile -*-
SYSTEMD_UNITS = \
gitlab-deps.service \
gitlab-deps-update.timer \
gitlab-deps-update.service
export PYBUILD_NAME=gitlab-deps export PYBUILD_NAME=gitlab-deps
%: %:
...@@ -20,4 +15,5 @@ override_dh_auto_install: ...@@ -20,4 +15,5 @@ override_dh_auto_install:
$(CURDIR)/debian/gitlab-deps/usr/sbin/update-gitlab-deps $(CURDIR)/debian/gitlab-deps/usr/sbin/update-gitlab-deps
override_dh_installsystemd: override_dh_installsystemd:
dh_installsystemd $(SYSTEMD_UNITS) dh_installsystemd --name=gitlab-deps
dh_installsystemd --name=gitlab-deps-update
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment