Skip to content

Commit 36c5d07

Browse files
authored
Merge branch 'enterprise-3.7-release' into enterprise-3.7-backport-492-add-host-online-check
2 parents 0789f27 + fe4baf6 commit 36c5d07

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
github-backup-utils (3.7.0) UNRELEASED; urgency=medium
217

318

share/github-backup-utils/ghe-backup-config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ ghe_parallel_check() {
7676
GHE_PARALLEL_COMMAND="parallel"
7777
local x
7878
for x in \
79+
/usr/bin/parallel-moreutils \
7980
/usr/bin/parallel.moreutils \
8081
/usr/bin/parallel_moreutils \
82+
/usr/bin/moreutils-parallel \
8183
/usr/bin/moreutils.parallel \
8284
/usr/bin/moreutils_parallel \
8385
; do

share/github-backup-utils/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
3.7.2

test/testlib.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,10 @@ setup_moreutils_parallel() {
578578
# We need moreutils parallel
579579
local x
580580
for x in \
581+
/usr/bin/parallel-moreutils \
581582
/usr/bin/parallel.moreutils \
582583
/usr/bin/parallel_moreutils \
584+
/usr/bin/moreutils-parallel \
583585
/usr/bin/moreutils.parallel \
584586
/usr/bin/moreutils_parallel \
585587
; do

0 commit comments

Comments
 (0)