[PATCH 2 of 2] Really skip unknown packages when creating the installer

Wald Commits scm-commit at wald.intevation.org
Fri Aug 8 10:59:45 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1407488380 -7200
# Node ID 197c594aad2b76932209074a266b73507e2db30d
# Parent  1cc85fd3daa5728bb24184c8e8c14e19d9125659
Really skip unknown packages when creating the installer.

diff -r 1cc85fd3daa5 -r 197c594aad2b ui/createinstallerdialog.cpp
--- a/ui/createinstallerdialog.cpp	Fri Aug 08 10:56:24 2014 +0200
+++ b/ui/createinstallerdialog.cpp	Fri Aug 08 10:59:40 2014 +0200
@@ -260,6 +260,7 @@
         } else {
             qDebug() << "Could not detrmine architecture of " << candidate;
             qDebug() << "Skipping.";
+            continue;
         }
 
         QString outFileName = options.value("setupname", "TrustBridge-default.exe"


More information about the Trustbridge-commits mailing list