Skip to content

Commit

Permalink
[dist] open 2.7 development
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 4, 2014
1 parent 183311f commit e14aa8b
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 2 deletions.
63 changes: 63 additions & 0 deletions ReleaseNotes-2.7
@@ -0,0 +1,63 @@

#
# Open Build Service 2.7
#

WARNING:
WARNING: This is a development release, not for production usage!
WARNING:




Please read the README.SETUP file for initial installation
instructions or use the OBS Appliance from

http://openbuildservice.org/download/

There is also an install medium with installs OBS on hard disc now.

dist/README.UPDATERS file has informations for updaters.

OBS Appliance users who have setup their LVM can just replace
their appliance image without data loss. The migration will
happen automatically.


Features
========

*

Changes on purpose:
===================

*

Incompatible changes:
=====================

*

Notes for systems using systemd:
================================

OBS is using init scripts, not systemd style .service files. This will stay until
we will switch from SLES 11 to SLES 12 as default production platform.

openSUSE installations may use systemd (instead of sysvinit) and it should work
in general. Not working are usages like

# rcobssrcserver status

You will only get the systemd status here.

Also stopping services may not kill all processes, which leads to abstract errors
when trying to restart them. We heard also about trashed MySQL databases when using
systemd.

To avoid these problems you need switch directory to avoid the systemd mapper:

# cd /etc/init.d
# ./obssrcserver status|stop|start

2 changes: 1 addition & 1 deletion dist/obs-api-deps.spec
Expand Up @@ -20,7 +20,7 @@ Name: obs-api-deps
Summary: The Open Build Service -- Gem dependencies
License: MIT
Group: Productivity/Networking/Web/Utilities
Version: 2.5.5020140303
Version: 2.6.5020140303
Release: 0
Url: http://en.opensuse.org/Build_Service
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion dist/obs-server.spec
Expand Up @@ -36,7 +36,7 @@ License: GPL-2.0 and GPL-3.0
%if 0%{?suse_version} < 1210 && 0%{?suse_version:1}
Group: Productivity/Networking/Web/Utilities
%endif
Version: 2.5.50_113_g117c617
Version: 2.6.50_113_g117c617
Release: 0
Url: http://en.opensuse.org/Build_Service
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
File renamed without changes.

0 comments on commit e14aa8b

Please sign in to comment.