[Pkg-owncloud-commits] [owncloud] 70/123: Add info message for upgrade of an 3rdparty app

David Prévot taffit at moszumanska.debian.org
Tue May 19 23:55:17 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit cb909cda97c7ea950dd0862340d6369109c971e7
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Tue May 12 18:02:31 2015 +0200

    Add info message for upgrade of an 3rdparty app
---
 core/command/upgrade.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/command/upgrade.php b/core/command/upgrade.php
index 6d01288..7f5d943 100644
--- a/core/command/upgrade.php
+++ b/core/command/upgrade.php
@@ -130,6 +130,9 @@ class Upgrade extends Command {
 			$updater->listen('\OC\Updater', 'thirdPartyAppDisabled', function ($app) use($output) {
 				$output->writeln('<info>Disabled 3rd-party app: ' . $app . '</info>');
 			});
+			$updater->listen('\OC\Updater', 'upgradeAppStoreApp', function ($app) use($output) {
+				$output->writeln('<info>Update 3rd-party app: ' . $app . '</info>');
+			});
 			$updater->listen('\OC\Updater', 'repairWarning', function ($app) use($output) {
 				$output->writeln('<error>Repair warning: ' . $app . '</error>');
 			});

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



More information about the Pkg-owncloud-commits mailing list