Project

General

Profile

Creating rebuilded parabola

halogen - almost 2 years ago -

Hello,

I want to rebuild all packages in Parabola repository, and create my own repository for me.
I can clone this repo abslibre.git , but how I can automate building packages?

What are my next steps?


Replies (2)

RE: Creating rebuilded parabola - bill-auger - almost 2 years ago -

packages are built with the `makepkg` or `libremakepkg` programs - you would need to write a script to `cd` into each directory with a PKGBUILD, run the build program, and copy the packages to a common directory - then you would need to define that directory as a custom repo in /etc/pacman.conf

alternatively, you could upload all of the PKGBUILDs to the Opensuse Build Server to build them automatically on their infra, or run your own instance of OBS - OBS automatically sets-up an HTTP repo, serving all of your packages - you would only need to define that repo in /etc/pacman.conf

    (1-2/2)