Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hostmaster
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
hostmaster
Commits
5ace388b
Commit
5ace388b
authored
Jun 10, 2010
by
Adrian Rossouw
Browse files
Options
Downloads
Patches
Plain Diff
Dont create a new verify task when migrating a site because it happens in the backend now.
Thanks hadsie ..
#823978
parent
29be87cb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/hosting/migrate/hosting_migrate.drush.inc
+2
-1
2 additions, 1 deletion
modules/hosting/migrate/hosting_migrate.drush.inc
with
2 additions
and
1 deletion
modules/hosting/migrate/hosting_migrate.drush.inc
+
2
−
1
View file @
5ace388b
...
...
@@ -52,7 +52,8 @@ function hosting_migrate_post_hosting_migrate_task($task, $data) {
$site
->
profile
=
$profile
->
package_id
;
}
$site
->
verified
=
0
;
$site
->
verified
=
mktime
();
$site
->
no_verify
=
true
;
$site
->
platform
=
$target
;
node_save
(
$site
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment