]> git.ipfire.org Git - pakfire.git/commitdiff
Remove testingbay repository from example configuration.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 May 2012 12:30:30 +0000 (14:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 May 2012 12:32:13 +0000 (14:32 +0200)
Makefile
examples/distros/ipfire3.conf
examples/repos/ipfire.repo [deleted file]

index 492d0689d5c79b3b3d64e3bfa83741785c29e77c..0361af6ae2f92abf5cb850e2f23edd6029509998 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ install: build
        cp -vf macros/*.macro $(DESTDIR)$(PREFIX)/lib/pakfire/macros
 
        # Install example configuration.
-       -mkdir -pv $(DESTDIR)/etc/pakfire
-       for file in general.conf builder.conf client.conf daemon.conf distros repos; do \
+       -mkdir -pv $(DESTDIR)/etc/pakfire/repos
+       for file in general.conf builder.conf client.conf daemon.conf distros; do \
                [ -e "$(DESTDIR)/etc/pakfire/$${file}" ] && continue; \
                cp -rvf examples/$${file} $(DESTDIR)/etc/pakfire/; \
        done
index aed95ce9e8bf7f8bd96d47f8ccc756c159978750..9d15bf06ced5f995d68f25449d281705857922b6 100644 (file)
@@ -1,5 +1,5 @@
 
-# Configuration of IPFire 3-
+# Configuration of IPFire 3.
 
 [distro]
 name = IPFire
@@ -28,9 +28,3 @@ description = IPFire 3 - This is a repository for testing stuff.
 enabled = 0
 baseurl = http://pakfire.ipfire.org/repositories/ipfire3/testing/%{arch}
 mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/testing/mirrorlist?arch=%{arch}
-
-[repo:testingbay]
-description = IPFire 3 - Temporary bootstrap repository.
-enabled = 1
-baseurl = http://people.ipfire.org/~ms/testingbay-%{arch}
-mirrors = http://people.ipfire.org/~ms/testingbay-%{arch}/mirrors
diff --git a/examples/repos/ipfire.repo b/examples/repos/ipfire.repo
deleted file mode 100644 (file)
index 8c9f50a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-;[repo:ipfire]
-;description = IPFire Main Repository
-;
-;url = http://mirror0.ipfire.org/pakfire3/$name/$arch
-;
-;gpgkey = /not/yet/existant
-
-;[repo:ipfire-development]
-;description = IPFire Development Repository
-
-#url = http://mirror0.ipfire.org/pakfire3/$name/$arch
-#url = file:///ipfire-3.x/build/packages/i686
-;url = file:///tmp/pakfire3
-
-;gpgkey = /not/yet/existant
-
-[repo:testingbay]
-description = IPFire Testing Repository for %{arch}
-enabled = 1
-
-mirrors = http://people.ipfire.org/~ms/testingbay-%{arch}/mirrors
-baseurl = http://people.ipfire.org/~ms/testingbay-%{arch}