[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.8+dfsg-2-7-gc45fe57
David Prévot
taffit at debian.org
Sun Jul 14 20:25:24 UTC 2013
The following commit has been merged in the master branch:
commit c45fe575ebe81ef83e4e227d03b711bcd7647623
Author: David Prévot <taffit at debian.org>
Date: Sun Jul 14 16:19:21 2013 -0400
Document sample config about update
Git-Dch: Ignore
diff --git a/debian/patches/fix_displayed_version.diff b/debian/patches/fix_displayed_version.diff
index 6e8e8fe..34c1b18 100644
--- a/debian/patches/fix_displayed_version.diff
+++ b/debian/patches/fix_displayed_version.diff
@@ -4,7 +4,7 @@ Description: Fix displayed version
displayed version fixed to make it clear that’s a Debian package.
Author: David Prévot <taffit at debian.org>
Forwarded: not-needed
-Last-Update: 2013-07-10
+Last-Update: 2013-07-14
--- a/lib/updater.php
+++ b/lib/updater.php
@@ -71,7 +71,7 @@
@@ -38,3 +38,16 @@ Last-Update: 2013-07-10
<?php if (OC_Util::getEditionString() === ''): ?>
<?php print_unescaped($l->t('Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="https://github.com/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>.')); ?>
<?php endif; ?>
+--- a/config/config.sample.php
++++ b/config/config.sample.php
+@@ -122,8 +122,8 @@
+ /* Check 3rdparty apps for malicious code fragments */
+ "appcodechecker" => "",
+
+-/* Check if ownCloud is up to date */
+-"updatechecker" => true,
++/* Check if ownCloud is up to date, useless in Debian since it’s handled via the package manager */
++"updatechecker" => false,
+
+ /* Place to log to, can be owncloud and syslog (owncloud is log menu item in admin menu) */
+ "log_type" => "owncloud",
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list