[opensuse-buildservice] Create a local repository
I've created some packages with the build tools and now I would like to set up a local repository. What is the tool I should use to create a repository, createrepo or create_directory.yast? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Samuel Partida wrote:
I've created some packages with the build tools and now I would like to set up a local repository.
What is the tool I should use to create a repository, createrepo or create_directory.yast?
Use createrepo, it's much, much easier to use. createrepo creates RPM-MD (aka "YUM") repositories. Basically, it's just cd /the/directory/with/rpms createrepo . It will harvest for .rpm files (including subdirectories) and create a "metadata" directory in the current working directory. cheers - -- -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/ /\\ <pascal.bleser@skynet.be> <guru@unixtech.be> _\_v The more things change, the more they stay insane. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFr+27r3NMWliFcXcRAlR4AJ0fwpf2GQEIFJz0H1UkO/v4XpvQHwCfTboA l/mdiRvtrOgKKuaB+gmjpc0= =Qi6u -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 2007-01-18 21:19:21 +0100, Samuel Partida wrote:
I've created some packages with the build tools and now I would like to set up a local repository.
What is the tool I should use to create a repository, createrepo or create_directory.yast?
I would suggest to use createrepo because then you can use it with smart, apt, YaST2... Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Marcus Hüwe
-
Pascal Bleser
-
Samuel Partida