Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 9133dff

Browse files
committed
Drupal 7.41.1
1 parent ad6395d commit 9133dff

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

OCTOPUS.sh.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ _PLATFORMS_ONLY=NO
5858
_PURGE_FOR_SEVEN=YES
5959
_REDIS_M_VERSION=mod-26-06-2015
6060
_SMALLCORE6=6.37.1
61-
_SMALLCORE7=7.40.1
61+
_SMALLCORE7=7.41.1
6262
_SMALLCORE8=8.0.0-beta16
6363
_SPINNER=YES
6464
_T_BUILD=HEAD

README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ production settings.
151151

152152
Octopus can install the platforms listed below:
153153

154-
@ Drupal 7.40.1
154+
@ Drupal 7.41.1
155155

156156
aGov 2.1 --------------------- https://drupal.org/project/agov
157157
Commerce 1.39 ---------------- https://drupal.org/project/commerce_kickstart
158158
Commerce 2.29 ---------------- https://drupal.org/project/commerce_kickstart
159159
Commons 3.31 ----------------- https://drupal.org/project/commons
160-
Drupal 7.40.1 ---------------- https://drupal.org/drupal-7.40
160+
Drupal 7.41.1 ---------------- https://drupal.org/drupal-7.41
161161
ERPAL 2.2 -------------------- https://drupal.org/project/erpal
162162
Guardr 2.19 ------------------ https://drupal.org/project/guardr
163163
OpenAid 2.7 ------------------ https://drupal.org/project/openaid
@@ -175,7 +175,7 @@ Octopus can install the platforms listed below:
175175
Pressflow 6.37.1 ------------- http://pressflow.org
176176
Ubercart 2.14 ---------------- https://drupal.org/project/ubercart
177177

178-
* All D7 platforms have been enhanced using Drupal 7.40.1 +Extra core:
178+
* All D7 platforms have been enhanced using Drupal 7.41.1 +Extra core:
179179
https://github.com/omega8cc/7x/tree/7.x-om8
180180

181181
* All D6 platforms have been enhanced using Pressflow 6.37.1 +Extra core:

aegir/makefiles/civicrm-4.3-d7.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ core = 7.x
66

77
projects[drupal][type] = "core"
88
projects[drupal][download][type] = "get"
9-
projects[drupal][download][url] = "http://files.aegir.cc/core/drupal-7.40.1.tar.gz"
9+
projects[drupal][download][url] = "http://files.aegir.cc/core/drupal-7.41.1.tar.gz"
1010

1111
projects[civicrm][type] = "module"
1212
projects[civicrm][directory_name] = "civicrm"

aegir/makefiles/civicrm-4.4-d7.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ core = 7.x
66

77
projects[drupal][type] = "core"
88
projects[drupal][download][type] = "get"
9-
projects[drupal][download][url] = "http://files.aegir.cc/core/drupal-7.40.1.tar.gz"
9+
projects[drupal][download][url] = "http://files.aegir.cc/core/drupal-7.41.1.tar.gz"
1010

1111
projects[civicrm][type] = "module"
1212
projects[civicrm][directory_name] = "civicrm"

aegir/makefiles/civicrm-4.5-d7.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ core = 7.x
66

77
projects[drupal][type] = "core"
88
projects[drupal][download][type] = "get"
9-
projects[drupal][download][url] = "http://files.aegir.cc/core/drupal-7.40.1.tar.gz"
9+
projects[drupal][download][url] = "http://files.aegir.cc/core/drupal-7.41.1.tar.gz"
1010

1111
projects[civicrm][type] = "module"
1212
projects[civicrm][directory_name] = "civicrm"

aegir/makefiles/civicrm-4.6-d7.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ core = 7.x
66

77
projects[drupal][type] = "core"
88
projects[drupal][download][type] = "get"
9-
projects[drupal][download][url] = "http://files.aegir.cc/core/drupal-7.40.1.tar.gz"
9+
projects[drupal][download][url] = "http://files.aegir.cc/core/drupal-7.41.1.tar.gz"
1010

1111
projects[civicrm][type] = "module"
1212
projects[civicrm][directory_name] = "civicrm"

aegir/scripts/AegirSetupC.sh.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ drupal7_install() {
10801080
|| [[ "${_PLATFORMS_LIST}" =~ "D7S" ]] \
10811081
|| [[ "${_PLATFORMS_LIST}" =~ "D7P" ]]; then
10821082
if [ ! -d "${_ROOT}/distro/${_THIS_CORE}/${_DRUPAL7D}" ]; then
1083-
if prompt_yes_no "$_F_DRUPAL7 - https://drupal.org/drupal-7.40" ; then
1083+
if prompt_yes_no "$_F_DRUPAL7 - https://drupal.org/drupal-7.41" ; then
10841084
true
10851085
###---### Drupal 7 Development
10861086
#

0 commit comments

Comments
 (0)