open-build-service

A generic system to build and distribute packages from sources in an automatic, consistent and reproducible way. Release your software for a wide range of operating systems and hardware architectures.

Github星跟踪图

Build Status
Code Coverage
Code Climate
Depfu

Open Build Service

The Open Build Service (OBS) is a generic system to build and distribute binary packages from sources in an automatic, consistent and reproducible way. You can release packages as well as updates, add-ons, appliances and entire distributions for a wide range of operating systems and hardware architectures. More information can be found on openbuildservice.org.

The OBS consists of a backend and a frontend. The backend implements all the core functionality (i.e. building packages). The frontend provides a web application and XML API for interacting with the backend. Additionally there is a command line client (osc) for the API which is developed in a separate repository.

Licensing

The Open Build Service is Free Software and is released under the terms of the GPL, except where noted. Additionally, 3rd-party content (like, but not exclusively, the webui icon theme) may be released under a different license. Please check the respective files for details.

Community

You can discuss with the OBS Team via IRC on the channel #opensuse-buildservice. Or you can use our mailing list opensuse-buildservice@opensuse.org. Please refer to the openSUSE Mailing Lists page to learn about our mailing list subscription and additional information.

Development / Contribution

If you want to contribute to the OBS please checkout our contribution readme:-)

Source Code Repository Layout

The OBS source code repository is hosted on Github and organized like this:

    dist          Files relevant for our distribution packages
    docs          Documentation, examples and schema files
    src/api       Rails app (Ruby on Rails)
    src/backend   Backend code (Perl)

Installation

To run the OBS in production we recommend using our appliance which is the whole package: A recent and stable Linux Operating System (openSUSE) bundled and pre-configured with all the server and OBS components you need to get going.

If that is not for you because you have some special needs for your setup (e.g. different partition schema, SLES as base system, etc.) you can also install our packages and run a setup wizard.

After finishing the installation of your base system, follow these steps:

  1. Add the OBS software repository with zypper. Please be aware, that the needed URL differs, depending on your Base Operating System. We use openSUSE Leap 15.1 in this example.

    zypper ar -f http://download.opensuse.org/repositories/OBS:/Server:/2.10/openSUSE_15.1/OBS:Server:2.10.repo
    
  2. Install the package

    zypper in -t pattern OBS_Server
    
  3. Run our setup wizard

    /usr/lib/obs/server/setup-appliance.sh --force
    

Advanced Setup

If you have a more complex setup (e.g. a distributed backend) we recommend to read the Administration
chapter in our reference manual.

主要指标

概览
名称与所有者openSUSE/open-build-service
主编程语言Ruby
编程语言Shell (语言数: 13)
平台
许可证GNU General Public License v2.0
所有者活动
创建于2011-07-14 06:52:57
推送于2025-06-10 19:36:02
最后一次提交2025-06-10 10:58:23
发布数150
最新版本名称2.10.28 (发布于 2025-05-19 13:54:51)
第一版名称1.7.0 (发布于 )
用户参与
星数1k
关注者数65
派生数448
提交数44.6k
已启用问题?
问题数4138
打开的问题数1017
拉请求数11617
打开的拉请求数143
关闭的拉请求数2049
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?