-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/boa unfork #6
Conversation
… sub-tasks (BOA unfork)
…low SSH tunneling for remote SQL access (BOA unfork)
…stmaster install (BOA unfork)
…migrate (BOA unfork)
…rt task (BOA unfork)
…ra sub-tasks and fixes (BOA unfork)
76e15e7
to
a8d8389
Compare
if (!is_null(d($platform)->name) && (d($platform)->name == d()->platform->name)) { | ||
drush_set_option('rename_only', TRUE); | ||
foreach ($new_aliases as $alias) { | ||
drush_log(dt("DEBUG RENAME new_aliases is @this", array('@this' => $alias))); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove these DEBUG logs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed them in 90ba4d6
Should add tests before we call this one done:
|
@jonpugh can you create a new issue to add these extra tests? |
for reference @jonpugh already started a PR for a clone test in aegir-project/tests#11 |
various issues