1. 11 Oct, 2017 7 commits
  2. 10 Oct, 2017 4 commits
  3. 09 Oct, 2017 4 commits
  4. 06 Oct, 2017 3 commits
  5. 04 Oct, 2017 5 commits
  6. 02 Oct, 2017 5 commits
  7. 29 Sep, 2017 1 commit
  8. 28 Sep, 2017 10 commits
  9. 27 Sep, 2017 1 commit
    • Hardik Juneja's avatar
      slaprunner: Export (rsync) silence rsync warning · fa8b6eaa
      Hardik Juneja authored
      When a file is removed while rsync is running (after build the list and before transfer the file), rsync fail with the follow message:
      
           rsync warning: some files vanished before they could be transferred
      
      Long back rafael proped a solution here 387d3b7e
      But it seems like adding --ignore-missing-args dont really help but just ignore the files given in args and are counldn't be found anymore.
      
      /reviewed-on !225
      fa8b6eaa