[Bps-public-commit] r13350 - in Shipwright/trunk: share/bin

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Jun 17 09:33:36 EDT 2008


Author: sunnavy
Date: Tue Jun 17 09:33:35 2008
New Revision: 13350

Modified:
   Shipwright/trunk/   (props changed)
   Shipwright/trunk/share/bin/shipwright-builder

Log:
 r13487 at sunnavys-mb:  sunnavy | 2008-06-17 21:33:22 +0800
 process_tmp_dists should run after clean


Modified: Shipwright/trunk/share/bin/shipwright-builder
==============================================================================
--- Shipwright/trunk/share/bin/shipwright-builder	(original)
+++ Shipwright/trunk/share/bin/shipwright-builder	Tue Jun 17 09:33:35 2008
@@ -157,8 +157,6 @@
     # for install
     open $log, '>', 'build.log' or die $!;
 
-    process_tmp_dists() if keys %{ $args{with} };
-
     if ( -e '__need_clean' && !$args{noclean} ) {
         print "seems it has been built before, need to clean first\n";
         print $log "seems it has been built before, need to clean first\n";
@@ -176,6 +174,8 @@
     open my $tmp_fh, '>', '__need_clean' or die $!;
     close $tmp_fh;
 
+    process_tmp_dists() if keys %{ $args{with} };
+
     # some perl distribution( e.g. on fedora ) doesn't have CPAN module
     # so we put it in eval block
     eval {



More information about the Bps-public-commit mailing list