Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silver-platter
gitlab-deps
Commits
1eb6fd30
Commit
1eb6fd30
authored
Aug 23, 2020
by
ale
Browse files
Try a simpler approach to package the gitlab-deps-update units
parent
1accc69e
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
1eb6fd30
#!/usr/bin/make -f
# -*- makefile -*-
SYSTEMD_UNITS
=
\
gitlab-deps.service
\
gitlab-deps-update.timer
\
gitlab-deps-update.service
export
PYBUILD_NAME
=
gitlab-deps
%
:
...
...
@@ -20,4 +15,5 @@ override_dh_auto_install:
$(CURDIR)
/debian/gitlab-deps/usr/sbin/update-gitlab-deps
override_dh_installsystemd
:
dh_installsystemd
$(SYSTEMD_UNITS)
dh_installsystemd
--name
=
gitlab-deps
dh_installsystemd
--name
=
gitlab-deps-update
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment