[Pkg-owncloud-commits] [owncloud-client] 34/94: Update updater.cpp

Sandro Knauß hefee at debian.org
Thu Mar 29 11:12:12 UTC 2018


This is an automated email from the git hooks/post-receive script.

hefee pushed a commit to branch upstream
in repository owncloud-client.

commit a33fc2a0dbd99c1ad3cf5fd56111ff46cdd0fbd3
Author: Jürgen Weigert <jnweiger at gmail.com>
Date:   Wed Jan 10 16:22:28 2018 +0100

    Update updater.cpp
    
    deprecate suffix nightly, promote suffix daily
---
 src/gui/updater/updater.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gui/updater/updater.cpp b/src/gui/updater/updater.cpp
index 940f202..ebf70b7 100644
--- a/src/gui/updater/updater.cpp
+++ b/src/gui/updater/updater.cpp
@@ -64,7 +64,8 @@ QUrl Updater::addQueryParams(const QUrl &url)
 
     QString suffix = QString::fromLatin1(MIRALL_STRINGIFY(MIRALL_VERSION_SUFFIX));
     paramUrl.addQueryItem(QLatin1String("versionsuffix"), suffix);
-    if (suffix.startsWith("nightly")
+    if (suffix.startsWith("daily")
+            || suffix.startsWith("nightly")
             || suffix.startsWith("alpha")
             || suffix.startsWith("rc")
             || suffix.startsWith("beta")) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list