• Antoine Catton's avatar
    Adding waitfor recipe. · b68805a8
    Antoine Catton authored
    This recipe waitfor files to be created.
    It uses shlex to split command line.
    
    A part of this recipe looks like :
      [waitfor]
      recipe = slapos.cookbook:waitfor
      command-line = executable "with escaped arguments" if\ needed
      files =
        one-file/per/line
        another/file.txt
    b68805a8
setup.py 4.57 KB