diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001603.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/001603.html | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/001603.html b/zarb-ml/mageia-sysadm/2011-January/001603.html new file mode 100644 index 000000000..18348d08e --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001603.html @@ -0,0 +1,107 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] Installing and using mgarepo on 2010.1 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Installing%20and%20using%20mgarepo%20on%202010.1&In-Reply-To=%3C20110106170506.GK21938%40mars-attacks.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="001601.html"> + <LINK REL="Next" HREF="001606.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] Installing and using mgarepo on 2010.1</H1> + <B>nicolas vigier</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Installing%20and%20using%20mgarepo%20on%202010.1&In-Reply-To=%3C20110106170506.GK21938%40mars-attacks.org%3E" + TITLE="[Mageia-sysadm] Installing and using mgarepo on 2010.1">boklm at mars-attacks.org + </A><BR> + <I>Thu Jan 6 18:05:06 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="001601.html">[Mageia-sysadm] Packages failure +</A></li> + <LI>Next message: <A HREF="001606.html">[Mageia-sysadm] Installing and using mgarepo on 2010.1 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1603">[ date ]</a> + <a href="thread.html#1603">[ thread ]</a> + <a href="subject.html#1603">[ subject ]</a> + <a href="author.html#1603">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello, + +mgarepo is the new name for repsys on Mageia. On Mandriva 2010.1 you can +install it using the following repository : +<A HREF="http://repository.mageia.org/mageiatools/2010.1/i586/core/release/">http://repository.mageia.org/mageiatools/2010.1/i586/core/release/</A> + or +<A HREF="http://repository.mageia.org/mageiatools/2010.1/x86_64/core/release/">http://repository.mageia.org/mageiatools/2010.1/x86_64/core/release/</A> + +To install : +# urpmi.addmedia mageiatools <A HREF="http://repository.mageia.org/mageiatools/2010.1/i586/core/release/">http://repository.mageia.org/mageiatools/2010.1/i586/core/release/</A> +# urpmi mgarepo + +The command to use is still repsys (for now, maybe it will change later). + +To import a new package : +$ repsys import package.src.rpm + +The text files and tarballs are now split between two repositories. +- The spec files and text files are located in : + svn+<A HREF="ssh://svn.mageia.org/svn/packages/cauldron">ssh://svn.mageia.org/svn/packages/cauldron</A> +- The binary files are in : + svn+<A HREF="ssh://svn.mageia.org/svn/binrepos/cauldron">ssh://svn.mageia.org/svn/binrepos/cauldron</A> + +Using the command "repsys co" it will checkout files from both +repositories, and add symlinks between SOURCES and SOURCES-bin files : +$ repsys co packagename + +When you need to add a new binary file, put it in the SOURCES directory +and use the upload command to upload it to the binary repository : +$ cd SOURCES +$ wget <A HREF="http://frites.com/file.tar.bz2">http://frites.com/file.tar.bz2</A> +$ repsys upload file.tar.bz2 + +Delete is not working at the moment, but when it is fixed, you should be +able to use the "repsys del" command. + +mdvsys is not supported on Mageia at the moment. + +</PRE> + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001601.html">[Mageia-sysadm] Packages failure +</A></li> + <LI>Next message: <A HREF="001606.html">[Mageia-sysadm] Installing and using mgarepo on 2010.1 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1603">[ date ]</a> + <a href="thread.html#1603">[ thread ]</a> + <a href="subject.html#1603">[ subject ]</a> + <a href="author.html#1603">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |