This commit is contained in:
bonsohi 2022-05-12 21:06:56 +00:00
Родитель b5b470f402
Коммит 581817dd07
4 изменённых файлов: 10 добавлений и 3 удалений

Просмотреть файл

@ -131,7 +131,7 @@ fi
# backup-utils 2.13 onwards limits support to the current and previous two releases
# of GitHub Enterprise Server.
supported_minimum_version="3.2.0"
supported_minimum_version="3.3.0"
if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then
supported=1

7
debian/changelog поставляемый
Просмотреть файл

@ -1,3 +1,10 @@
github-backup-utils (3.5.0) UNRELEASED; urgency=medium
* Simplify complex redirects for ghe-rsync #881
* On restore failure, restart cron on target host #883
-- Bon Sohi<bonsohi@github.com> Thu, 12 May 2022 21:06:56 +0000
github-backup-utils (3.4.1) UNRELEASED; urgency=medium
* Simplify complex redirects for ghe-rsync #881

Просмотреть файл

@ -1 +1 @@
3.4.1
3.5.0

Просмотреть файл

@ -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:=3.4.0.rc1}
: ${GHE_TEST_REMOTE_VERSION:=3.5.0.rc1}
export GHE_TEST_REMOTE_VERSION
# Source in the backup config and set GHE_REMOTE_XXX variables based on the