diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110113/002113.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110113/002113.html | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110113/002113.html b/zarb-ml/mageia-dev/20110113/002113.html new file mode 100644 index 000000000..ecd26c6ec --- /dev/null +++ b/zarb-ml/mageia-dev/20110113/002113.html @@ -0,0 +1,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> |