Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RexOps/Rex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 54f808684bc038a75a3e9976c95603b207c674ce
Choose a base ref
..
head repository: RexOps/Rex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cb6db56283873a7650fc89f969d60d35438cca43
Choose a head ref
Showing with 154 additions and 256 deletions.
  1. +2 −2 .travis.yml
  2. +0 −2 ChangeLog
  3. +152 −182 lib/Rex/Commands/Rsync.pm
  4. +0 −70 t/rsync.t
  5. 0 t/sync/dir/file3
  6. 0 t/sync/dir/file4
  7. 0 t/sync/file1
  8. 0 t/sync/file2
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
- dzil authordeps --missing | cpanm
- dzil listdeps --author --missing | cpanm
- cpanm DBI Parallel::ForkManager Digest::HMAC_SHA1
- cpanm String::Escape XML::LibXML
- cpanm String::Escape XML::LibXML Expect
- cpanm --reinstall App::Prove
install:
- dzil build --in build --notgz
@@ -85,7 +85,7 @@ jobs:
- dzil authordeps --missing | cpanm
- dzil listdeps --author --missing | cpanm
- cpanm DBI IPC::Shareable Parallel::ForkManager Digest::HMAC_SHA1
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty Expect
install:
- dzil build --in build --notgz
script:
2 changes: 0 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -19,12 +19,10 @@ Revision history for Rex
[NEW FEATURES]
- Enable Bash completion of available CLI options
- Add tab completion for Zsh
- Enable local rsync operations

[REVISION]
- Use author tests to check tidiness of bin files
- Use Symbol to manipulate Perl symbols
- Add initial rsync tests

1.11.0 2020-06-05 Ferenc Erki <erkiferenc@gmail.com>
[BUG FIXES]
Loading