summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-July/006850.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-July/006850.html')
-rw-r--r--zarb-ml/mageia-dev/2011-July/006850.html143
1 files changed, 143 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-July/006850.html b/zarb-ml/mageia-dev/2011-July/006850.html
new file mode 100644
index 000000000..3fc83c588
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-July/006850.html
@@ -0,0 +1,143 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] How to push new packages to Mageia 1 updates_testing
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20How%20to%20push%20new%20packages%20to%20Mageia%201%0A%09updates_testing&In-Reply-To=%3CCAJmd%2BxoyUJGVCbF48GQcKNcabhxbL%2BhVcxFQZNou5mjZKeVamQ%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="006842.html">
+ <LINK REL="Next" HREF="006845.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] How to push new packages to Mageia 1 updates_testing</H1>
+ <B>Ahmad Samir</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20How%20to%20push%20new%20packages%20to%20Mageia%201%0A%09updates_testing&In-Reply-To=%3CCAJmd%2BxoyUJGVCbF48GQcKNcabhxbL%2BhVcxFQZNou5mjZKeVamQ%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] How to push new packages to Mageia 1 updates_testing">ahmadsamir3891 at gmail.com
+ </A><BR>
+ <I>Mon Jul 18 07:34:13 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="006842.html">[Mageia-dev] How to push new packages to Mageia 1 updates_testing
+</A></li>
+ <LI>Next message: <A HREF="006845.html">[Mageia-dev] [Mageia 2 specifications] Wiki page
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6850">[ date ]</a>
+ <a href="thread.html#6850">[ thread ]</a>
+ <a href="subject.html#6850">[ subject ]</a>
+ <a href="author.html#6850">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 17 July 2011 23:43, Samuel Verschelde &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">stormi at laposte.net</A>&gt; wrote:
+&gt;<i> Hi,
+</I>&gt;<i>
+</I>&gt;<i> I wanted to share the method I use when I need to push a new package (new =
+</I>&gt;<i> missing from Mageia 1) from cauldron to Mageia 1 updates. This concerns only
+</I>&gt;<i> packages available in Mandriva 2010.2 but absent from Mageia 1.
+</I>&gt;<i>
+</I>&gt;<i> I'm sharing for 2 reasons :
+</I>&gt;<i> - maybe I'm doing it wrong, so you can comment and maybe give me better instructions
+</I>&gt;<i> - it can be of use, the way I do it or the way I will be told to do :)
+</I>&gt;<i>
+</I>&gt;<i> Here is my procedure :
+</I>&gt;<i>
+</I>&gt;<i> svn cp svn+<A HREF="ssh://svn.mageia.org/svn/packages/cauldron/PACKAGENAME">ssh://svn.mageia.org/svn/packages/cauldron/PACKAGENAME</A> svn+<A HREF="ssh://svn.mageia.org/svn/packages/updates/1/PACKAGENAME">ssh://svn.mageia.org/svn/packages/updates/1/PACKAGENAME</A>
+</I>&gt;<i> (with comment &quot;Add PACKAGENAME to Mageia 1&quot;)
+</I>&gt;<i> svn mkdir svn+<A HREF="ssh://svn.mageia.org/svn/binrepos/updates/1/putty">ssh://svn.mageia.org/svn/binrepos/updates/1/putty</A>
+</I>&gt;<i> (with comment &quot;Add PACKAGENAME&quot;)
+</I>
+'svn mkdir' step is redundant, 'mgarepo sync -c' will automatically
+create the binrepos/updates/1/$pkg-name.
+
+&gt;<i> mgarepo co 1/PACKAGENAME
+</I>&gt;<i> cd PACKAGENAME
+</I>&gt;<i> cp PATH_TO_BINARY_SOURCE_FILES_IN_CAULDRON SOURCES/
+</I>&gt;<i> mgarepo sync -c #uploads the source files to binrepo
+</I>&gt;<i> vi SPECS/PACKAGENAME.spec #update release and add subrel
+</I>&gt;<i> mgarepo submit -t 1 --define section=core/updates_testing
+</I>&gt;<i>
+</I>&gt;<i> For release and subrel, usually a new package would have release 0 and subrel
+</I>&gt;<i> 1, but to allow migration from mandriva, I set a higher release that in
+</I>&gt;<i> mandriva 2010.2 if the version is the same, + subrel 1, then increase it in cauldron too so
+</I>&gt;<i> that it's higher than in Mageia 1.
+</I>&gt;<i>
+</I>&gt;<i> I do that to be safe : the point of subrel is to be increased without any risk
+</I>&gt;<i> of the package becoming not upgradable to the version in the n+1 distribution.
+</I>&gt;<i> If cauldron has release 5.mga2 and updates has 5.mga1, it looks safe, but as
+</I>&gt;<i> soon as we'll fix a bug in mga1, release will become 5.1.mga1 which is higher
+</I>&gt;<i> than 5.mga2. That's why, for security, I would set the release in cauldron to
+</I>&gt;<i> 6.mga2 so that we can increase the subrel at will in mga1.
+</I>&gt;<i>
+</I>&gt;<i> Comments ?
+</I>&gt;<i>
+</I>&gt;<i> Samuel Verschelde
+</I>&gt;<i>
+</I>
+
+
+--
+Ahmad Samir
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="006842.html">[Mageia-dev] How to push new packages to Mageia 1 updates_testing
+</A></li>
+ <LI>Next message: <A HREF="006845.html">[Mageia-dev] [Mageia 2 specifications] Wiki page
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6850">[ date ]</a>
+ <a href="thread.html#6850">[ thread ]</a>
+ <a href="subject.html#6850">[ subject ]</a>
+ <a href="author.html#6850">[ 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>