[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. upstream/5.0.3+dfsg-293-g0a1607e

David Prévot taffit at debian.org
Sat Apr 6 16:34:32 UTC 2013


The following commit has been merged in the master branch:
commit 56fb25431f4225063188f0e6b0691a347f706e75
Author: David Prévot <taffit at debian.org>
Date:   Sat Apr 6 10:36:56 2013 -0400

    Document upgrade advices

diff --git a/debian/NEWS b/debian/NEWS
deleted file mode 100644
index 4b6170e..0000000
--- a/debian/NEWS
+++ /dev/null
@@ -1,20 +0,0 @@
-owncloud (5.0.0+dfsg-1) UNRELEASED; urgency=low
-
-  The database upgrade must be made via the web interface. Make sure the PHP
-  scripts (max execution time), and the SQL requests, can complete: this can
-  take several minutes, depending on the database size.
-  Depending on your configuration, you can, e.g. if you are using PHP via
-  fcgi, add something like the following to your Apache VirtualHost
-  configuration:
-
-    <IfModule mod_fcgid.c>
-        IPCCommTimeout  7200
-    </IfModule>
-
-
-  You should also empty your browser cache, or deactivate it, to perform the
-  upgrade. In case ownCloud get stuck in maintenance mode, you could remove
-  the “'maintenance' => true,” line from /etc/owncloud/config.php, and
-  reconnect to the web interface.
-
- -- David Prévot <taffit at debian.org>  Sun, 31 Mar 2013 15:46:59 -0400
diff --git a/debian/changelog b/debian/changelog
index 6328ca2..e2e167f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,7 +35,8 @@ owncloud (5.0.3+dfsg-1) UNRELEASED; urgency=low
     - Adapt to libjs-underscore
   * debian/owncloud.install: Update 3dparty list
   * Add back experimental feature files_external
-  * debian/NEWS: Provide upgrade advices
+  * debian/owncloud.README.Debian: Update and provide upgrade advices
+  * debian/owncloud.NEWS: Point to README for upgrade
 
  -- Paul van Tilburg <paulvt at debian.org>  Fri, 02 Nov 2012 22:20:35 +0100
 
diff --git a/debian/owncloud.NEWS b/debian/owncloud.NEWS
new file mode 100644
index 0000000..e6088ba
--- /dev/null
+++ b/debian/owncloud.NEWS
@@ -0,0 +1,7 @@
+owncloud (5.0.3+dfsg-1) experimental; urgency=low
+
+  Upgrade from a previous major revision (4.0) is not supported upstream, and
+  is only provided in a best effort basis. README.Debian documents some advices
+  in the Upgrade section.
+
+ -- David Prévot <taffit at debian.org>  Sun, 31 Mar 2013 15:46:59 -0400
diff --git a/debian/owncloud.README.Debian b/debian/owncloud.README.Debian
index d04445a..f65dc7d 100644
--- a/debian/owncloud.README.Debian
+++ b/debian/owncloud.README.Debian
@@ -35,8 +35,8 @@ For the moment, you cannot override this behaviour by setting the
 /etc/owncloud/config.php.  This is because the "apps" directory is not
 writable by the ownCloud web application as the contents of
 /usr/share/owncloud/apps are part of this Debian package.
-The default of false for the "writable_appsdir" key ensures that the
-directory is also not checked for writability.
+The default of false for the apps_paths array(array("writable")) key
+ensures that the directory is also not checked for writability.
 
 Theming
 -------
@@ -64,3 +64,23 @@ ownCloud uses htaccess to configure some URL rewrites, redirects and error
 documents.  Since the htaccess file assumes ownCloud is accessed under
 /owncloud and not under /, it needs to be changed.  To fix this, please
 replace all occurrences of /owncloud by / in /etc/owncloud/htaccess.
+
+Upgrade
+-------
+
+The database upgrade must be made via the web interface. Make sure the PHP
+scripts (max execution time), and the SQL requests, can complete: this can
+take several minutes, depending on the database size.
+Depending on your configuration, you can, e.g. if you are using PHP via
+fcgi, add something like the following to your Apache VirtualHost
+configuration:
+
+  <IfModule mod_fcgid.c>
+      IPCCommTimeout  7200
+  </IfModule>
+
+You should also empty your browser cache, or deactivate it, to perform the
+upgrade. In case ownCloud get stuck in maintenance mode, you could remove
+the “'maintenance' => true,” line from /etc/owncloud/config.php, and
+reconnect to the web interface to try again.
+

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list