]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek-snap.conf
Th snapshot support
[packages/poldek.git] / poldek-snap.conf
diff --git a/poldek-snap.conf b/poldek-snap.conf
new file mode 100644 (file)
index 0000000..cfb321b
--- /dev/null
@@ -0,0 +1,40 @@
+# PLD Linux Distribution <http://www.pld-linux.org/>.
+#
+# Main sources for PLD Linux 3.0 (Th) %SNAP%
+
+# specify our packages architecture
+_arch   = %ARCH%
+
+# Th snapshot name
+_snap  = %SNAP%
+
+# main PLD-site for often changed things:
+_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th/%{_snap}
+
+## Some mirrors
+## You can use them if you have better connection there
+# CI TASK:
+#_prefix = ftp://ftp.task.pld-linux.org/dists/th/%{_snap}
+_prefix = %{_pld_main_prefix}
+
+# PLD Linux 3.0 (Th): main sources
+[source]
+type   = pndir
+name   = th-%{_snap}
+path   = %{_prefix}/PLD/%{_arch}/RPMS/
+
+[source]
+type   = pndir
+name   = th-%{_snap}
+path   = %{_prefix}/PLD/noarch/RPMS/
+
+# PLD Linux 3.0 (Th) %SNAP%: updates
+[source]
+type   = pndir
+name   = th-%{_snap}-updates
+path   = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
+
+[source]
+type   = pndir
+name   = th-%{_snap}-updates
+path   = %{_pld_main_prefix}/updates/noarch/RPMS/
This page took 0.025486 seconds and 4 git commands to generate.