File tree Expand file tree Collapse file tree 4 files changed +20
-1
lines changed
share/github-backup-utils Expand file tree Collapse file tree 4 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ github-backup-utils (3.7.2) UNRELEASED; urgency=medium
2
+
3
+ * Move check for git for ssh muxing into ghe-ssh #378
4
+ * ghe-export-settings sets json file extension, should be ini? #482
5
+
6
+ -- Devin Dooley <
[email protected] > Wed, 16 Aug 2023 23:11:51 +0000
7
+
8
+ github-backup-utils (3.7.1) UNRELEASED; urgency=medium
9
+
10
+ * Don't fail a backup if the Management Console password isn't set #416
11
+ * Prevent restoring snapshots to older releases #420
12
+ * Use old rsync restore method for pages prior to 2.13 #426
13
+
14
+ -- Devin Dooley <
[email protected] > Fri, 21 Jul 2023 02:08:41 +0000
15
+
1
16
github-backup-utils (3.7.0) UNRELEASED; urgency=medium
2
17
3
18
Original file line number Diff line number Diff line change @@ -76,8 +76,10 @@ ghe_parallel_check() {
76
76
GHE_PARALLEL_COMMAND=" parallel"
77
77
local x
78
78
for x in \
79
+ /usr/bin/parallel-moreutils \
79
80
/usr/bin/parallel.moreutils \
80
81
/usr/bin/parallel_moreutils \
82
+ /usr/bin/moreutils-parallel \
81
83
/usr/bin/moreutils.parallel \
82
84
/usr/bin/moreutils_parallel \
83
85
; do
Original file line number Diff line number Diff line change 1
- 3.7.0
1
+ 3.7.2
Original file line number Diff line number Diff line change @@ -578,8 +578,10 @@ setup_moreutils_parallel() {
578
578
# We need moreutils parallel
579
579
local x
580
580
for x in \
581
+ /usr/bin/parallel-moreutils \
581
582
/usr/bin/parallel.moreutils \
582
583
/usr/bin/parallel_moreutils \
584
+ /usr/bin/moreutils-parallel \
583
585
/usr/bin/moreutils.parallel \
584
586
/usr/bin/moreutils_parallel \
585
587
; do
You can’t perform that action at this time.
0 commit comments