[Python-modules-commits] [jupyter-notebook] 01/09: Nodejs binary	and import names
    Gordon Ball 
    chronitis-guest at moszumanska.debian.org
       
    Fri Dec  9 14:00:55 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository jupyter-notebook.
commit 36b539fd60890cccf807b5e21a37fefdb3f130c4
Author: Gordon Ball <gordon at chronitis.net>
Date:   Mon Oct 24 14:38:07 2016 +0200
    Nodejs binary and import names
    
     * Binary node -> nodejs
---
 setupbase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setupbase.py b/setupbase.py
index 62d4e63..a411c9b 100644
--- a/setupbase.py
+++ b/setupbase.py
@@ -476,7 +476,7 @@ class CompileJS(Command):
             log.info("%s up to date" % target)
             return
         log.info("Rebuilding %s" % target)
-        run(['node', 'tools/build-main.js', name])
+        run(['nodejs', 'tools/build-main.js', name])
 
     def run(self):
         self.run_command('jsdeps')
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-notebook.git
    
    
More information about the Python-modules-commits
mailing list