You are not logged in.
Pages: 1
I wonder if there is a way to make an archlinux repository for AUR packages, I think it'll be a lot easier to share these packages to other "Archers" with packages available in local repository like /var/cache/pacman/pkg
Can anyone tell me how to make it, because i cannot find it anywhere so probably with asking in the forum i will find the answer.
Thanks to you guys!
Last edited by ch1pz (2010-04-08 14:29:11)
Offline
first what you call AUR packages are not in fact binary packages but rather builds for making those packages. this means that is no sense for doing a repository.
if you want to redistribute some of the builds out there, the tool for creating a repository is repo-add which is distribute with pacman.
repo-add repo_name.db.tar.gz package-pkgver-pkgrel.pkg.tar.gz
Give what you have. To someone, it may be better than you dare to think.
Offline
There is a wiki entry about this, check the wiki .
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
yey! thanx B! thanks wonder!
i found the answer!
i've done it with editing a line /etc/yaourtrc
uncomment the line and change the line into this
ExportToLocalRepository /var/cache/pacman/pkg
So, when i install a package from aur, a copy to distriubute will available in my computer..yey! thx all!
Offline
Great . Please put [Solved] in your topic title.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Pages: 1