[pkg-bioc] svn commit r333 r333 - /trunk/tools-ng/r_pkg_ordering.pl

psychedelys-guest at users.alioth.debian.org psychedelys-guest at users.alioth.debian.org
Sun Sep 30 12:33:47 UTC 2007


Author: psychedelys-guest
Date: Sun Sep 30 12:33:42 2007
New Revision: 333

URL: http://svn.debian.org/wsvn/pkg-bioc/?sc=1&rev=333
Log:
a successfull build is more clear now.

Modified:
    trunk/tools-ng/r_pkg_ordering.pl

Modified: trunk/tools-ng/r_pkg_ordering.pl
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/tools-ng/r_pkg_ordering.pl?rev=333&op=diff
==============================================================================
--- trunk/tools-ng/r_pkg_ordering.pl (original)
+++ trunk/tools-ng/r_pkg_ordering.pl Sun Sep 30 12:33:42 2007
@@ -844,8 +844,10 @@ foreach my $package (@nodes) {
         $errors++;
         next;
     }
-
+    else {
+        print "Succefully created the deb file.\n";
     $success++;
+    }
 
     # check it with QA tools.
     if ( !$noQAcheck ) {




More information about the pkg-bioc-devel mailing list