function drush_tripal_core_set_user

2.x tripal_core.drush.inc drush_tripal_core_set_user($username)
3.x tripal_core.drush.inc drush_tripal_core_set_user($username)

Set the user to run a drush job.

Related topics

5 calls to drush_tripal_core_set_user()
drush_tripal_core_tripal_jobs_launch in legacy/tripal_core/tripal_core.drush.inc
DEPRECATED. Executes jobs in the Tripal Jobs Queue.
drush_tripal_core_tripal_jobs_rerun in legacy/tripal_core/tripal_core.drush.inc
DEPRECATED. Executes jobs in the Tripal Jobs Queue.
drush_tripal_phylogeny_trp_delete_phylotree in legacy/tripal_phylogeny/tripal_phylogeny.drush.inc
Deletes a phylotree record.
drush_tripal_phylogeny_trp_insert_phylotree in legacy/tripal_phylogeny/tripal_phylogeny.drush.inc
Deletes a phylotree record.
drush_tripal_phylogeny_trp_update_phylotree in legacy/tripal_phylogeny/tripal_phylogeny.drush.inc

File

legacy/tripal_core/tripal_core.drush.inc, line 158
Contains function relating to drush-integration of this module.

Code

function drush_tripal_core_set_user($username) {
  drush_tripal_set_user($username);
}