File: ReleaseNotes-0.9

package info (click to toggle)
open-build-service 2.9.4-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 30,544 kB
  • sloc: ruby: 73,389; perl: 51,999; xml: 9,782; sh: 5,540; javascript: 2,743; sql: 1,232; python: 435; makefile: 229; cpp: 46
file content (39 lines) | stat: -rw-r--r-- 1,392 bytes parent folder | download | duplicates (3)
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
1. Inter Buildservice Connectivity
----------------------------------

To make the projects of another buildservice available at
http://remote.buildservice.net available, create a project in your
build service containing a "remoteurl" element.

Example:

<project name="openSUSE.org">
  <title>The openSUSE Build Service</title>
  <remoteurl>https://api.opensuse.org/public</remoteurl>
</project>

This allows access to the sources and repositories of the remote
service:
- repository pathes can contain remote repository elements
- source links can refer to remote sources
- aggregations can refer to remote packages

Refering to a remote project works by prepending the project name
of the project containing the remoteurl to the remote project name.
For example, project openSUSE:Tools from the openSUSE build service
would be available by using "openSUSE.org:openSUSE:Tools".

Automatic rebuild triggering also works for remote resources.
You must be the build service administrator to create projects
containing the remoteurl element.

Limitations (aka bugs to be fixed):
- each build service can only be referenced once in your project tree
- remote projects cannot itself be remote on the other service
- remote aggregates must specify which packages to take the binaries
  from
- failing builds because of server unavaiability will not automatically
  be retried

Hava a lot of fun!