Skip to content
Snippets Groups Projects

Add Dockerisation and Collabora-specific patches

Merged Andrej Shadura requested to merge collabora/rebase into collabora/staging
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
@@ -12,6 +12,16 @@ then
chown obsrun:obsrun -R /srv/obs
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 ]
then
echo "OBS backend configuration not found, starting from scratch"
Loading