[Pkg-javascript-commits] [node-tmp] branch master updated (848e04a -> 5f1c355)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Mar 10 18:50:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository node-tmp.
from 848e04a Set distribution to unstable.
new d1460f9 Imported Upstream version 0.0.25
new fdf0812 Merge tag 'upstream/0.0.25'
new 05cde34 New upstream release.
new ed72f07 Update copyright years in copyright file.
new 5f1c355 Set distribution to unstable.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 1 +
LICENSE | 21 +++
README.md | 130 ++++++++++++--
debian/changelog | 7 +
debian/copyright | 2 +-
lib/tmp.js | 343 +++++++++++++++++++++++++++----------
package.json | 2 +-
test/base.js | 74 +++++++-
test/dir-sync-test.js | 214 +++++++++++++++++++++++
test/dir-test.js | 21 ++-
test/file-sync-test.js | 190 ++++++++++++++++++++
test/file-test.js | 20 ++-
test/graceful-sync.js | 20 +++
test/graceful.js | 2 +-
test/keep-sync.js | 12 ++
test/{spawn.js => spawn-sync.js} | 2 +-
test/{unsafe.js => unsafe-sync.js} | 21 +--
17 files changed, 953 insertions(+), 129 deletions(-)
create mode 100644 LICENSE
create mode 100644 test/dir-sync-test.js
create mode 100644 test/file-sync-test.js
create mode 100644 test/graceful-sync.js
create mode 100644 test/keep-sync.js
copy test/{spawn.js => spawn-sync.js} (88%)
copy test/{unsafe.js => unsafe-sync.js} (57%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tmp.git
More information about the Pkg-javascript-commits
mailing list