blob: 18348d08e36f8f556dbfe63a59f175de260ad205 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
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>
|