summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2013-January/004997.html
blob: 16940ac2d8e0556e5c5d22eb36d0cbfbe7f1a2a2 (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
108
109
110
111
112
113
114
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-sysadm] Local changes on mga-youri-submit on valstar
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Local%20changes%20on%20mga-youri-submit%20on%20valstar&In-Reply-To=%3CCA%2BCX%2BbjAhwYZPcxroui5h7X7GXnRG_UNzw_5q2FcgxQsut%2BCOA%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="004996.html">
   <LINK REL="Next"  HREF="004998.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-sysadm] Local changes on mga-youri-submit on valstar</H1>
    <B>Pascal Terjan</B> 
    <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Local%20changes%20on%20mga-youri-submit%20on%20valstar&In-Reply-To=%3CCA%2BCX%2BbjAhwYZPcxroui5h7X7GXnRG_UNzw_5q2FcgxQsut%2BCOA%40mail.gmail.com%3E"
       TITLE="[Mageia-sysadm] Local changes on mga-youri-submit on valstar">pterjan at gmail.com
       </A><BR>
    <I>Tue Jan 29 01:52:25 CET 2013</I>
    <P><UL>
        <LI>Previous message: <A HREF="004996.html">[Mageia-sysadm] Local changes on mga-youri-submit on valstar
</A></li>
        <LI>Next message: <A HREF="004998.html">[Mageia-sysadm] Non smettere di rinunciare ai tuoi sogni. Confronta	ora.
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#4997">[ date ]</a>
              <a href="thread.html#4997">[ thread ]</a>
              <a href="subject.html#4997">[ subject ]</a>
              <a href="author.html#4997">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On Mon, Jan 28, 2013 at 11:57 AM, nicolas vigier &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">boklm at mars-attacks.org</A>&gt; wrote:
&gt;<i> Hello,
</I>&gt;<i>
</I>&gt;<i> Before updating mga-youri-submit package on valstar, I checked if we
</I>&gt;<i> have local changes on files from this package.
</I>&gt;<i>
</I>&gt;<i> And we have the following changes which are not on svn, on 2 files :
</I>
I don't remember those changes but it may be what made it display the
version when rejected a submit, in which case it needs to be committed
to svn

&gt;<i> --- /usr/share/mga-youri-submit/lib/Youri/Submit/Check/Recency.pm       2012-07-30 17:55:43.629760689 +0200
</I>&gt;<i> +++ usr/share/mga-youri-submit/lib/Youri/Submit/Check/Recency.pm        2013-01-28 12:48:35.911546824 +0100
</I>&gt;<i> @@ -1,4 +1,4 @@
</I>&gt;<i> -# $Id: Recency.pm 224793 2007-07-08 02:44:48Z spuk $
</I>&gt;<i> +# $Id: Recency.pm 3071 2012-02-26 14:45:02Z pterjan $
</I>&gt;<i>  package Youri::Submit::Check::Recency;
</I>&gt;<i>
</I>&gt;<i>  =head1 NAME
</I>&gt;<i> @@ -29,7 +29,7 @@
</I>&gt;<i>          push(
</I>&gt;<i>              @errors,
</I>&gt;<i>              &quot;Current or newer revision(s) already exists in $section for $target: &quot; .
</I>&gt;<i> -                join(', ', map { $_-&gt;get_revision } @revisions)
</I>&gt;<i> +                join(', ', @revisions)
</I>&gt;<i>          );
</I>&gt;<i>      }
</I>&gt;<i>
</I>&gt;<i> @@ -49,7 +49,7 @@
</I>&gt;<i>              push(
</I>&gt;<i>                  @errors,
</I>&gt;<i>                  &quot;Current or newer revision(s) already exists in $section for $target: &quot; .
</I>&gt;<i> -                    join(', ', map { $_-&gt;get_revision } @revisions)
</I>&gt;<i> +                    join(', ', @default_revisions)
</I>&gt;<i>              );
</I>&gt;<i>          }
</I>&gt;<i>          $define-&gt;{section} = $defined_section;
</I>&gt;<i>
</I>&gt;<i> --- /usr/share/mga-youri-submit/bin/youri-submit        2012-07-30 18:02:31.681362361 +0200
</I>&gt;<i> +++ usr/share/mga-youri-submit/bin/youri-submit 2013-01-28 12:48:35.911546824 +0100
</I>&gt;<i> @@ -337,7 +337,7 @@
</I>&gt;<i>                     $target,
</I>&gt;<i>                     $config-&gt;get_arg('define')
</I>&gt;<i>                 );
</I>&gt;<i> -               push(@{$errors{$package-&gt;get_name .&quot;-&quot; . $package-&gt;get_revision}}, @errors) if $errors[0];
</I>&gt;<i> +               push(@{$errors{$package}}, @errors) if $errors[0];
</I>&gt;<i>             }
</I>&gt;<i>         }
</I>&gt;<i>      }
</I>&gt;<i>
</I>&gt;<i>
</I>&gt;<i> Should we keep those changes ?
</I>&gt;<i>
</I>&gt;<i> _______________________________________________
</I>&gt;<i> Mageia-sysadm mailing list
</I>&gt;<i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">Mageia-sysadm at mageia.org</A>
</I>&gt;<i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">https://www.mageia.org/mailman/listinfo/mageia-sysadm</A>
</I></PRE>


<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="004996.html">[Mageia-sysadm] Local changes on mga-youri-submit on valstar
</A></li>
	<LI>Next message: <A HREF="004998.html">[Mageia-sysadm] Non smettere di rinunciare ai tuoi sogni. Confronta	ora.
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#4997">[ date ]</a>
              <a href="thread.html#4997">[ thread ]</a>
              <a href="subject.html#4997">[ subject ]</a>
              <a href="author.html#4997">[ 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>