forked from openSUSE/open-build-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReleaseNotes-2.9
94 lines (61 loc) · 2.48 KB
/
ReleaseNotes-2.9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#
# Open Build Service 2.9
#
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
========
UI:
* Kerberos authentication mode. Allow OBS admins to setup their instance for
kerberos authentication. Read more in the OBS Admin Guide.
* Users can see the job history list of a specific package via the package binaries page
* New GPG key details dialog
* RSS Feeds for User's Notifications is now available
* Kiwi image editor feature. Repositories of a kiwi file can be updated. Also the packages list.
API:
* Kerberos authentication mode
* api_relative_url_root option was removed
Backend:
* support showing source files in blame view (works also via links)
* support project copy with makeoriginolder option
Shipment:
*
Wanted changes:
===============
* creating of repositories on branching has changed if repositories of the
source refer each other. This gets recreated in new project.
* project copy is not adding the user anymore
* service dispatcher is used by default now
* The editing of a user's realname, email adress or password is no longer possible if LDAP mode is activated
* Unused ldap options in options.yml were dropped:
- ldap_update_support
- ldap_object_class
- ldap_entry_base
- ldap_sn_attr_required
* dropping of the project/package tag functionality/api
Other 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