
Pushing to the "traditional" lookaside structure ¶ lookaside_upload_sig allows uploading to the same lookaside structure as the one used by CentOS Stream and Fedora: baseurl/pkgname/tarball/hashtype/hash/tarball ( example)īoth scripts need some paramters, simply use -h to see them.īack to our example.lookaside_upload allows uploading to the traditional CentOS Linux structure: baseurl/pkgname/branch/hash ( example).There are two path available for the lookaside cache, each is available using a different script: either script lookaside_upload or lookaside_upload_sig in your $PATH (coming from centos-git-common git repo, see above).
a valid TLS cert (also needed to build on ) obtained through centos-cert util. To be able to push to lookaside cache, we need the following : Let's assume that my pkg centpkg-minimal that I want to build has an archive called. To push to lookaside cache you need to have already a local check out from Pushing first to lookaside cache ¶ spec file to build the rpm, to the git repository In the rest of the document we will use the following example : Build the package centpkg-minimal,Īs a member of the sig-core SIG group. Your SIG chair or people that have been granted access by the SIG chair, will beĪble to create the project for your package directly. To request that the git repo for /rpms/ be created. You want to build is not there yet, you will have to create a ticket first at: Will not cover which aspect of which model is compatible with the other one. Places, it is recommended that SIGs pick a model and follow it. While both model can be intertwined in some It should be noted that two model exists, the "traditional" model and the oneīased on CentOS Stream and Fedora. Covers both centos4 and centos5This page documents how SIGs can upload the sources of their RPM into the lookasideĬache and how they should set-up their corresponding git repository. (where N is > 10 and based on your preference) These are comments I made to myself for installing rpmforge repository on my Centos machines. (where N is > 10 and based on your preference)ĭescription These are comments I made to myself for installing rpmforge repository on my Centos machines. Third Party Repos such as rpmforge … priority=N To a repository entry, where N is an integer number from 1 to 99. repo files in /etc// and set up priorities by adding
Rpm -i rpmforge-release-0.3.i386.rpmĮdit the. Make sure that yum-priorities is enabled by editing theįile, and ensuring that it contains the following lines: Covers both centos4 and centos5Ĭentos4: yum –enablerepo=extras install yum-plugin-priorities These are comments I made to myself for installing rpmforge repository on my Centos machines.