handle uncommitted changes
authorAnas Nashif <anas.nashif@intel.com>
Mon, 23 Jul 2012 07:55:11 +0000 (08:55 +0100)
committerAnas Nashif <anas.nashif@intel.com>
Mon, 23 Jul 2012 07:55:11 +0000 (08:55 +0100)
Change-Id: I00fc4b4d5eb08a6e9a4bfc456836bdffa46796b1

depanneur

index ee7e2a1fb42fd2503d917a898f8b395a19b82979..f7a0c684613ddb01b802144e400e8c85a938b480 100755 (executable)
--- a/depanneur
+++ b/depanneur
@@ -288,8 +288,6 @@ sub fill_packs_from_git() {
     if ($skip == 1) {
         if ( $old_base ne "" ) {
             $old_base = basename($old_base);
-            #print "yyy $old_base\n";
-            print "xxx $pkg_path/$old_base/$spec_file\n";
             push(@packs, "$pkg_path/$old_base/$spec_file");
         } else {
             push(@packs, "$pkg_path/$pkg_name-$pkg_version-$pkg_release/$spec_file");