diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-01-06 17:43:02 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-01-06 17:43:02 +0200 |
commit | 734510a44d690dfb94264e1d2775ee1cb6f3ebb9 (patch) | |
tree | 0ccc317bf9462ca95cd1277b4ce65a7fda5fe315 /debian/autobake-deb.sh | |
parent | 2465d3e00b2f18c7d4967f9bb10438883682787d (diff) | |
parent | faf206a848684bc0f87c93a2b47a55063bbccc6c (diff) | |
download | mariadb-git-734510a44d690dfb94264e1d2775ee1cb6f3ebb9.tar.gz |
Merge 10.3 into 10.4
Diffstat (limited to 'debian/autobake-deb.sh')
-rwxr-xr-x | debian/autobake-deb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index 1c72ad28a3d..7b518742d54 100755 --- a/debian/autobake-deb.sh +++ b/debian/autobake-deb.sh @@ -102,7 +102,7 @@ fi # AWS SDK also requires the build machine to have network access and git, so # it cannot be part of the base version included in Linux distros, but a pure # custom built plugin. -if [[ $GCCVERSION -gt 40800 ]] && [[ ! $TRAVIS ]] && wget --timeout 15 --tries 1 --quiet --output-document /dev/null https://github.com/ +if [[ $GCCVERSION -gt 40800 ]] && [[ ! $TRAVIS ]] && [[ -x "$(command -v git)" ]] && timeout 3s bash -c 'sed -n q </dev/tcp/github.com/22' then cat <<EOF >> debian/control |