forked from openSUSE/open-build-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReleaseNotes-2.4
170 lines (111 loc) · 5.73 KB
/
ReleaseNotes-2.4
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
### WARNING:
### WARNING: This version is currently NOT for production use!
### WARNING:
#
# Open Build Service 2.4
#
Please read the README.SETUP file for initial installation
instructions or use the OBS Appliance from
http://en.opensuse.org/Build_Service/OBS-Appliance
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.
Temporary Problems:
===================
* No gui interface for managing users and groups. api
routes have to be enhanced and webui needs to get support
for using it.
Regressions:
============
* LDAP support is not tested and in unknown state (not part of test suite)
(A rewrite of it is WIP)
* source service editor in webui is not available anymore
Changes on purpose:
===================
* Migration to Ruby 1.9 and Rails 3.2
* request database got moved from backend to the api. Directly
after update all requests seem to have vanished, but a delayed
job is importing them again. This can take some hours dependening
on the amount of requests.
* package meta of package copy command is not copying
relationships and devel definitions anymore
* Requests do require a description now in any case
* webui configurations got moved from environments/*.rb to config/options.yml.
* Package conflicts and obsoletes are taken into account when resolving
dependencies for build jobs. This improves build consistency but may also lead
to new "unresolvable" errors, since they were ignored so far. The old behaviour
can be restored by adding the following line into the project configuration:
ExpandFlags: ignoreconflicts
* cross architecture build directives in project configuration
CBInstall and CBPreinstall are not supported anymore. Use standard "Install" and
"Preinstall" directives instead.
=> all architectures can be used as host for cross build now.
* The api file/distribution.xml is obsolete, the config gets stored in the SQL database
now. Existing file gets imported during migration.
The list from remote instances can displayed and updated automatically now.
* The api has no html pages anymore. The user and group management went into the
standard webui configuration module.
Features
========
* Arch Linux package format support got added.
* Build Job Constraints handling. It can be used to define build
instance requirements for certain build jobs. Either for defined
package sources or for all repositories.
Documentation about this can be found here:
http://openbuildservice.org/help/manuals/obs-reference-guide/cha.obs.build_job_constraints.html
* Support of preinstall images, which can be used to speed up build
jobs. They need to be build manually, but get automatically used for
creating a build instance base in a faster way than just with installing
packages.
* Static links (without version and release numbers) for binary results
in the published repositories can be configured now. This can be done via
the "staticlinks" keyword in Repotype: definition.
* Build Prerequires can be used also with the FileProvides feature in the
build configuration now.
* Regular users can copy entire projects (without binary results) now.
* Upload of binaries via api is allowed to administrators now.
* Data about used resources of build jobs get collected. However it
gets not yet used for build job assignment
* Requests can be listed also for given groups now.
* Checkout of delete packages does not require a srcmd5 sum anymore.
* Delete Requests can be used to request deletion of repositories from
a project.
* Support of creation of application data xml which can be used for app
stores for application centric browsing versus package browsing.
* Support hugetable memory usage for kvm workers.
* Support building cross build formats, eg. building an rpm with a kiwi
build description or an deb package via a .spec file.
* Efficient transport of product build results from worker to backend.
* aarch64 architecture added (aka armv8 or arm64)
* New generic "emulator" virtualization support. Can be used to build inside
of system emulators (for foreign hardware for example)
* New s390 z/VM virtualization support.
* Asynchronus mode for handling interconnects is available. This will avoid
scheduler hangups with slow or broken network to a remote instance.
Enable this via
Deprecated:
===========
The following calls have been marked as deprecated, they will get removed in OBS 3.0
* api
- /person/$LOGIN/group -> use /group?login=$LOGIN instead
- /search/project_id -> use /search/project/id instead
- /search/package_id -> use /search/package/id instead
* The deprecated support to copy qemu binaries from external build host into
build environment has been removed. This includes also the CBInstall and CBPreinstall
project configuration directives.
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