# ------------------------------------------------------------------------------
dist_configs_DATA = \
- contrib/config/client.conf \
- contrib/config/daemon.conf \
- contrib/config/general.conf
+ contrib/config/pakfire.conf
dist_configsdistros_DATA = \
contrib/config/distros/ipfire3.conf
$(AM_CPPFLAGS) \
$(PAKFIRE_CPPFLAGS) \
-DABS_TOP_SRCDIR=\"$(abs_top_srcdir)\" \
- -DTEST_CONFIG_FILE=\"$(abs_top_srcdir)/contrib/config/general.conf\" \
+ -DTEST_CONFIG_FILE=\"$(abs_top_srcdir)/contrib/config/pakfire.conf\" \
-DTEST_DATA_DIR=\"$(abs_top_srcdir)/tests/data\" \
-DTEST_ROOTFS=\"$(TEST_ROOTFS)\" \
-DTEST_STUB_COMMAND=\"$(abs_top_builddir)/tests/stub/root/command\" \
+++ /dev/null
-
-# Configure the pakfire client.
-[client]
-
-# The URL of the server to connect to.
-# server = https://pakfire.ipfire.org/
-
-# Your credentials to log in on the hub
-# keytab = /etc/pakfire/pakfire.keytab (defaults to /etc/krb5.keytab)
+++ /dev/null
-
-# Configure the pakfire daemon.
-[daemon]
-
-# The URL of the server to connect to.
-# server = https://pakfire.ipfire.org/
-
-# The keytab file that is being used to authenticate against the Hub
-keytab = /etc/krb5.keytab
-
-# The default path for ccaches
-ccache_path = /var/cache/pakfire/ccache
+++ /dev/null
-
-# This is the general configuration file for Pakfire
-
-# Pakfire can use a proxy for HTTPS and HTTP
-# If no proxy setting is configured, Pakfire will
-# use the environment settings.
-#proxy = http://192.168.180.1:800
--- /dev/null
+###############################################################################
+# Configuration File for Pakfire #
+###############################################################################
+
+# General Configuration Options
+[general]
+
+# Proxy (HTTPS + HTTP)
+#proxy = http://192.168.180.1:800
+
+# Pakfire Client Configuration
+[client]
+
+# The URL of the Build Service to connect to
+url = https://pakfire.ipfire.org
+
+# Your credentials to log in (defaults to /etc/krb5.keytab)
+# keytab = /etc/krb5.keytab