summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-January/002099.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002099.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-January/002099.html103
1 files changed, 103 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002099.html b/zarb-ml/mageia-sysadm/2011-January/002099.html
new file mode 100644
index 000000000..d9efd2d12
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2011-January/002099.html
@@ -0,0 +1,103 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [304] Remove src.rpm from done in case of failure
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B304%5D%20Remove%20src.rpm%20from%20done%20in%20case%20of%20failure&In-Reply-To=%3C20110114213600.363FB424C4%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002097.html">
+ <LINK REL="Next" HREF="002100.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [304] Remove src.rpm from done in case of failure</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B304%5D%20Remove%20src.rpm%20from%20done%20in%20case%20of%20failure&In-Reply-To=%3C20110114213600.363FB424C4%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [304] Remove src.rpm from done in case of failure">root at mageia.org
+ </A><BR>
+ <I>Fri Jan 14 22:36:00 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002097.html">[Mageia-sysadm] Puppet Report for alamut.mageia.org
+</A></li>
+ <LI>Next message: <A HREF="002100.html">[Mageia-sysadm] [803] No need for queue_recency at upload time, we upload directly to repository
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2099">[ date ]</a>
+ <a href="thread.html#2099">[ thread ]</a>
+ <a href="subject.html#2099">[ subject ]</a>
+ <a href="author.html#2099">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 304
+Author: pterjan
+Date: 2011-01-14 22:35:59 +0100 (Fri, 14 Jan 2011)
+Log Message:
+-----------
+Remove src.rpm from done in case of failure
+
+Modified Paths:
+--------------
+ build_system/iurt/trunk/ulri
+
+Modified: build_system/iurt/trunk/ulri
+===================================================================
+--- build_system/iurt/trunk/ulri 2011-01-14 16:59:36 UTC (rev 303)
++++ build_system/iurt/trunk/ulri 2011-01-14 21:35:59 UTC (rev 304)
+@@ -476,6 +476,12 @@
+ link $file, &quot;$fail_dir/${prefix}_$srpm&quot;;
+ delete $pkg_tree{$prefix};
+ unlink $file;
++ # If one arch has been generated, we also have a src.rpm in done
++ $file = &quot;$done_dir/${prefix}_$srpm&quot;;
++ if (-f $file) {
++ plog('DEBUG', &quot;deleting $file&quot;);
++ unlink $file;
++ }
+ }
+
+ # Notify user if build failed
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20110114/1df278b9/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002097.html">[Mageia-sysadm] Puppet Report for alamut.mageia.org
+</A></li>
+ <LI>Next message: <A HREF="002100.html">[Mageia-sysadm] [803] No need for queue_recency at upload time, we upload directly to repository
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2099">[ date ]</a>
+ <a href="thread.html#2099">[ thread ]</a>
+ <a href="subject.html#2099">[ subject ]</a>
+ <a href="author.html#2099">[ 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>