Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-deps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pipelines
tools
gitlab-deps
Commits
1accc69e
Commit
1accc69e
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Fix a typo in our custom dh_installsystemd rule
parent
7eb16282
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/gitlab-deps.service
+1
-0
1 addition, 0 deletions
debian/gitlab-deps.service
debian/rules
+2
-2
2 additions, 2 deletions
debian/rules
with
3 additions
and
2 deletions
debian/gitlab-deps.service
+
1
−
0
View file @
1accc69e
...
...
@@ -16,6 +16,7 @@ PrivateDevices=yes
ProtectHome
=
yes
ProtectSystem
=
full
ReadOnlyDirectories
=
/
ReadWriteDirectories
=
/var/lib/gitlab-deps
[Install]
WantedBy
=
multi-user.target
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
2
View file @
1accc69e
...
...
@@ -19,5 +19,5 @@ override_dh_auto_install:
install
-o
root
-g
root
-m
755
$(
CURDIR
)
/contrib/update.sh
\
$(
CURDIR
)
/debian/gitlab-deps/usr/sbin/update-gitlab-deps
override_dh_install
_
systemd
:
dh_install
_
systemd
$(
SYSTEMD_UNITS
)
override_dh_installsystemd
:
dh_installsystemd
$(
SYSTEMD_UNITS
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment