Discussion:
[2753] Create a new file to mark when a package is finished uploading
root-odJJhXpcy38dnm+
2012-01-22 15:44:47 UTC
Permalink
Revision: 2753
Author: pterjan
Date: 2012-01-22 16:44:46 +0100 (Sun, 22 Jan 2012)
Log Message:
-----------
Create a new file to mark when a package is finished uploading

Modified Paths:
--------------
build_system/iurt/trunk/emi

Modified: build_system/iurt/trunk/emi
===================================================================
--- build_system/iurt/trunk/emi 2012-01-22 12:00:36 UTC (rev 2752)
+++ build_system/iurt/trunk/emi 2012-01-22 15:44:46 UTC (rev 2753)
@@ -307,6 +307,11 @@
foreach my $prefix (keys %is_finisher) {
upload_prefix_in_section($prefix, $section, 1);
}
+
+ foreach my $prefix (@{$targets{$target}{$section}{'to_upload'}}) {
+ my $path = $pkg_tree{$prefix}{section}{$section}{path};
+ open FOO, ">$done/$path/$prefix.upload" unless -f "$reject/$path/$prefix.youri";
+ }
}
}

Loading...