# TLD Linux - https://tld-linux.org/ _arch = %ARCH% _prefix = https://dist.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