]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek-multilib.conf
recreate AC-branch from master
[packages/poldek.git] / poldek-multilib.conf
index ed83c7967425e935cdf8e67147879475d8c00bd0..1842647c58c70ebcb3855060bc994c4e550cd91d 100644 (file)
@@ -1,51 +1,87 @@
 # $Id$
 # PLD Linux Distribution <http://www.pld-linux.org/>.
 #
-# Alternative multilib sources for PLD Linux 3.0 (Th)
+# Alternative multilib sources for PLD Linux 2.0 (Ac)
 
 _arch   = %ARCH%
-_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
+_pld_main_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
 
 ## Some mirrors
 ## You can use them if you have better connection there
 # CI TASK:
-#_prefix = ftp://ftp.task.pld-linux.org/dists/th
+#_prefix = ftp://ftp.task.pld-linux.org/dists/ac
 _prefix = %{_pld_main_prefix}
 
-# group source for referring th+th-multiarch sources together, i.e poldek --sn th-all
+_type = pndir
+
 [source]
-type    = group
-name    = th-all
-sources = th th-%{_arch}
+type   = %{_type}
+name   = ac-%{_arch}-main
+path   = %{_prefix}/PLD/%{_arch}/PLD/RPMS/
+signed = yes
+pri    = 2
+# msmtp-sendmail is broken, yum noarch is older than in updates and kernel we don't want
+ignore = msmtp-sendmail* yum* kernel*
+auto   = no
+autoup = yes
 
 [source]
-type   = pndir
-name   = th-%{_arch}
-path   = %{_prefix}/PLD/%{_arch}/RPMS/
-ignore = kernel-*
+type   = %{_type}
+name   = ac-%{_arch}-updates
+path   = %{_prefix}/updates/%{_arch}/
+ignore = kernel*
+signed = yes
+pri    = 2
 auto   = no
-autoup = no
+autoup = yes
 
 [source]
-type   = pndir
-name   = th-%{_arch}-obsolete
-path   = %{_prefix}/obsolete/%{_arch}/RPMS/
-ignore = kernel-*
+type   = %{_type}
+name   = ac-%{_arch}-supported
+path   = %{_prefix}/supported/%{_arch}/
+signed = yes
+ignore = kernel*
 auto   = no
 autoup = no
 
 [source]
-type   = pndir
-name   = th-%{_arch}-ready
-path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
-ignore = kernel-*
+type   = %{_type}
+name   = ac-%{_arch}-ready
+path   = %{_pld_main_prefix}/ready/%{_arch}/
+#signed = yes
 auto   = no
 autoup = no
 
 [source]
-type   = pndir
-name   = th-%{_arch}-test
-path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
-ignore = kernel-*
+type   = %{_type}
+name   = ac-%{_arch}-test
+path   = %{_pld_main_prefix}/test/%{_arch}/
 auto   = no
 autoup = no
+
+# ac-ARCH-main + ac-ARCH-updates
+[source]
+type   = group
+name   = ac-%{_arch}
+sources = ac-%{_arch}-main ac-%{_arch}-updates
+
+# backward compatible aliases
+[source]
+type   = group
+name   = ac-updates-%{_arch}
+sources = ac-%{_arch}-ready
+
+[source]
+type   = group
+name   = ac-ready-%{_arch}
+sources = ac-%{_arch}-ready
+
+[source]
+type   = group
+name   = ac-supported-%{_arch}
+sources = ac-%{_arch}-supported
+
+[source]
+type   = group
+name   = ac-test-%{_arch}
+sources = ac-%{_arch}-test
This page took 0.072256 seconds and 4 git commands to generate.