diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2019-01-29 03:19:43 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-01-29 11:51:20 +0100 |
commit | 8605a4b9eb1081a2f56745b57dc5d13a7637048e (patch) | |
tree | d70c5d97225a8976c5239d2b2d373a68d39b62da /travis-ci | |
parent | 92dc48ac452c30e222d0eb0ce33d915e6e101a8d (diff) | |
download | systemd-8605a4b9eb1081a2f56745b57dc5d13a7637048e.tar.gz |
travis: switch to the "official" systemd-ci repository
Now that add-apt-repository hasn't failed for almost two days on Semaphore
it should be safe to assume that the key has been propagated properly
and the repository is ready to be used on Travis CI.
Diffstat (limited to 'travis-ci')
-rwxr-xr-x | travis-ci/managers/xenial.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/travis-ci/managers/xenial.sh b/travis-ci/managers/xenial.sh index 10ba4382f8..65e44ab3a4 100755 --- a/travis-ci/managers/xenial.sh +++ b/travis-ci/managers/xenial.sh @@ -3,7 +3,7 @@ set -e set -x -add-apt-repository ppa:pitti/systemd-semaphore -y +add-apt-repository ppa:upstream-systemd-ci/systemd-ci -y apt-get update apt-get build-dep systemd -y apt-get install -y util-linux libmount-dev libblkid-dev liblzma-dev libqrencode-dev libmicrohttpd-dev iptables-dev liblz4-dev libcurl4-gnutls-dev unifont itstool kbd cryptsetup-bin net-tools isc-dhcp-client iputils-ping strace qemu-system-x86 linux-image-virtual mount libgpg-error-dev libxkbcommon-dev python-lxml python3-lxml python3-pip libcap-dev @@ -12,8 +12,6 @@ pip3 install meson cd $REPO_ROOT -sed -i 's/2\.30/2.27/' meson.build - meson --werror -Db_sanitize=address,undefined -Dsplit-usr=true build ninja -v -C build make -C test/TEST-01-BASIC clean setup run TEST_NO_QEMU=yes NSPAWN_ARGUMENTS=--keep-unit RUN_IN_UNPRIVILEGED_CONTAINER=no |