All Projects → openSUSE → Open Build Service

openSUSE / Open Build Service

Licence: gpl-2.0
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Open Build Service

Fpm Within Docker
Leverage fpm inside pre-baked docker images in order to build and test native DEB and RPM packages.
Stars: ✭ 80 (-86.64%)
Mutual labels:  packaging, ubuntu, debian, centos, fedora, rpm, deb
Atilo
Linux installer for termux
Stars: ✭ 629 (+5.01%)
Mutual labels:  ubuntu, debian, centos, archlinux, fedora
Anlinux Adfree
AnLinux, Ad free version.
Stars: ✭ 127 (-78.8%)
Mutual labels:  ubuntu, debian, centos, archlinux, fedora
Anlinux App
AnLinux allow you to run Linux on Android without root access.
Stars: ✭ 614 (+2.5%)
Mutual labels:  ubuntu, debian, centos, archlinux, fedora
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (-77.46%)
Mutual labels:  ubuntu, debian, centos, archlinux, fedora
Docker Rpm Builder
Build native RPM packages for Centos/RHEL/Fedora from any Linux distro or even OSX, by leveraging docker capabilities.
Stars: ✭ 366 (-38.9%)
Mutual labels:  packaging, centos, fedora, rpm
App Outlet
A Universal linux app store
Stars: ✭ 131 (-78.13%)
Mutual labels:  appimage, ubuntu, debian, deb
Ansible Role Security
Ansible Role - Security
Stars: ✭ 398 (-33.56%)
Mutual labels:  ubuntu, debian, centos, fedora
darknet.py
darknet.py is a network application with no dependencies other than Python and Tor, useful to anonymize the traffic of linux servers and workstations.
Stars: ✭ 71 (-88.15%)
Mutual labels:  debian, ubuntu, fedora, centos
Rofi
A large collection of Rofi based custom Menu, Applets, Launchers & Powermenus.
Stars: ✭ 2,907 (+385.31%)
Mutual labels:  ubuntu, debian, archlinux, fedora
Debreate
A utility for creating Debian packages.
Stars: ✭ 70 (-88.31%)
Mutual labels:  packaging, ubuntu, debian, deb
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (-49.42%)
Mutual labels:  ubuntu, debian, centos, fedora
Kvm Install Vm
Bash script to build local virtual machines using KVM/libvirt and cloud-init.
Stars: ✭ 248 (-58.6%)
Mutual labels:  ubuntu, debian, centos, fedora
Openvpn Install
OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
Stars: ✭ 14,199 (+2270.45%)
Mutual labels:  ubuntu, debian, centos, fedora
airgeddon deb packages
Useful related to airgeddon packages for Debian based Linux distributions
Stars: ✭ 22 (-96.33%)
Mutual labels:  debian, packages, ubuntu, deb
Spotcommander
The most intuitive and feature-rich remote control for Spotify for Linux
Stars: ✭ 152 (-74.62%)
Mutual labels:  ubuntu, debian, archlinux, fedora
Ansible Role Apache
Ansible Role - Apache 2.x.
Stars: ✭ 341 (-43.07%)
Mutual labels:  ubuntu, debian, centos, fedora
Invidious-Updater
Automatic install and update script for Invidious
Stars: ✭ 181 (-69.78%)
Mutual labels:  debian, archlinux, fedora, centos
Ansible Role Firewall
Ansible Role - iptables Firewall configuration.
Stars: ✭ 343 (-42.74%)
Mutual labels:  ubuntu, debian, centos, fedora
Archcraft
// Source : ISO
Stars: ✭ 437 (-27.05%)
Mutual labels:  ubuntu, debian, archlinux, fedora

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 [email protected]. 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 https://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 user manual.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].