Skip to content

Commit 135dd54

Browse files
committed
Revert "Merge pull request #445 from github/release-2.15.0"
This reverts commit 7fe25c7, reversing changes made to 938379d.
1 parent 7fe25c7 commit 135dd54

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

bin/ghe-host-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fi
113113

114114
# backup-utils 2.13 onwards limits support to the current and previous two releases
115115
# of GitHub Enterprise.
116-
supported_minimum_version="2.13.0"
116+
supported_minimum_version="2.11.0"
117117

118118
if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then
119119
supported=1

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github-backup-utils (2.15.0) UNRELEASED; urgency=medium
22

33

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
55

66
github-backup-utils (2.14.3) UNRELEASED; urgency=medium
77

script/cibuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ set -e
77
# conditional logic based on the remote version. Running the suite against
88
# different major versions ensures we're covering these conditional paths.
99
REMOTE_VERSIONS="
10-
2.12.0
11-
2.14.0
10+
2.13.0
11+
2.15.0
1212
"
1313

1414
# Enable verbose logging of ssh commands

script/release

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def push_release_branch(version)
217217
raise "Creating release branch failed:\n\n#{out}"
218218
end
219219

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`)
221221
raise "Error committing changelog and version:\n\n#{out}"
222222
end
223223

@@ -456,4 +456,3 @@ if $PROGRAM_NAME == __FILE__
456456
exit 1
457457
end
458458
end
459-

test/testlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
4242

4343
# The default remote appliance version. This may be set in the environment prior
4444
# 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}
4646
export GHE_TEST_REMOTE_VERSION
4747

4848
# Source in the backup config and set GHE_REMOTE_XXX variables based on the

0 commit comments

Comments
 (0)