Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
open-build-service-debian
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
obs
open-build-service-debian
Commits
2e4582c4
Verified
Commit
2e4582c4
authored
4 years ago
by
Andrej Shadura
Browse files
Options
Downloads
Patches
Plain Diff
Clean up stale pid files on start
Signed-off-by:
Andrej Shadura
<
andrew.shadura@collabora.co.uk
>
parent
70ac63d7
Branches
Branches containing commit
No related tags found
1 merge request
!21
OBS SSO implementation
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/docker-entrypoint.sh
+1
-1
1 addition, 1 deletion
docker/docker-entrypoint.sh
with
1 addition
and
1 deletion
docker/docker-entrypoint.sh
+
1
−
1
View file @
2e4582c4
#!/bin/sh
#!/bin/sh
# Make sure there are no stale files from previous runs
# Make sure there are no stale files from previous runs
rm
-rfv
/run/
*
rm
-rfv
/run/
*
/var/cache/obs/tmp/pids/
*
mkdir
-m
a
=
rwxt /run/lock
mkdir
-m
a
=
rwxt /run/lock
/opt/configure-db.sh
/opt/configure-db.sh
...
...
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