Package backend :: Package server :: Package action :: Module activation
[hide private]
[frames] | no frames]

Module activation

source code

Functions [hide private]
 
schedule_deploy(server_id, action_id, dry_run=0) source code
 
schedule_pkg_install(server_id, action_id, dry_run=0) source code
Variables [hide private]
  __rhnexport__ = ['schedule_deploy', 'schedule_pkg_install']
  _query_copy_pkgs_from_shadow_action = <spacewalk.server.rhnSQL...
  _query_copy_revs_from_shadow_action = <spacewalk.server.rhnSQL...
  __package__ = 'backend.server.action'
Variables Details [hide private]

_query_copy_pkgs_from_shadow_action

Value:
<spacewalk.server.rhnSQL.sql_base.Statement instance at 13998081475660\
8; statement=
    insert into rhnActionPackage (id, action_id, name_id, parameter)
    select sequence_nextval('rhn_act_p_id_seq'), :new_action_id, name_\
id, parameter
      from rhnActionPackage
     where action_id = :action_id

_query_copy_revs_from_shadow_action

Value:
<spacewalk.server.rhnSQL.sql_base.Statement instance at 13998081475668\
0; statement=
    insert into rhnActionConfigRevision (id, action_id, server_id, con\
fig_revision_id)
    select sequence_nextval('rhn_actioncr_id_seq'), :new_action_id, se\
rver_id, config_revision_id
      from rhnActionConfigRevision
     where action_id = :action_id
...