Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 21fbfa34859a6635a100f9ab92859a5b237c213c
https://github.com/openSUSE/open-build-service/commit/21fbfa34859a6635a100f…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2019-07-30 (Tue, 30 Jul 2019)
Changed paths:
M src/backend/BSStdServer.pm
Log Message:
-----------
[backend] BSStdServer.pm: give more hints about the reason why we can't write in rundir
Patch by Ralf Habacker.
Commit: 42c9fe9596d92b17b450c374ca4c4b0d1308fda7
https://github.com/openSUSE/open-build-service/commit/42c9fe9596d92b17b450c…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2019-08-01 (Thu, 01 Aug 2019)
Changed paths:
M src/backend/BSStdRunner.pm
M src/backend/BSUtil.pm
Log Message:
-----------
[backend] BSUtil::openlog(): also chown the log file
Otherwise a server restart will not be able to reopen
the logfile.
Commit: 2e5fff98f82aad493af44129cde2d85369398efe
https://github.com/openSUSE/open-build-service/commit/2e5fff98f82aad493af44…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2019-08-01 (Thu, 01 Aug 2019)
Changed paths:
M src/backend/BSStdRunner.pm
M src/backend/BSStdServer.pm
M src/backend/BSUtil.pm
Log Message:
-----------
Merge pull request #7998 from mlschroe/master
[backend] BSStdServer.pm: give more hints about the reason why we can…
Compare: https://github.com/openSUSE/open-build-service/compare/a10ac2819ebe...2e5ff…
Branch: refs/heads/2.10
Home: https://github.com/openSUSE/open-build-service
Commit: d6087d2c8f4ac0912cf2b06913188ee17cd50104
https://github.com/openSUSE/open-build-service/commit/d6087d2c8f4ac0912cf2b…
Author: Frank Schreiner <schreiner(a)suse.de>
Date: 2019-08-01 (Thu, 01 Aug 2019)
Changed paths:
M dist/obs-server.spec
M src/backend/Makefile
Log Message:
-----------
[dist] Include backend data dirs in package
Setting proper permissions for the top level directories in /srv/obs.
This was formerly done by "obsstoragesetup" only.
As "obsstoragesetup" should not be mandatory to run to get an working OBS
server, now this also done in the package. We also keep the old method in
"obsstoragesetup" as it gives the possibility to change OBS_BASE_DIR to users
needs.
Fixes #7984