Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #662 add missing cpanfile.test to release tar #664

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
znapzend (0.23.1) UNRELEASED; urgency=medium

* added missing cpanfile.test #662

-- Tobi Oetiker <[email protected]> Tue, 18 Jun 2024 08:40:33 +0200

znapzend (0.23.0) unstable; urgency=medium

* Fixed `autoCreation` behavior broken in 0.22.0 release -- @jimklimov
Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ znapzend - A ZFS backup system
Copyright by Dominik Hassler, Tobias Oetiker and the other people listed
in the AUTHORS file.

2024-06-14
2024-06-18

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ POD = doc/znapzend.pod doc/znapzendzetup.pod doc/znapzendztatz.pod
RM_F = $(RM) -f

GENERATED_EXTRADIST = $(MAN)
EXTRA_DIST = VERSION COPYRIGHT README.md LICENSE CHANGES AUTHORS cpanfile.common $(BIN) $(PM) \
EXTRA_DIST = VERSION COPYRIGHT README.md LICENSE CHANGES AUTHORS cpanfile.common cpanfile.test $(BIN) $(PM) \
$(GENERATED_EXTRADIST) init/README.md init/org.znapzend.plist.in init/znapzend.default \
init/znapzend.service.in init/znapzend.sysv.in init/znapzend.upstart.in init/znapzend.xml.in \
t/autoscrub.t t/ssh t/znapzend.t t/znapzendztatz.t t/mbuffer \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ xcode-select --install ### ...or just install the full Xcode app from the Apple
With that in place you can now utter:

```sh
ZNAPVER=0.23.0
ZNAPVER=0.23.1
wget https://github.com/oetiker/znapzend/releases/download/v${ZNAPVER}/znapzend-${ZNAPVER}.tar.gz
tar zxvf znapzend-${ZNAPVER}.tar.gz
cd znapzend-${ZNAPVER}
Expand All @@ -159,7 +159,7 @@ Optionally (but recommended) put symbolic links to the installed binaries
in the system PATH, e.g.:

```sh
ZNAPVER=0.23.0
ZNAPVER=0.23.1
for x in /opt/znapzend-${ZNAPVER}/bin/*; do ln -fs ../../../$x /usr/local/bin/; done
```

Expand Down Expand Up @@ -612,4 +612,4 @@ And if you have a code or documentation contribution, please
Enjoy!

Dominik Hassler & Tobi Oetiker
2024-06-14
2024-06-18
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.0
0.23.1
2 changes: 1 addition & 1 deletion bin/znapzendzetup
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Scalar::Util qw(blessed);
use Mojo::Base -strict;
use Mojo::Log;
use ZnapZend::Config;
my $VERSION = q{0.23.0}; # VERSION
my $VERSION = q{0.23.1}; # VERSION

my @ROOT_EXEC_OPTIONS = qw(pfexec sudo rootExec=s debug features=s);
my %featureMap = map { $_ => 1 } qw(pfexec sudo lowmemRecurse zfsGetType);
Expand Down
2 changes: 1 addition & 1 deletion bin/znapzendztatz
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Mojo::Base -strict;
use Mojo::Log;
use ZnapZend::Config;
use ZnapZend::ZFS;
my $VERSION = q{0.23.0}; # VERSION
my $VERSION = q{0.23.1}; # VERSION
my $zConfig;
my $zZfs;
my $zTime = ZnapZend::Time->new();
Expand Down
2 changes: 1 addition & 1 deletion man/znapzend.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZEND 1"
.TH ZNAPZEND 1 "2024-05-03" "0.23.0" "znapzend"
.TH ZNAPZEND 1 "2024-05-03" "0.23.1" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
2 changes: 1 addition & 1 deletion man/znapzendzetup.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZETUP 1"
.TH ZNAPZENDZETUP 1 "2024-06-14" "0.23.0" "znapzend"
.TH ZNAPZENDZETUP 1 "2024-06-18" "0.23.1" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
2 changes: 1 addition & 1 deletion man/znapzendztatz.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZTATZ 1"
.TH ZNAPZENDZTATZ 1 "2024-06-14" "0.23.0" "znapzend"
.TH ZNAPZENDZTATZ 1 "2024-06-18" "0.23.1" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
41 changes: 0 additions & 41 deletions thirdparty/cpanfile-5.30.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -214,44 +214,3 @@ DISTRIBUTIONS
requirements:
Exporter 5.57
perl 5.006
Sub-Uplevel-0.2800
pathname: D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz
provides:
Sub::Uplevel 0.2800
requirements:
Carp 0
ExtUtils::MakeMaker 6.17
constant 0
perl 5.006
strict 0
warnings 0
Test-Exception-0.43
pathname: E/EX/EXODIST/Test-Exception-0.43.tar.gz
provides:
Test::Exception 0.43
requirements:
Carp 0
Exporter 0
ExtUtils::MakeMaker 0
Sub::Uplevel 0.18
Test::Builder 0.7
Test::Builder::Tester 1.07
Test::Harness 2.03
base 0
perl 5.006001
strict 0
warnings 0
Test-SharedFork-0.35
pathname: E/EX/EXODIST/Test-SharedFork-0.35.tar.gz
provides:
Test::SharedFork 0.35
Test::SharedFork::Array undef
Test::SharedFork::Scalar undef
Test::SharedFork::Store undef
requirements:
ExtUtils::MakeMaker 6.64
File::Temp 0
Test::Builder 0.32
Test::Builder::Module 0
Test::More 0.88
perl 5.008_001
Loading