Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
open-build-service
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
Package registry
Container Registry
Model registry
Operate
Terraform modules
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
obs
open-build-service
Merge requests
!2
Add Dockerisation and Collabora-specific patches
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add Dockerisation and Collabora-specific patches
collabora/rebase
into
collabora/staging
Overview
26
Commits
35
Pipelines
33
Changes
1
Merged
Andrej Shadura
requested to merge
collabora/rebase
into
collabora/staging
3 years ago
Overview
26
Commits
35
Pipelines
33
Changes
1
Expand
This does not include SSO yet.
Task:
https://phabricator.apertis.org/T8044
Edited
3 years ago
by
Emanuele Aina
0
0
Merge request reports
Viewing commit
3f26e9a3
Show latest version
1 file
+
10
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
3f26e9a3
Create GNUPGHOME if missing, set env var
· 3f26e9a3
Andrej Shadura
authored
3 years ago
docker/backend-docker-entrypoint.sh
+
10
−
0
Options
@@ -12,6 +12,16 @@ then
@@ -12,6 +12,16 @@ then
chown
obsrun:obsrun
-R
/srv/obs
chown
obsrun:obsrun
-R
/srv/obs
fi
fi
if
[
!
-d
/srv/obs/gnupg
]
then
echo
"GnuPG homedir is missing!"
mkdir
-m
0700 /srv/obs/gnupg
chown
obsrun:obsrun /srv/obs/gnupg
gpg
--list-keys
--homedir
/srv/obs/gnupg
fi
export
GNUGPHOME
=
/srv/obs/gnupg
if
[
!
-f
/etc/obs/BSConfig.pm
]
if
[
!
-f
/etc/obs/BSConfig.pm
]
then
then
echo
"OBS backend configuration not found, starting from scratch"
echo
"OBS backend configuration not found, starting from scratch"
Loading