From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/001603.html | 107 +++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001603.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001603.html') 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 @@ + + + + [Mageia-sysadm] Installing and using mgarepo on 2010.1 + + + + + + + + + +

[Mageia-sysadm] Installing and using mgarepo on 2010.1

+ nicolas vigier + boklm at mars-attacks.org +
+ Thu Jan 6 18:05:06 CET 2011 +

+
+ +
Hello,
+
+mgarepo is the new name for repsys on Mageia. On Mandriva 2010.1 you can
+install it using the following repository :
+http://repository.mageia.org/mageiatools/2010.1/i586/core/release/
+  or
+http://repository.mageia.org/mageiatools/2010.1/x86_64/core/release/
+
+To install :
+# urpmi.addmedia mageiatools http://repository.mageia.org/mageiatools/2010.1/i586/core/release/
+# 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+ssh://svn.mageia.org/svn/packages/cauldron
+- The binary files are in :
+  svn+ssh://svn.mageia.org/svn/binrepos/cauldron
+
+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 http://frites.com/file.tar.bz2
+$ 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.
+
+
+ + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1