[Reproducible-builds] [dh-python] 135/183: pybuild: invoke detect step also when systes is already selected

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Sep 19 15:30:30 UTC 2014


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

lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.

commit 5148a97f58c0031b1dd50c0ef1174e6f4590f150
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Sat Oct 5 20:19:10 2013 +0200

    pybuild: invoke detect step also when systes is already selected
    
    f.e. distutils plugin needs it to detect setup.py file location
---
 pybuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pybuild b/pybuild
index c9f2179..e7655e9 100755
--- a/pybuild
+++ b/pybuild
@@ -63,6 +63,7 @@ def main(cfg):
             exit(10)
         plugin = Plugin(cfg)
         context = {'ENV': env, 'args': {}, 'dir': cfg.dir}
+        plugin.detect(context)
     else:
         plugin, certainty, context = None, 0, None
         for Plugin in build.plugins.values():

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



More information about the Reproducible-builds mailing list