send the build number too to push the next daily build. This is needed for the new daily build update channel
This commit is contained in:
parent
aef34618de
commit
a11192bab3
|
@ -58,6 +58,7 @@ class Updater extends BasicEmitter {
|
||||||
$version['updated'] = \OC_Appconfig::getValue('core', 'lastupdatedat');
|
$version['updated'] = \OC_Appconfig::getValue('core', 'lastupdatedat');
|
||||||
$version['updatechannel'] = \OC_Util::getChannel();
|
$version['updatechannel'] = \OC_Util::getChannel();
|
||||||
$version['edition'] = \OC_Util::getEditionString();
|
$version['edition'] = \OC_Util::getEditionString();
|
||||||
|
$version['build'] = \OC_Util::getBuild();
|
||||||
$versionString = implode('x', $version);
|
$versionString = implode('x', $version);
|
||||||
|
|
||||||
//fetch xml data from updater
|
//fetch xml data from updater
|
||||||
|
|
Loading…
Reference in New Issue