Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
5e0e9adc
Commit
5e0e9adc
authored
Sep 16, 2010
by
mig5
Committed by
mig5
Sep 16, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch to drush_make beta9. add api parameter to makefile for beta9 compatibility
parent
2fdb0584
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
aegir.make
aegir.make
+2
-0
install.hostmaster.inc
install.hostmaster.inc
+1
-1
No files found.
aegir.make
View file @
5e0e9adc
core
=
6.x
api
=
2
projects[]
=
"drupal"
projects[hostmaster][type]
=
"profile"
...
...
install.hostmaster.inc
View file @
5e0e9adc
...
...
@@ -16,7 +16,7 @@ function drush_provision_hostmaster_install($site = NULL) {
if
(
!
drush_get_option
(
'backend-only'
))
{
if
(
!
function_exists
(
'drush_make_drush_command'
))
{
drush_backend_invoke
(
'dl'
,
array
(
'drush_make-'
.
drush_get_option
(
'drush_make_version'
,
'6.x-2.0-beta
8
'
),
'destination'
=>
$aegir_root
.
'/.drush/'
));
drush_backend_invoke
(
'dl'
,
array
(
'drush_make-'
.
drush_get_option
(
'drush_make_version'
,
'6.x-2.0-beta
9
'
),
'destination'
=>
$aegir_root
.
'/.drush/'
));
}
}
...
...
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