Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
a1993b25
Commit
a1993b25
authored
Apr 15, 2016
by
Philippe Mouchel
Browse files
Copy aliases file instead of creating symlink
parent
150ad295
Changes
1
Hide whitespace changes
Inline
Side-by-side
drush.py
View file @
a1993b25
...
...
@@ -72,7 +72,7 @@ def aliases():
# Create aliases
if
h
.
fab_exists
(
role
,
'{}/aliases.drushrc.php'
.
format
(
drush_aliases
)):
h
.
fab_run
(
role
,
'rm {}/aliases.drushrc.php'
.
format
(
drush_aliases
))
h
.
fab_run
(
role
,
'
ln -s
{}/conf/aliases.drushrc.php .'
.
format
(
workspace
))
h
.
fab_run
(
role
,
'
cp
{}/conf/aliases.drushrc.php .'
.
format
(
workspace
))
print
(
green
(
'Drush aliases have been copied to {} directory.'
.
format
(
drush_aliases
)))
...
...
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