[Pkg-javascript-commits] [node-ncp] branch upstream updated	(34dc9d3 -> 9f8883f)
    Andrew Kelley 
    andrewrk-guest at moszumanska.debian.org
       
    Wed Jul  9 23:14:19 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a change to branch upstream
in repository node-ncp.
      from  34dc9d3   Imported Upstream version 0.5.1
      adds  9f8883f   Imported Upstream version 0.6.0
No new revisions were added by this update.
Summary of changes:
 .gitignore                                      |   2 +-
 README.md                                       |   5 +
 lib/ncp.js                                      |  29 ++--
 package.json                                    |   2 +-
 test/broken-symlink-fixtures/src/broken-symlink |   1 +
 test/ncp.js                                     | 191 +++++++++++++++++-------
 test/{fixtures => regular-fixtures}/src/a       |   0
 test/{fixtures => regular-fixtures}/src/b       |   0
 test/{fixtures => regular-fixtures}/src/c       |   0
 test/{fixtures => regular-fixtures}/src/d       |   0
 test/{fixtures => regular-fixtures}/src/e       |   0
 test/{fixtures => regular-fixtures}/src/f       |   0
 test/{fixtures => regular-fixtures}/src/sub/a   |   0
 test/{fixtures => regular-fixtures}/src/sub/b   |   0
 test/symlink-fixtures/src/dir-symlink           |   1 +
 test/symlink-fixtures/src/dir/bar               |   1 +
 test/symlink-fixtures/src/file-symlink          |   1 +
 test/symlink-fixtures/src/foo                   |   1 +
 18 files changed, 168 insertions(+), 66 deletions(-)
 create mode 120000 test/broken-symlink-fixtures/src/broken-symlink
 rename test/{fixtures => regular-fixtures}/src/a (100%)
 rename test/{fixtures => regular-fixtures}/src/b (100%)
 rename test/{fixtures => regular-fixtures}/src/c (100%)
 rename test/{fixtures => regular-fixtures}/src/d (100%)
 rename test/{fixtures => regular-fixtures}/src/e (100%)
 rename test/{fixtures => regular-fixtures}/src/f (100%)
 rename test/{fixtures => regular-fixtures}/src/sub/a (100%)
 rename test/{fixtures => regular-fixtures}/src/sub/b (100%)
 create mode 120000 test/symlink-fixtures/src/dir-symlink
 create mode 100644 test/symlink-fixtures/src/dir/bar
 create mode 120000 test/symlink-fixtures/src/file-symlink
 create mode 100644 test/symlink-fixtures/src/foo
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ncp.git
    
    
More information about the Pkg-javascript-commits
mailing list