You are not logged in.

#1 2015-04-22 11:12:37

starMo
Member
Registered: 2015-04-20
Posts: 10

Createing your own repo

Guys I read the wiki
https://wiki.archlinux.org/index.php/Local_repository

And I'm not sure that I understand it very well, can anyone give me a guide thourgh, or tutorial on how to create your own repository.
That whould be it for beggining.

Thank you, I appricaite it.


“Just because I am alone, does not mean I am lonely. I am not you.”

Offline

#2 2015-04-22 11:44:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Createing your own repo

What exactly are you trying to do and what have you done so far?

Offline

#3 2015-04-22 13:02:38

starMo
Member
Registered: 2015-04-20
Posts: 10

Re: Createing your own repo

I managed to make a simple repo, now I'm currently not sure what my next requirements are for now.
But will update this topic if I get any info.

Thank you in forward.


“Just because I am alone, does not mean I am lonely. I am not you.”

Offline

#4 2015-04-22 13:33:27

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,568
Website

Re: Createing your own repo

Users here are generally happy to help others understand the steps outlined in the wiki - but you have to specify what is not clear.  Saying "This guide sucks, give me a different one" is not going to lead to productive outcomes.  Why would a new one someone provided for you be any different than what is already in the wiki unless you can elaborate what is not clear in the existing guide?

mod note: moved to N.C.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2015-04-22 16:20:59

runical
Member
From: The Netherlands
Registered: 2012-03-03
Posts: 896

Re: Createing your own repo

I think you are confusing the goal of the guide you linked. This guide is for mirroring the archlinux repositories, not for creating a local repository for your own packages. For that, see [1] and read the man page of repo add.

[1] https://wiki.archlinux.org/index.php/Pa … repository

Offline

#6 2015-04-27 08:14:08

starMo
Member
Registered: 2015-04-20
Posts: 10

Re: Createing your own repo

Do you have any suggestion for Repo Managment (Tool) ?


“Just because I am alone, does not mean I am lonely. I am not you.”

Offline

#7 2015-04-27 08:21:07

runical
Member
From: The Netherlands
Registered: 2012-03-03
Posts: 896

Re: Createing your own repo

Repo-add and repo-remove which are shipped with the pacman package are the basic tools. The rest is scripting as I don't know of any repo management tools. The script will most likely involve something like

#!/bin/sh
makepkg -src
mv *.pkg.* $YOURREPO

You'll have to find something to clear up the build directory and remove the old versions of a package.

Offline

Board footer

Powered by FluxBB