]> git.ipfire.org Git - people/stevee/pakfire.git/commitdiff
hub: Move from pakfirehub.ipfire.org to pakfire.ipfire.org
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Apr 2023 19:40:09 +0000 (19:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Apr 2023 15:14:29 +0000 (15:14 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
contrib/config/client.conf
contrib/config/daemon.conf
src/pakfire/constants.py
src/scripts/pakfire-client.in

index e9d4ae7859d8a57f8529f455cc6b82a5a654fdf9..503d0e18a939a8609f50d5b52bbaa0c10f02b890 100644 (file)
@@ -3,7 +3,7 @@
 [client]
 
 # The URL of the server to connect to.
-# server = https://pakfirehub.ipfire.org/
+# server = https://pakfire.ipfire.org/
 
 # Your credentials to log in on the hub
 # keytab = /etc/pakfire/pakfire.keytab (defaults to /etc/krb5.keytab)
index 41569ad2596f3112d4da9d24301e82fbefb1cc86..70990a1a0d6f08668e22a71e6a5266c91c0897d3 100644 (file)
@@ -3,7 +3,7 @@
 [daemon]
 
 # The URL of the server to connect to.
-# server = https://pakfirehub.ipfire.org/
+# server = https://pakfire.ipfire.org/
 
 # The keytab file that is being used to authenticate against the Hub
 # keytab = /etc/krb5.keytab
index 7ec637ea08f7e07e1dc372e50ff8b356d384e226..b3b3dc3476584e9de3ceb0bedf8d258f207f393f 100644 (file)
@@ -26,7 +26,7 @@ from .errors import *
 from .__version__ import PAKFIRE_VERSION
 
 # The default hub to connect to.
-PAKFIRE_HUB = "https://pakfirehub.ipfire.org/"
+PAKFIRE_HUB = "https://pakfire.ipfire.org/"
 
 SYSCONFDIR = "/etc"
 
index 6242d808e74f189d5e6f841907f323b9e347fae0..2441d1b26953ff97e544d50d19be85cd066869cd 100644 (file)
@@ -112,7 +112,7 @@ class Cli(object):
                """
                        Establishes a connection to the hub
                """
-               huburl = self.config.get("client", "server", "https://pakfirehub.ipfire.org")
+               huburl = self.config.get("client", "server", "https://pakfire.ipfire.org")
 
                # keytab
                keytab = self.config.get("client", "keytab")