blob: ecd26c6ec20e0f565d5dfe39ce29838df765b0c1 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] binrepos howto
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20binrepos%20howto&In-Reply-To=%3Cm3bp3l2c9q.fsf%40euphor.blino.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="002114.html">
<LINK REL="Next" HREF="002112.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] binrepos howto</H1>
<B>Olivier Blin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20binrepos%20howto&In-Reply-To=%3Cm3bp3l2c9q.fsf%40euphor.blino.org%3E"
TITLE="[Mageia-dev] binrepos howto">mageia at blino.org
</A><BR>
<I>Thu Jan 13 13:56:01 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="002114.html">[Mageia-dev] binrepos howto
</A></li>
<LI>Next message: <A HREF="002112.html">[Mageia-dev] Java-Policy first draft published
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2113">[ date ]</a>
<a href="thread.html#2113">[ thread ]</a>
<a href="subject.html#2113">[ subject ]</a>
<a href="author.html#2113">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Jerome Quelin <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">jquelin at gmail.com</A>> writes:
><i> hi,
</I>><i>
</I>><i> with svn splitted in specs + patchs / binaries, can we have a heads-up
</I>><i> on how it works?
</I>><i>
</I>><i> - does mdvsys support splitted binrepo? what is the configuration to use
</I>><i> for mageia?
</I>
Not yet
><i> - when i want to see if a package that is already checked out on my hard
</I>><i> drive has been updated, i used to go in the directory and run "svn
</I>><i> up". does this still work, or should i also run this in SOURCES-bin?
</I>><i> what is the equivalent using mgarepo / mdvsys?
</I>
mgarepo up
><i> - when i want to update a package to a new version, i used to dump the
</I>><i> tarball in SOURCES, then "svn rm SOURCES/$previous" + "svn add
</I>><i> SOURCES/$new" + update spec file + svn ci. what are the new low-level
</I>><i> commands? what's the equivalent using mgarepo / mdvsys ?
</I>
You can use "mgarepo upload /path/to/new/tarball.tar.gz"
It will upload the tarball to binrepos, and update the sha1 file.
Though, you still have to svn rm the old tarball (for example from your
SOURCES-bin local checkout).
The low level commands for "mgarepo upload file" are basically doing svn
add in your SOURCES-bin and rebuilding the SOURCES/sha1.lst
mgarepo sync is not yet functional with binrepos.
--
Olivier Blin - blino
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002114.html">[Mageia-dev] binrepos howto
</A></li>
<LI>Next message: <A HREF="002112.html">[Mageia-dev] Java-Policy first draft published
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2113">[ date ]</a>
<a href="thread.html#2113">[ thread ]</a>
<a href="subject.html#2113">[ subject ]</a>
<a href="author.html#2113">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|