]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- poldek config for PLD Titanium
authorhawk <hawk@pld-linux.org>
Mon, 26 May 2008 07:53:32 +0000 (07:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-ti.conf -> 1.1

poldek-ti.conf [new file with mode: 0644]

diff --git a/poldek-ti.conf b/poldek-ti.conf
new file mode 100644 (file)
index 0000000..151b342
--- /dev/null
@@ -0,0 +1,46 @@
+# PLD Titanium
+# Unofficial version of PLD Linux Distribution
+# http://www.pld-linux.org/Titanium
+
+_arch   = %ARCH%
+_prefix = ftp://ftp.titanium.pld-linux.org/branches/titanium
+
+_type = pndir
+
+[source]
+type   = %{_type}
+name   = titanium
+path   = %{_prefix}/PLD/%{_arch}/RPMS/
+
+[source]
+type   = %{_type}
+name   = titanium
+path   = %{_prefix}/PLD/noarch/RPMS/
+
+[source]
+type   = %{_type}
+name   = titanium-ready
+path   = %{_prefix}/ready/%{_arch}/RPMS/
+auto   = no
+autoup = no
+
+[source]
+type   = %{_type}
+name   = titanium-ready
+path   = %{_prefix}/ready/noarch/RPMS/
+auto   = no
+autoup = no
+
+[source]
+type   = %{_type}
+name   = titanium-test
+path   = %{_prefix}/test/%{_arch}/RPMS/
+auto   = no
+autoup = no
+
+[source]
+type   = %{_type}
+name   = titanium-test
+path   = %{_prefix}/test/noarch/RPMS/
+auto   = no
+autoup = no
This page took 0.067537 seconds and 4 git commands to generate.