[Pkg-javascript-commits] [node-tmp] branch upstream updated (ba1f6ac -> d1460f9)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Mar 10 18:50:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository node-tmp.
from ba1f6ac Imported Upstream version 0.0.24
new d1460f9 Imported Upstream version 0.0.25
The 1 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 ++++++++++++--
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 +--
15 files changed, 945 insertions(+), 128 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