File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
share/github-backup-utils Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 130
130
131
131
# backup-utils 2.13 onwards limits support to the current and previous two releases
132
132
# of GitHub Enterprise Server.
133
- supported_minimum_version=" 3.0 .0"
133
+ supported_minimum_version=" 3.1 .0"
134
134
135
135
if [ " $( version $version ) " -ge " $( version $supported_minimum_version ) " ]; then
136
136
supported=1
Original file line number Diff line number Diff line change
1
+ github-backup-utils (3.3.0.rc1) UNRELEASED; urgency=medium
2
+
3
+
4
+ -- Nick Iodice <
[email protected] > Tue, 09 Nov 2021 19:56:08 +0000
5
+
1
6
github-backup-utils (3.2.0) UNRELEASED; urgency=medium
2
7
3
8
Original file line number Diff line number Diff line change 1
- 3.2.0
1
+ 3.3.0.rc1
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ begin_test "ghe-host-check detects unsupported GitHub Enterprise Server versions
60
60
! GHE_TEST_REMOTE_VERSION=2.20.0 ghe-host-check
61
61
! GHE_TEST_REMOTE_VERSION=2.21.0 ghe-host-check
62
62
! GHE_TEST_REMOTE_VERSION=2.22.0 ghe-host-check
63
- GHE_TEST_REMOTE_VERSION=3.0.0 ghe-host-check
63
+ ! GHE_TEST_REMOTE_VERSION=3.0.0 ghe-host-check
64
64
GHE_TEST_REMOTE_VERSION=3.1.0 ghe-host-check
65
65
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
66
66
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
42
42
43
43
# The default remote appliance version. This may be set in the environment prior
44
44
# to invoking tests to emulate a different remote vm version.
45
- : ${GHE_TEST_REMOTE_VERSION:= 3.2.0 }
45
+ : ${GHE_TEST_REMOTE_VERSION:= 3.3.0.rc1 }
46
46
export GHE_TEST_REMOTE_VERSION
47
47
48
48
# Source in the backup config and set GHE_REMOTE_XXX variables based on the
You can’t perform that action at this time.
0 commit comments