File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 113
113
114
114
# backup-utils 2.13 onwards limits support to the current and previous two releases
115
115
# of GitHub Enterprise.
116
- supported_minimum_version=" 2.13 .0"
116
+ supported_minimum_version=" 2.11 .0"
117
117
118
118
if [ " $( version $version ) " -ge " $( version $supported_minimum_version ) " ]; then
119
119
supported=1
Original file line number Diff line number Diff line change 1
1
github-backup-utils (2.15.0) UNRELEASED; urgency=medium
2
2
3
3
4
- -- Colin Seymour <
[email protected] > Tue, 16 Oct 2018 16:
21:34 +0000
4
+ -- Colin Seymour <
[email protected] > Tue, 16 Oct 2018 16:
07:36 +0000
5
5
6
6
github-backup-utils (2.14.3) UNRELEASED; urgency=medium
7
7
Original file line number Diff line number Diff line change 7
7
# conditional logic based on the remote version. Running the suite against
8
8
# different major versions ensures we're covering these conditional paths.
9
9
REMOTE_VERSIONS="
10
- 2.12 .0
11
- 2.14 .0
10
+ 2.13 .0
11
+ 2.15 .0
12
12
"
13
13
14
14
# Enable verbose logging of ssh commands
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ def push_release_branch(version)
217
217
raise "Creating release branch failed:\n \n #{ out } "
218
218
end
219
219
220
- unless ( out = `git commit --quiet -m 'Bump version: #{ version } [ci skip]' debian/changelog share/github-backup-utils/version bin/ghe-host-check test/testlib.sh ` )
220
+ unless ( out = `git commit --quiet -m 'Bump version: #{ version } [ci skip]' debian/changelog share/github-backup-utils/version` )
221
221
raise "Error committing changelog and version:\n \n #{ out } "
222
222
end
223
223
@@ -456,4 +456,3 @@ if $PROGRAM_NAME == __FILE__
456
456
exit 1
457
457
end
458
458
end
459
-
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:= 2.15 .0}
45
+ : ${GHE_TEST_REMOTE_VERSION:= 2.11 .0}
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