--- /srv/reproducible-results/rbuild-debian/r-b-build.uAvDDbYX/b1/liquidsoap_1.4.3-3_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.uAvDDbYX/b2/liquidsoap_1.4.3-3_i386.changes ├── Files │ @@ -1,4 +1,4 @@ │ │ 4c251004fffce8567806c308d0096154 832280 debug optional liquidsoap-dbgsym_1.4.3-3_i386.deb │ 43126c2b188f78f16a253a475904b17c 33956 editors optional liquidsoap-mode_1.4.3-3_all.deb │ - 5b8593f23eb82c55de96483c6b6f9c58 3254280 sound optional liquidsoap_1.4.3-3_i386.deb │ + 343cdaada2d17b4e1b821299eac4116f 3254276 sound optional liquidsoap_1.4.3-3_i386.deb ├── liquidsoap_1.4.3-3_i386.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2021-07-21 14:18:07.000000 debian-binary │ │ -rw-r--r-- 0 0 0 4968 2021-07-21 14:18:07.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 3249120 2021-07-21 14:18:07.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 3249116 2021-07-21 14:18:07.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── file list │ │ │ │ @@ -97,15 +97,15 @@ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 414228 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/reference.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 13116 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/replay_gain.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 9671 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/request_sources.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 4827 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/requests.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 2561 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/script_loading.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 9826 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/seek.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 29050 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/server.html │ │ │ │ --rw-r--r-- 0 root (0) root (0) 79512 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/settings.html │ │ │ │ +-rw-r--r-- 0 root (0) root (0) 79513 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/settings.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 6570 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/shoutcast.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 11879 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/sources.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 7885 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/split-cue.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 13318 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/stream_content.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 11073 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/video-static.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 32444 2021-07-21 14:18:07.000000 ./usr/share/doc/liquidsoap/html/video.html │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-07-21 14:18:07.000000 ./usr/share/doc-base/ │ │ │ ├── ./usr/share/doc/liquidsoap/html/settings.html │ │ │ │ @@ -428,15 +428,15 @@ │ │ │ │

Sandbox binary to use.

│ │ │ │
set("sandbox.binary","bwrap")
│ │ │ │

Enable network

│ │ │ │
set("sandbox.network",true)
│ │ │ │

Read-only directories

│ │ │ │
set("sandbox.ro",["/"])
│ │ │ │

Read/write directories. Default: [$HOME;$TMPDIR].

│ │ │ │ -
set("sandbox.rw",["/nonexistent/first-build","/tmp"])
│ │ │ │ +
set("sandbox.rw",["/nonexistent/second-build","/tmp"])
│ │ │ │

Additional default environment variables.

│ │ │ │
set("sandbox.setenv",["TEMPDIR=/tmp","TEMP=/tmp","TMPDIR=/tmp","TMP=/tmp"])
│ │ │ │

Run command inside shell.

│ │ │ │
set("sandbox.shell",true)
│ │ │ │

Patch to shell binary. Defaults to $SHELL if set and “/bin/sh” otherwise.

│ │ │ │
set("sandbox.shell.path","/bin/bash")
│ │ │ │

Environment varialbes to unset.