Questions tagged [open-build-service]
3 questions
1
vote
1 answer
Open Build Service: PKGBUILD complains: nothing provides perl
I am trying to get Open Build Service to accept this PKGBUILD:
# Maintainer: Ole Tange
pkgname=parallel
pkgver=20200622
pkgrel=2
pkgdesc='Build and execute shell command lines from standard input in…
Ole Tange
- 33,591
- 31
- 102
- 198
0
votes
1 answer
How can I configure Open Build Service to keep more than one package on the repositories?
Open Build Service (OBS), currently only keeps the latest package it builds in the repository. Is there a server-wide configuration I can set to keep the latest 3 packages?
Evan Carroll
- 28,578
- 45
- 164
- 290
-1
votes
1 answer
Going from a binary RPM to an OBS signed rpm?
I have a RPM that I'm currently building with FPM,
fpm --verbose \
-s dir \
-t rpm \
--directories /opt/myprod
--name myprod
--rpm-summary "My Prod"
--version $(git describe --abbrev=0 --tags)
--rpm-sign
--rpm-digest sha512…
Evan Carroll
- 28,578
- 45
- 164
- 290