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