summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-September/008420.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-September/008420.html')
-rw-r--r--zarb-ml/mageia-dev/2011-September/008420.html145
1 files changed, 145 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-September/008420.html b/zarb-ml/mageia-dev/2011-September/008420.html
new file mode 100644
index 000000000..bf8294790
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-September/008420.html
@@ -0,0 +1,145 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Could someone help me with an account issue ?
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Could%20someone%20help%20me%20with%20an%20account%20issue%20%3F&In-Reply-To=%3C2296622.HKhuYhxK5E%40hatmehyt-cauldron.lan.littleboboy.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="008419.html">
+ <LINK REL="Next" HREF="008421.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Could someone help me with an account issue ?</H1>
+ <B>Balcaen John</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Could%20someone%20help%20me%20with%20an%20account%20issue%20%3F&In-Reply-To=%3C2296622.HKhuYhxK5E%40hatmehyt-cauldron.lan.littleboboy.net%3E"
+ TITLE="[Mageia-dev] Could someone help me with an account issue ?">mikala at mageia.org
+ </A><BR>
+ <I>Tue Sep 27 02:09:55 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="008419.html">[Mageia-dev] Could someone help me with an account issue ?
+</A></li>
+ <LI>Next message: <A HREF="008421.html">[Mageia-dev] Could someone help me with an account issue ?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8420">[ date ]</a>
+ <a href="thread.html#8420">[ thread ]</a>
+ <a href="subject.html#8420">[ subject ]</a>
+ <a href="author.html#8420">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le Mardi 27 Septembre 2011 02:02:42 Bruno Cornec a &#233;crit :
+&gt;<i> Balcaen John said on Mon, Sep 26, 2011 at 08:50:19PM -0300:
+</I>&gt;<i> &gt; Le Mardi 27 Septembre 2011 01:20:46 Bruno Cornec a &#233;crit :
+</I>&gt;<i> &gt; &gt; Hello,
+</I>&gt;<i> &gt; &gt;
+</I>&gt;<i> &gt; &gt; I have a problem trying to upload sources to SVN repo:
+</I>&gt;<i> &gt; &gt;
+</I>&gt;<i> &gt; &gt; $ mgarepo upload ../tellico-2.3.4.tar.bz2
+</I>&gt;<i> &gt; &gt; error: svn: Can't open file
+</I>&gt;<i> &gt; &gt; '/svn/binrepos/cauldron/tellico/current/SOURCES/format':
+</I>&gt;<i> &gt; &gt; Permission&gt;
+</I>&gt;<i> &gt; [...]
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; mgarepo is not up to date. SVN binrepo is not used anymore.
+</I>&gt;<i>
+</I>&gt;<i> I was using 1.9.8 (from the mageia wiki) however.
+</I>&gt;<i>
+</I>&gt;<i> I've rebuilt the latest from Mandriva (1.10.1) - yes I know that I'm
+</I>&gt;<i> still not on Mageia on my main systems, but moving takes time, and I
+</I>&gt;<i> need to have all the required packages available, which I'd like to
+</I>&gt;<i> work on the vicious circle ;-)
+</I>You mean mandriva 2010.1 ?or mgarepo 1.10.1 ?
+And you rebuild the version available in mandriva ? or the last src.rpm
+from mageia ?
+
+&gt;<i> With that new version:
+</I>&gt;<i>
+</I>&gt;<i> mgarepo upload ../tellico-2.3.4.tar.bz2
+</I>
+Just an tip, you can simply use mgarepo sync -c to upload/delete files .
+
+&gt;<i> Traceback (most recent call last):
+</I>&gt;<i> File &quot;/usr/bin/mgarepo&quot;, line 93, in &lt;module&gt;
+</I>&gt;<i> do_command(parse_options, dispatch_command)
+</I>&gt;<i> File &quot;/usr/lib/python2.6/site-packages/MgaRepo/command.py&quot;, line 39,
+</I>&gt;<i> in do_command
+</I>&gt;<i> main_func(**opt.__dict__)
+</I>&gt;<i> File &quot;/usr/bin/mgarepo&quot;, line 84, in dispatch_command
+</I>&gt;<i> command_module.main()
+</I>&gt;<i> File &quot;/usr/lib/python2.6/site-packages/MgaRepo/commands/upload.py&quot;,
+</I>&gt;<i> line 27, in main
+</I>&gt;<i> do_command(parse_options, upload)
+</I>&gt;<i> File &quot;/usr/lib/python2.6/site-packages/MgaRepo/command.py&quot;, line 39,
+</I>&gt;<i> in do_command
+</I>&gt;<i> main_func(**opt.__dict__)
+</I>&gt;<i> File &quot;/usr/lib/python2.6/site-packages/MgaRepo/rpmutil.py&quot;, line
+</I>&gt;<i> 638, in upload
+</I>&gt;<i> binrepo.upload_binary(topdir, os.path.basename(path))
+</I>&gt;<i> File &quot;/usr/lib/python2.6/site-packages/MgaRepo/binrepo.py&quot;, line 95,
+</I>&gt;<i> in upload_binary
+</I>&gt;<i> raise Error, &quot;'%s' was not found&quot; % spath
+</I>&gt;<i> NameError: global name 'spath' is not defined
+</I>That's an error for python's gury :p
+
+--
+Balcaen John
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="008419.html">[Mageia-dev] Could someone help me with an account issue ?
+</A></li>
+ <LI>Next message: <A HREF="008421.html">[Mageia-dev] Could someone help me with an account issue ?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8420">[ date ]</a>
+ <a href="thread.html#8420">[ thread ]</a>
+ <a href="subject.html#8420">[ subject ]</a>
+ <a href="author.html#8420">[ 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>