Skip to content
Snippets Groups Projects
  • Chris Lamb's avatar
    a93aa33d
    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
    History
    Always pass a filename with a ".zip" extension to zipnote, otherwise it will...
    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
    ```