SOURCES (AC-branch): poldek.conf - different mirror prefix for mai...
glen
glen at pld-linux.org
Thu Jan 4 21:37:36 CET 2007
Author: glen Date: Thu Jan 4 20:37:36 2007 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- different mirror prefix for main source for easy override with scripting
---- Files affected:
SOURCES:
poldek.conf (1.35.2.13 -> 1.35.2.14)
---- Diffs:
================================================================
Index: SOURCES/poldek.conf
diff -u SOURCES/poldek.conf:1.35.2.13 SOURCES/poldek.conf:1.35.2.14
--- SOURCES/poldek.conf:1.35.2.13 Wed May 31 21:30:27 2006
+++ SOURCES/poldek.conf Thu Jan 4 21:37:31 2007
@@ -1,8 +1,14 @@
# $Id$
# PLD Linux Distribution <http://www.pld-linux.org/>.
+# specify our packages archidecture
_pld_arch = %ARCH%
+
+# mirror we use
_pld_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
+# mirror for main packages
+_pld_main_prefix = %{_pld_prefix}
+
## Some mirrors
## You can use them if you have better connection there
# CI TASK:
@@ -14,7 +20,7 @@
[source]
type = %{_ac_idxtype}
name = ac
-path = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
+path = %{_pld_main_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
[source]
type = %{_ac_idxtype}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/poldek.conf?r1=1.35.2.13&r2=1.35.2.14&f=u
More information about the pld-cvs-commit
mailing list