From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../20110127/292d401a/attachment-0001.html | 77 ++++++++++++++++++++++ .../attachments/20110127/292d401a/attachment.html | 77 ++++++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20110127/292d401a/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20110127/292d401a/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20110127/292d401a') diff --git a/zarb-ml/mageia-sysadm/attachments/20110127/292d401a/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110127/292d401a/attachment-0001.html new file mode 100644 index 000000000..40e5db795 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110127/292d401a/attachment-0001.html @@ -0,0 +1,77 @@ + + + +[359] Display the required version of missing dep + + + + +
+
+
Revision
359
+
Author
pterjan
+
Date
2011-01-27 22:26:04 +0100 (Thu, 27 Jan 2011)
+
+ +

Log Message

+
Display the required version of missing dep
+ +

Modified Paths

+ + +
+
+Modified: build_system/mdv-youri-submit/trunk/lib/Youri/Submit/Check/Deps.pm
+===================================================================
+--- build_system/mdv-youri-submit/trunk/lib/Youri/Submit/Check/Deps.pm	2011-01-27 21:21:43 UTC (rev 358)
++++ build_system/mdv-youri-submit/trunk/lib/Youri/Submit/Check/Deps.pm	2011-01-27 21:26:04 UTC (rev 359)
+@@ -48,7 +48,7 @@
+     };
+     $media->traverse_headers($index);
+     foreach my $require (@requires) {
+-	    push (@errors, "Unresolved dep on " . $require->[Youri::Package::DEPENDENCY_NAME]);
++            push (@errors, "Unresolved dep on " . $require->[Youri::Package::DEPENDENCY_NAME] . " " . $require->[Youri::Package::DEPENDENCY_RANGE]);
+     }
+     return @errors;
+ }
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110127/292d401a/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110127/292d401a/attachment.html new file mode 100644 index 000000000..40e5db795 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110127/292d401a/attachment.html @@ -0,0 +1,77 @@ + + + +[359] Display the required version of missing dep + + + + +
+
+
Revision
359
+
Author
pterjan
+
Date
2011-01-27 22:26:04 +0100 (Thu, 27 Jan 2011)
+
+ +

Log Message

+
Display the required version of missing dep
+ +

Modified Paths

+ + +
+
+Modified: build_system/mdv-youri-submit/trunk/lib/Youri/Submit/Check/Deps.pm
+===================================================================
+--- build_system/mdv-youri-submit/trunk/lib/Youri/Submit/Check/Deps.pm	2011-01-27 21:21:43 UTC (rev 358)
++++ build_system/mdv-youri-submit/trunk/lib/Youri/Submit/Check/Deps.pm	2011-01-27 21:26:04 UTC (rev 359)
+@@ -48,7 +48,7 @@
+     };
+     $media->traverse_headers($index);
+     foreach my $require (@requires) {
+-	    push (@errors, "Unresolved dep on " . $require->[Youri::Package::DEPENDENCY_NAME]);
++            push (@errors, "Unresolved dep on " . $require->[Youri::Package::DEPENDENCY_NAME] . " " . $require->[Youri::Package::DEPENDENCY_RANGE]);
+     }
+     return @errors;
+ }
+
+
+ + + \ No newline at end of file -- cgit v1.2.1