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

Module script

source code

Functions [hide private]
 
run(server_id, action_id, dry_run=0) source code
Variables [hide private]
  __rhnexport__ = ['run']
  _query_action_script = <spacewalk.server.rhnSQL.sql_base.State...
  __package__ = 'backend.server.action'
Variables Details [hide private]

_query_action_script

Value:
<spacewalk.server.rhnSQL.sql_base.Statement instance at 13998081427960\
0; statement=
    select script, username, groupname, timeout,
           TO_CHAR(current_timestamp, 'YYYY-MM-DD HH24:MI:SS') as now
      from rhnActionScript
     where action_id = :action_id