[Pkg-drupal-commits] r2296 - in /branches/drupal7/debian: changelog cron.sh

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Sat Apr 20 17:03:54 UTC 2013


Author: luigi
Date: Sat Apr 20 17:03:53 2013
New Revision: 2296

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=2296
Log:
Fixed CRON_KEY not resetting each loop iteration (Closes: #659848)

Modified:
    branches/drupal7/debian/changelog
    branches/drupal7/debian/cron.sh

Modified: branches/drupal7/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal7/debian/changelog?rev=2296&op=diff
==============================================================================
--- branches/drupal7/debian/changelog (original)
+++ branches/drupal7/debian/changelog Sat Apr 20 17:03:53 2013
@@ -10,6 +10,10 @@
   * debian/control
     - Bumped Standard-Version to 3.9.4, no change needed
     - Added Gunnar Wolf <gwolf at debian.org> to Uploaders
+
+  * debian/cron.sh
+    - Fixed CRON_KEY not resetting each loop iteration (Closes: #659848)
+      (Thanks to Michael Wikberg <nobody at wikberg.fi>)
 
  -- Luigi Gangitano <luigi at debian.org>  Sat, 20 Apr 2013 18:29:57 +0200
 

Modified: branches/drupal7/debian/cron.sh
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal7/debian/cron.sh?rev=2296&op=diff
==============================================================================
--- branches/drupal7/debian/cron.sh (original)
+++ branches/drupal7/debian/cron.sh Sat Apr 20 17:03:53 2013
@@ -2,6 +2,7 @@
 
 for site in /etc/drupal/7/sites/* ; do
 	BASE_URL=""
+	CRON_KEY=""
 
 	if [ ! "`basename $site`" = "all" ]; then
 		for file in $site/baseurl.php $site/settings.php; do




More information about the Pkg-drupal-commits mailing list