Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/ghe-host-check
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fi

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

if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then
supported=1
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
github-backup-utils (2.15.0) UNRELEASED; urgency=medium


-- Colin Seymour <[email protected]> Tue, 16 Oct 2018 16:40:03 +0000

github-backup-utils (2.15.0) UNRELEASED; urgency=medium


-- Colin Seymour <[email protected]> Tue, 16 Oct 2018 16:07:36 +0000

github-backup-utils (2.14.3) UNRELEASED; urgency=medium
Expand Down
2 changes: 1 addition & 1 deletion test/testlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR

# The default remote appliance version. This may be set in the environment prior
# to invoking tests to emulate a different remote vm version.
: ${GHE_TEST_REMOTE_VERSION:=2.11.0}
: ${GHE_TEST_REMOTE_VERSION:=2.15.0}
export GHE_TEST_REMOTE_VERSION

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