[Pkg-javascript-commits] [node-gyp] 05/82: really fixed watch file. Downloads directly from github without going through npm registry

Ximin Luo infinity0 at debian.org
Mon Aug 31 00:40:50 UTC 2015


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

infinity0 pushed a commit to branch master
in repository node-gyp.

commit 074cd12765300519e0d43f255aecdc678f68fff4
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Mar 13 19:16:18 2013 +0100

    really fixed watch file. Downloads directly from github without going through npm registry
---
 debian/watch | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/watch b/debian/watch
index 55b613c..005f3f2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 version=3
-opts=downloadurlmangle=s/.*\/([\d.-]+)/http\:\/\/registry\.npmjs\.org\/node\-gyp\/-\/node\-gyp\-$1\.tgz/,\
-filenamemangle=s/.*\/v?([\d.-]+)/node-gyp-$1\.tar\.gz/ \
-https://github.com/TooTallNate/node-gyp/tags .*/archive/v?([\d.]+).tar.gz	
+opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-gyp-$1.tar.gz/ \
+https://github.com/TooTallNate/node-gyp/tags .*/archive/v?([\d\.]+).tar.gz	

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-gyp.git



More information about the Pkg-javascript-commits mailing list