From e0ddfe1a5f3d79decf2c5a76dbe21226b4b47ae1 Mon Sep 17 00:00:00 2001 From: Oleksii Serdiuk Date: Mon, 16 Sep 2013 15:52:25 +0200 Subject: RemoteLinux: Add possibility to ignore missing files while deploying. New "Ignore missing files" checkbox was added to "Upload files via SFTP" and "Create tarball" deployment steps. If checked, missing files will produce a warning instead of the error thus preventing deployment process from failing. Change-Id: I0c3032746fbaae60aef2345802fc02c9951ab386 Reviewed-by: Christian Kandeler --- src/plugins/remotelinux/abstractpackagingstep.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/remotelinux/abstractpackagingstep.h') diff --git a/src/plugins/remotelinux/abstractpackagingstep.h b/src/plugins/remotelinux/abstractpackagingstep.h index 6c62793587..8cdcfdbbd4 100644 --- a/src/plugins/remotelinux/abstractpackagingstep.h +++ b/src/plugins/remotelinux/abstractpackagingstep.h @@ -60,6 +60,7 @@ protected: void setPackagingFinished(bool success); void raiseError(const QString &errorMessage); + void raiseWarning(const QString &warningMessage); QString cachedPackageDirectory() const; QString packageDirectory() const; -- cgit v1.2.1