X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpoldek.git;a=blobdiff_plain;f=tld.conf;fp=tld.conf;h=1663d7f15e241e847a6fd5a57e5735dd561e76e8;hp=0000000000000000000000000000000000000000;hb=a0711bdb1af5a0099d9c98bc40dcd66fda5cb9fe;hpb=0845cb4bd487cefdb64bf23982c89a46c7824c6b diff --git a/tld.conf b/tld.conf new file mode 100644 index 0000000..1663d7f --- /dev/null +++ b/tld.conf @@ -0,0 +1,48 @@ +# TLD Linux - https://tld-linux.org/ + +_arch = %ARCH% +_prefix = ftp://ftp.tld-linux.org/TLD +_branch = stable + +############################################################ + +# TLD Linux +[source] +type = pndir +name = ti +path = %{_prefix}/%{_branch}/main/%{_arch}/RPMS/ + +[source] +type = pndir +name = ti +path = %{_prefix}/%{_branch}/main/noarch/RPMS/ + +# TLD Linux, test packages +[source] +type = pndir +name = ti-test +path = %{_prefix}/%{_branch}/test/%{_arch}/RPMS/ +auto = no +autoup = no + +[source] +type = pndir +name = ti-test +path = %{_prefix}/%{_branch}/test/noarch/RPMS/ +auto = no +autoup = no + +# TLD Linux, archived packages +[source] +type = pndir +name = ti-archive +path = %{_prefix}/%{_branch}/archive/%{_arch}/RPMS/ +auto = no +autoup = no + +[source] +type = pndir +name = ti-archive +path = %{_prefix}/%{_branch}/archive/noarch/RPMS/ +auto = no +autoup = no