[Pkg-javascript-commits] [node-string-decoder] 01/03: fix github url

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 13 10:27:58 UTC 2017


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

rouca pushed a commit to annotated tag v0.10.31
in repository node-string-decoder.

commit db5c60089eb7d12823dbfbbe83766558db281e95
Author: Rod Vagg <rod at vagg.org>
Date:   Sat Aug 23 14:26:06 2014 +1000

    fix github url
---
 build/build.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/build.js b/build/build.js
index 46470cf..1a6e8d5 100755
--- a/build/build.js
+++ b/build/build.js
@@ -9,7 +9,7 @@ const hyperquest  = require('hyperzip')(require('hyperdirect'))
     , files       = require('./files')
     , testReplace = require('./test-replacements')
 
-    , srcurlpfx   = 'https://raw.github.com/joyent/node/v' + process.argv[2] + '-release/'
+    , srcurlpfx   = 'https://raw.githubusercontent.com/joyent/node/v' + process.argv[2] + '-release/'
     , libsrcurl   = srcurlpfx + 'lib/'
     , testsrcurl  = srcurlpfx + 'test/simple/'
     , testlisturl = 'https://github.com/joyent/node/tree/v' + process.argv[2] + '-release/test/simple'
@@ -91,4 +91,4 @@ processFile(
     testsrcurl + '../common.js'
   , path.join(testourroot, '../common.js')
   , testReplace['common.js']
-)
\ No newline at end of file
+)

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



More information about the Pkg-javascript-commits mailing list