Skip to content
  • Iustin Pop's avatar
    Implement job submission for scripts · 94428652
    Iustin Pop authored
    This patch adds the infrastructure for executing a job in background,
    instead of foreground, via a new “--submit” option. The behaviour is
    that the job ID is printed and the script will immediately exit.
    
    The patch also converts gnt-node list to this model (yes, this will be a
    query in the future).
    
    Reviewed-by: imsnah
    94428652