diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-sysadm/2013-January/004996.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-sysadm/2013-January/004996.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2013-January/004996.html | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2013-January/004996.html b/zarb-ml/mageia-sysadm/2013-January/004996.html new file mode 100644 index 000000000..d9fd5b188 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2013-January/004996.html @@ -0,0 +1,105 @@ +<!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=%3C20130128115710.GW21938%40mars-attacks.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="004995.html"> + <LINK REL="Next" HREF="004997.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] Local changes on mga-youri-submit on valstar</H1> + <B>nicolas vigier</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=%3C20130128115710.GW21938%40mars-attacks.org%3E" + TITLE="[Mageia-sysadm] Local changes on mga-youri-submit on valstar">boklm at mars-attacks.org + </A><BR> + <I>Mon Jan 28 12:57:10 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="004995.html">[Mageia-sysadm] Important message from Open24 Message Centre +</A></li> + <LI>Next message: <A HREF="004997.html">[Mageia-sysadm] Local changes on mga-youri-submit on valstar +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4996">[ date ]</a> + <a href="thread.html#4996">[ thread ]</a> + <a href="subject.html#4996">[ subject ]</a> + <a href="author.html#4996">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello, + +Before updating mga-youri-submit package on valstar, I checked if we +have local changes on files from this package. + +And we have the following changes which are not on svn, on 2 files : + +--- /usr/share/mga-youri-submit/lib/Youri/Submit/Check/Recency.pm 2012-07-30 17:55:43.629760689 +0200 ++++ usr/share/mga-youri-submit/lib/Youri/Submit/Check/Recency.pm 2013-01-28 12:48:35.911546824 +0100 +@@ -1,4 +1,4 @@ +-# $Id: Recency.pm 224793 2007-07-08 02:44:48Z spuk $ ++# $Id: Recency.pm 3071 2012-02-26 14:45:02Z pterjan $ + package Youri::Submit::Check::Recency; + + =head1 NAME +@@ -29,7 +29,7 @@ + push( + @errors, + "Current or newer revision(s) already exists in $section for $target: " . +- join(', ', map { $_->get_revision } @revisions) ++ join(', ', @revisions) + ); + } + +@@ -49,7 +49,7 @@ + push( + @errors, + "Current or newer revision(s) already exists in $section for $target: " . +- join(', ', map { $_->get_revision } @revisions) ++ join(', ', @default_revisions) + ); + } + $define->{section} = $defined_section; + +--- /usr/share/mga-youri-submit/bin/youri-submit 2012-07-30 18:02:31.681362361 +0200 ++++ usr/share/mga-youri-submit/bin/youri-submit 2013-01-28 12:48:35.911546824 +0100 +@@ -337,7 +337,7 @@ + $target, + $config->get_arg('define') + ); +- push(@{$errors{$package->get_name ."-" . $package->get_revision}}, @errors) if $errors[0]; ++ push(@{$errors{$package}}, @errors) if $errors[0]; + } + } + } + + +Should we keep those changes ? + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="004995.html">[Mageia-sysadm] Important message from Open24 Message Centre +</A></li> + <LI>Next message: <A HREF="004997.html">[Mageia-sysadm] Local changes on mga-youri-submit on valstar +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4996">[ date ]</a> + <a href="thread.html#4996">[ thread ]</a> + <a href="subject.html#4996">[ subject ]</a> + <a href="author.html#4996">[ 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> |