summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-19 07:45:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-05-19 07:45:31 (GMT)
commit6f3d93f7ac116ffb32c83581567b0b38b19649db (patch)
tree1f0f7336b756d8b8021ca4c3a4c81e4be4c4d4a7 /ci
parent717dad8ebc25ccfff00d078aeb56f91503a77d36 (diff)
parentdb864306cf10bb46077252d83987a9d9054e86ee (diff)
downloadgit-6f3d93f7ac116ffb32c83581567b0b38b19649db.zip
git-6f3d93f7ac116ffb32c83581567b0b38b19649db.tar.gz
git-6f3d93f7ac116ffb32c83581567b0b38b19649db.tar.bz2
Merge branch 'sg/ci-libsvn-perl'
To run tests for Git SVN, our scripts for CI used to install the git-svn package (in the hope that it would bring in the right dependencies). This has been updated to install the more direct dependency, namely, libsvn-perl. * sg/ci-libsvn-perl: ci: install 'libsvn-perl' instead of 'git-svn'
Diffstat (limited to 'ci')
-rwxr-xr-xci/install-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh
index 52a44c6..7f6acdd 100755
--- a/ci/install-dependencies.sh
+++ b/ci/install-dependencies.sh
@@ -12,7 +12,7 @@ case "$jobname" in
linux-clang|linux-gcc)
sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
sudo apt-get -q update
- sudo apt-get -q -y install language-pack-is git-svn apache2
+ sudo apt-get -q -y install language-pack-is libsvn-perl apache2
case "$jobname" in
linux-gcc)
sudo apt-get -q -y install gcc-8