1. 14 Jan, 2020 4 commits
  2. 13 Jan, 2020 2 commits
  3. 10 Jan, 2020 1 commit
  4. 08 Jan, 2020 2 commits
  5. 06 Jan, 2020 1 commit
  6. 03 Jan, 2020 1 commit
  7. 28 Dec, 2019 1 commit
    • Chris Lamb's avatar
      Always pass a filename with a ".zip" extension to zipnote, otherwise it will... · a93aa33d
      Chris Lamb authored
      Always pass a filename with a ".zip" extension to zipnote, otherwise it will return with an exit code of 9 and revert to a binary diff for the entire file.
      
      eg:
      
      ```
      ├── scrcpy-server_1.11+ds-1_all.deb
      │ ├── data.tar.xz
      │ │ ├── data.tar
      │ │ │ ├── ./usr/share/scrcpy/scrcpy-server
      │ │ │ │┄ Command `zipnote /srv/reproducible-results/rbuild-debian/tmp.nUXKuYqaZC/dbd-tmp-LUse4MQ/diffoscope_umwd1nq2/tmp0lwevy98/0/8` exited with exit code 9. Standard output:
      │ │ │ │┄     zipnote error: Interrupted (aborting)
      │ │ │ │ @@ -1,20 +1,20 @@
      │ │ │ │ -00000000: 504b 0304 1400 0808 0800 a914 9b4f 0000  PK...........O..
      │ │ │ │ +00000000: 504b 0304 1400 0808 0800 6558 3d52 0000  PK........eX=R..
      │ │ │ │  00000010: 0000 0000 0000 0000 0000 0900 0400 4d45  ..............ME
      ```
      a93aa33d
  8. 27 Dec, 2019 4 commits
  9. 17 Dec, 2019 1 commit
    • Eli Schwartz's avatar
      fix exception in the progressbar handler · 8706b874
      Eli Schwartz authored
      We're trying to check whether the finished attribute has not yet been
      defined to True, but in the case we're searching for, it hasn't been
      defined at all and simply raises an AttributeError.
      
      Since any case where it's undefined is by definition the False case
      we're looking for, fall back to that.
      8706b874
  10. 15 Dec, 2019 1 commit
  11. 07 Dec, 2019 3 commits
  12. 02 Dec, 2019 1 commit
  13. 28 Nov, 2019 2 commits
  14. 27 Nov, 2019 1 commit
  15. 26 Nov, 2019 3 commits
  16. 25 Nov, 2019 1 commit
  17. 24 Nov, 2019 2 commits
  18. 23 Nov, 2019 7 commits
  19. 18 Nov, 2019 2 commits