[Pkg-javascript-commits] [node-fs-extra] branch master updated (42dec81 -> 98f25e1)
Julien Puydt
julien.puydt at laposte.net
Wed Feb 21 17:51:43 UTC 2018
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch master
in repository node-fs-extra.
from 42dec81 New upstream release 4.0.3 and updated packaging
new f429e4c New upstream version 5.0.0
new 85b7856 Update upstream source from tag 'upstream/5.0.0'
new dbc2e31 Package upstream 5.0.0
new f1760e7 Refreshed packaging
new 98f25e1 Prepare for upload
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:
CHANGELOG.md | 16 +
debian/changelog | 6 +
debian/control | 2 +-
debian/copyright | 4 +-
docs/copy-sync.md | 2 +-
docs/copy.md | 2 +-
lib/copy-sync/__tests__/copy-sync-dir.test.js | 27 ++
.../__tests__/copy-sync-preserve-time.test.js | 88 ++---
.../copy-sync-prevent-copying-identical.test.js | 181 ++++++++++
.../copy-sync-prevent-copying-into-itself.test.js | 372 +++++++++++++++++++++
lib/copy-sync/__tests__/fixtures/a-file | 1 -
.../__tests__/fixtures/a-folder/another-file | 1 -
.../fixtures/a-folder/another-folder/file3 | 1 -
lib/copy-sync/copy-file-sync.js | 41 ---
lib/copy-sync/copy-sync.js | 239 ++++++++++---
.../copy-prevent-copying-identical.test.js | 192 +++++++++++
.../copy-prevent-copying-into-itself.test.js | 372 +++++++++++++++++++++
lib/copy/__tests__/copy.test.js | 70 +++-
lib/copy/__tests__/ncp/broken-symlink.test.js | 2 +-
lib/copy/__tests__/ncp/ncp-error-perm.test.js | 2 +-
lib/copy/__tests__/ncp/ncp.test.js | 2 +-
lib/copy/__tests__/ncp/symlink.test.js | 2 +-
lib/copy/copy.js | 276 +++++++++++++--
lib/copy/ncp.js | 234 -------------
lib/move/index.js | 10 +-
lib/util/utimes.js | 9 +-
package.json | 2 +-
27 files changed, 1742 insertions(+), 414 deletions(-)
create mode 100644 lib/copy-sync/__tests__/copy-sync-prevent-copying-identical.test.js
create mode 100644 lib/copy-sync/__tests__/copy-sync-prevent-copying-into-itself.test.js
delete mode 100644 lib/copy-sync/__tests__/fixtures/a-file
delete mode 100644 lib/copy-sync/__tests__/fixtures/a-folder/another-file
delete mode 100644 lib/copy-sync/__tests__/fixtures/a-folder/another-folder/file3
delete mode 100644 lib/copy-sync/copy-file-sync.js
create mode 100644 lib/copy/__tests__/copy-prevent-copying-identical.test.js
create mode 100644 lib/copy/__tests__/copy-prevent-copying-into-itself.test.js
delete mode 100644 lib/copy/ncp.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fs-extra.git
More information about the Pkg-javascript-commits
mailing list