]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek.conf
remove --noorder option during package removal
[packages/poldek.git] / poldek.conf
index 5bd672fdfee8767f78291fc97ef9b9fcef1baf49..bc518353b99f608e0a3d84613c338e93f43cc4f4 100644 (file)
@@ -1,98 +1,75 @@
-# $Id$
-
-# main packages repository
-source = ac    ftp://ftp.pld-linux.org/dists/ac/PLD/i686/PLD/RPMS/
-
-# security updates after Ac gets frozen
-source = ac-updates-security   ftp://ftp.pld-linux.org/dists/ac/updates/security/i686/
-
-# non-critical fixes and updates which will be base for next version of Ac
-source = ac-updates-general,noauto     ftp://ftp.pld-linux.org/dists/ac/updates/general/i686/
-
-# Other, sometimes obsolete, stuff
-source = ac-supported,noauto   ftp://ftp.pld-linux.org/dists/ac/supported/i686/
-
-# Things that are sheduled to move to updates/*
-# Testers are *really* needed, but you have to know what are you doing
-#source = ac-ready,noauto      ftp://ftp.pld-linux.org/dists/ac/ready/i686/
-
-# Everything that is build by AC-builders:
-#source = ac-test,noauto       ftp://ftp.pld-linux.org/dists/ac/test/i686/
-
-#source = nest,noauto          ftp://ftp.nest.pld-linux.org/PLD/i686/PLD/RPMS/
-#source = nest-test,noauto     ftp://ftp.nest.pld-linux.org/test/i686/
-
-# NOTE: directory *must* exist; default is ${TMPDIR:-~/.poldek-cache}
-# but if that fails /tmp is taken
-#cachedir = /var/tmp/poldek-cache
-
-# use root privileges for installation only; default "no"
-#use_sudo = yes
-
-
-# Installation options
-
-# install packages in small groups instead of doing all-or-nothing
-# installation; default "yes"
-#particle_install = no
-
-# remove duplicate packages from available package set, i.e. this
-# option ensures that only one instance (highest version from source
-# with highest priority) of every package will be available
-# for installation; default "no"
-#unique_package_names = yes
-
-# automatically install packages required by installed ones; default "yes"
-#follow = no
-
-# greedy upgrades; default "no"
-#greedy = yes
-
-# "mercy" dependency checking; default "no"
-#mercy = yes
-
-# don't remove downloaded packages after successful installation; default "no"
-#keep_downloads = yes
-
-# confirm each installation; default "no"
-#confirm_installs = yes
-
-# let the user select package among equivalents; default "no"
-choose_equivalents_manually = yes
-
-
-# prevent kernel* and dev from being upgraded if they are already installed.
-#hold = kernel* dev
-
-# remove kernel* packages from available package set, i.e. make them
-# invisible for the user
-#ignore = kernel*
-
-
-# External downloaders configuration
-# Available semi-macros (as ws-separate tokens only):
-#      %p[n] - package basename
-#      %d - cache dir
-#      %D - cache dir/package basename
-#      %P[n] - package full path(URL)
+# PLD Linux Distribution <http://www.pld-linux.org/>.
 #
-# Hint: if you use several PLD powered machines, you may consider using
-# proxy server to speed up download. To make use of proxy with poldek set
-# HTTP_PROXY and/or FTP_PROXY environment variables or setup transparent
-# proxy and uncomment one of the lines below. For more info use man
-# {poldek|wget|snarf|squid|ipchains or iptables}
-
-#ftp_get       = /usr/bin/snarf %P %D
-#ftp_get       = /usr/bin/wget -N --dot-style=binary -P %d %Pn
-#http_get      = /usr/bin/wget -N --dot-style=binary -P %d %Pn
-#https_get     = /usr/bin/curl %P -o %D
-#rsync_get     = /usr/bin/rsync -v %P %d
-#cdrom_get     = /usr/bin/vfjuggle %d %Pn
-
-
-# Some rpm macros
-#rpmdef                = _install_langs pl:pl_PL:lt:lt_LT
-
-# don't install any documentation
-#rpmdef                = _netsharedpath /usr/share/info:/usr/share/man
-#rpmdef                = _excludedocs 1
+# Main sources for PLD Linux 3.0 (Th)
+
+# specify our packages architecture
+_arch   = %ARCH%
+
+# main PLD-site for often changed things (test, ready):
+_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
+
+## Some mirrors
+## You can use them if you have better connection there
+# CI TASK:
+#_prefix = ftp://ftp.task.pld-linux.org/dists/th
+_prefix = %{_pld_main_prefix}
+
+# PLD Linux 3.0 (Th): main sources
+[source]
+type   = pndir
+name   = th
+path   = %{_prefix}/PLD/%{_arch}/RPMS/
+@@SNAP@@auto   = no
+@@SNAP@@autoup = no
+
+[source]
+type   = pndir
+name   = th
+path   = %{_prefix}/PLD/noarch/RPMS/
+@@SNAP@@auto   = no
+@@SNAP@@autoup = no
+
+# PLD Linux 3.0 (Th): obsolete sources (kde3, ...)
+[source]
+type   = pndir
+name   = th-obsolete
+path   = %{_prefix}/obsolete/%{_arch}/RPMS/
+auto   = no
+autoup = no
+
+[source]
+type   = pndir
+name   = th-obsolete
+path   = %{_prefix}/obsolete/noarch/RPMS/
+auto   = no
+autoup = no
+
+# PLD Linux 3.0 (Th): ready sources (testing stage before moved to main)
+[source]
+type   = pndir
+name   = th-ready
+path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
+auto   = no
+autoup = no
+
+[source]
+type   = pndir
+name   = th-ready
+path   = %{_pld_main_prefix}/ready/noarch/RPMS/
+auto   = no
+autoup = no
+
+# PLD Linux 3.0 (Th): test sources (built packages to be moved to ready)
+[source]
+type   = pndir
+name   = th-test
+path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
+auto   = no
+autoup = no
+
+[source]
+type   = pndir
+name   = th-test
+path   = %{_pld_main_prefix}/test/noarch/RPMS/
+auto   = no
+autoup = no
This page took 0.07993 seconds and 4 git commands to generate.