diff options
author | Thomas Haller <thaller@redhat.com> | 2017-12-20 10:42:41 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-12-20 12:11:04 +0100 |
commit | 1834ec765981ca5231c6b50901cb165bfa01c891 (patch) | |
tree | 0398dff8b7d7c40dc72208b6ddb5a692356cec9f /.travis.yml | |
parent | a3077a4812721474b82b6d086297f8a518fbbb37 (diff) | |
download | NetworkManager-th/setting-plugin-ifnet.tar.gz |
settings: drop unmaintained ifnet settings plugin of Gentooth/setting-plugin-ifnet
Even Gentoo disables this plugin since before 0.9.8 release
of NetworkManager. Time to say goodbye.
If somebody happens to show up to maintain it, we may resurrect it
later.
If "$distro_plugins=ifnet" was set, configure.ac would use that
to autodetect --with-hostname-persist=gentoo. Drop that autodetect
part too.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 77b623bdab..231cb890ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: - sudo apt-get install libnl-3-dev libndp-dev automake libcurl4-gnutls-dev script: | - sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no --enable-ifcfg-rh --enable-ifupdown --enable-ifnet --enable-tests && + sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no --enable-ifcfg-rh --enable-ifupdown --enable-tests && make -j4 && ./contrib/travis/travis-check.sh |