From 7376aed3396f71c9b7cf5f4688bfa79f7f9d7d44 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 31 Mar 2021 09:17:14 -0600 Subject: [PATCH] Revert "Bring back trivial-httpd subcommand" This reverts commit d6102321fe9c3afdf29eb4768657a68c6b170bf1. eos-updater will now use the standalone ostree-trivial-httpd and doesn't require the ostree builtin. https://phabricator.endlessm.com/T31384 --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4416f9429..b5bf7e354 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,6 @@ override_dh_autoreconf: configure_options = \ --enable-installed-tests \ - --enable-trivial-httpd-cmdline \ --with-avahi \ --with-dracut \ --with-grub2 \