[reprotest] 01/01: doc: update custom APT repo example and note some bugs TB-fixed-soon

Ximin Luo infinity0 at debian.org
Tue Sep 26 07:30:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository reprotest.

commit 5604d6c7ca0e95c8566d2e8f077d7d35009b5175
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Sep 26 09:30:27 2017 +0200

    doc: update custom APT repo example and note some bugs TB-fixed-soon
---
 README.rst | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 8e28b3e..3bf7ab0 100644
--- a/README.rst
+++ b/README.rst
@@ -114,7 +114,7 @@ so that it uses our `experimental toolchain
     $ reprotest --store-dir=artifacts \
         --auto-preset-expr '_.prepend.testbed_init("apt-get install -y wget 2>/dev/null; \
             echo deb http://reproducible.alioth.debian.org/debian/ ./ >> /etc/apt/sources.list; \
-            wget -q -O- https://reproducible.alioth.debian.org/reproducible.asc | apt-key add -; \
+            wget -q -O- https://reproducible.alioth.debian.org/reproducible.asc | apt-key add - 2>/dev/null; \
             apt-get update; apt-get upgrade -y 2>/dev/null; ")' \
         ./bash_4.4-4.0~reproducible1.dsc \
         -- \
@@ -304,3 +304,18 @@ If you see a difference that you really think should not be there, try passing
 ``--variations=-time`` to reprotest, and/or check our results on
 https://tests.reproducible-builds.org/ which use a different (more reliable)
 mechanism to vary the system time.
+
+
+Known bugs
+==========
+
+If the first argument is a file but it doesn't exist, then the heuristic will
+fail and reprotest might give a confusing error message about "No <artifact>
+provided".
+
+If the first argument is a file then reprotest will copy its whole directory.
+Sometimes this is unsuitable, e.g. when it contains 3GB of other stuff.
+Also if this copying fails (e.g. because irrelevant files are not copyable due
+to permissions) then reprotest might give a confusing error message about that.
+
+These will be fixed soon.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list