Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
provision
Commits
0b0d4ff2
Commit
0b0d4ff2
authored
Jun 03, 2010
by
Adrian Rossouw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
site verify testing
parent
f6a8586b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
platform/provision_drupal.drush.inc
platform/provision_drupal.drush.inc
+2
-2
No files found.
platform/provision_drupal.drush.inc
View file @
0b0d4ff2
...
@@ -107,7 +107,7 @@ function provision_drupal_drush_exit() {
...
@@ -107,7 +107,7 @@ function provision_drupal_drush_exit() {
drush_set_option
(
'site_url'
,
drush_get_option
(
'site_url'
),
'site'
);
drush_set_option
(
'site_url'
,
drush_get_option
(
'site_url'
),
'site'
);
drush_set_option
(
'site_id'
,
drush_get_option
(
'site_id'
),
'site'
);
drush_set_option
(
'site_id'
,
drush_get_option
(
'site_id'
),
'site'
);
drush_set_option
(
'client_email'
,
drush_get_option
(
'client_email'
),
'site'
);
drush_set_option
(
'client_email'
,
drush_get_option
(
'client_email'
),
'site'
);
//
provision_save_site_data();
provision_save_site_data
();
}
}
}
}
elseif
(
PROVISION_CONTEXT_PLATFORM
)
{
elseif
(
PROVISION_CONTEXT_PLATFORM
)
{
...
@@ -524,7 +524,7 @@ function provision_drupal_system_map() {
...
@@ -524,7 +524,7 @@ function provision_drupal_system_map() {
drush_log
(
dt
(
"Found !count modules"
,
array
(
'!count'
=>
sizeof
(
$packages
[
'modules'
]))));
drush_log
(
dt
(
"Found !count modules"
,
array
(
'!count'
=>
sizeof
(
$packages
[
'modules'
]))));
// XXX: mostly a copy-paste from above
// XXX: mostly a copy-paste from above
foreach
(
_provision_system_query
(
"theme"
)
as
$theme
)
{
foreach
(
_provision_system_query
(
"theme"
)
as
$theme
)
{
$frags
=
explode
(
"/"
,
$theme
->
filename
);
$frags
=
explode
(
"/"
,
$theme
->
filename
);
// ignore site-specific themes
// ignore site-specific themes
if
(
$frags
[
0
]
==
'sites'
&&
$frags
[
1
]
!=
'all'
)
{
if
(
$frags
[
0
]
==
'sites'
&&
$frags
[
1
]
!=
'all'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment