saschpe / open-build-service

The Open Build Service (OBS) is an open and complete software distribution development platform. It provides the infrastructure to create software packages for a wide range of operating systems and hardware architectures as well as add-ons, appliance images or entire linux distributions.

Home Page:http://openbuildservice.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Climate

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, including the official books for OBS.

Organization

The Open Build Service consists of several parts, namely the backend, the api and the webui. The backend implements all the core functionality (i.e. the business logic), whereas the webui provides a neat browser interface. The api forms the glue between those components and also serves as the integration point to other external tools (hence it's name). Therefore the source code is organized like this:

###Directory Description

dist          Files relevant for (distro) packaging
docs          Documentation, examples and schema files
src/api       Api code (Ruby / Ruby on Rails)
src/backend   Backend code (Perl)
src/webui     Webui code (Ruby / Ruby on Rails)

Note that the three parts each also have their own documentation found in their respective subdirectories.

Installation, deployment and development

These topics are covered in the INSTALL file and on the openSUSE wiki.

###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.

###Contact

The Build Service project is hosted on Github and 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

Your Open Build Service Team

About

The Open Build Service (OBS) is an open and complete software distribution development platform. It provides the infrastructure to create software packages for a wide range of operating systems and hardware architectures as well as add-ons, appliance images or entire linux distributions.

http://openbuildservice.org/

License:GNU General Public License v2.0


Languages

Language:Ruby 52.2%Language:Perl 33.1%Language:JavaScript 10.7%Language:Shell 2.9%Language:Python 0.7%Language:CSS 0.3%Language:C++ 0.0%Language:Lua 0.0%Language:C 0.0%