[Pkg-owncloud-commits] [owncloud] 82/239: send the build number too to push the next daily build. This is needed for the new daily build update channel

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:22 UTC 2013


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

taffit pushed a commit to branch master
in repository owncloud.

commit a11192bab3bcf5751ac29b2c7fdf5cdd529345fc
Author: Frank Karlitschek <frank at owncloud.org>
Date:   Sun Nov 24 16:45:06 2013 +0100

    send the build number too to push the next daily build. This is needed for the new daily build update channel
---
 lib/private/updater.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/private/updater.php b/lib/private/updater.php
index 9827d8a..a1b07c5 100644
--- a/lib/private/updater.php
+++ b/lib/private/updater.php
@@ -58,6 +58,7 @@ class Updater extends BasicEmitter {
 		$version['updated'] = \OC_Appconfig::getValue('core', 'lastupdatedat');
 		$version['updatechannel'] = \OC_Util::getChannel(); 
 		$version['edition'] = \OC_Util::getEditionString();
+		$version['build'] = \OC_Util::getBuild();
 		$versionString = implode('x', $version);
 
 		//fetch xml data from updater

-- 
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