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
@@ -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