1
0
forked from openSUSE/Factory
Files
Factory/BUILD.md

1.0 KiB

Local build of Factory packages

This git repository is supposed to provide all sources of openSUSE Factory in future.

Any part or even the entire project can get rebuild using the openSUSE build toolings. You have different options here:

  • plain "build" script: It can be used to build a single package against an existing binary repository.

  • pbuild: It offers to build entire project or single packages. Furthermore it comes with two presets:

    Any downloading of required resources is handled by the tool

  • OBS: This repository can be used in any OBS 3.0 server instance.

Examples

Build a single package

  1. git submodule update --init pkg/c/cockpit
  2. pbuild --single cockpit

Build entire project

WARNING: Make sure you know how much resources this takes and how long it will take ... (Hint, binaries for one architecture are about 0.5TB.)

  1. git submodule update --init
  2. pbuild