[reprotest] 01/01: Add a TODO about removing any existing build artifacts

Ximin Luo infinity0 at debian.org
Thu Sep 22 19:27:51 UTC 2016


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

infinity0 pushed a commit to branch master
in repository reprotest.

commit 2f6b1df8cb67dc534e76c84cd3dcdac0fa2607fd
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Sep 22 21:27:21 2016 +0200

    Add a TODO about removing any existing build artifacts
---
 reprotest/__init__.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/reprotest/__init__.py b/reprotest/__init__.py
index e2de355..a9777db 100644
--- a/reprotest/__init__.py
+++ b/reprotest/__init__.py
@@ -288,6 +288,8 @@ VARIATIONS = types.MappingProxyType(collections.OrderedDict([
 
 
 def build(script, source_root, dist_root, artifact_pattern, testbed, artifact_store, env):
+    # TODO: we should probably `rm -f artifact_pattern` in case the
+    # build script doesn't overwrite like how make(1) sometimes works.
     print(source_root)
     # testbed.execute(['ls', '-l', source_root])
     # testbed.execute(['pwd'])

-- 
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