1.0 KiB
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:
- obs: build against current resources of https://build.opensuse.org
- published: build against latest released snapshot
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
- git submodule update --init pkg/c/cockpit
- 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.)
- git submodule update --init
- pbuild