Commit Graph

211 Commits

Author SHA1 Message Date
Fabio Erculiani aa62400790 [entropy*] drop socket service related code, R.I.P. 2011-04-15 07:35:51 +02:00
Fabio Erculiani d464e7d501 [conf] fix typo in repositories.conf.example 2011-03-29 12:18:42 +02:00
Fabio Erculiani b763c0f7c8 [conf] add open/libreoffice libs to broken libs list 2011-03-12 08:28:24 +01:00
Fabio Erculiani 5bc0ddbc90 [conf] update sabayon-limbo mirrors, remove pkg.sabayon.org 2011-01-31 14:49:20 +01:00
Fabio Erculiani a49c4d54ca [entropy.server,entropy.client] introduce support for fallback mirrors
Fallback mirrors are those mirrors mainly used for providing packages
while other, main mirrors are still syncing. They are usually hosted
inside the same infrastructure where the repository is run and
are usually quite bandwidth constrained.
Through packages.db.fallback_mirrors file, configurable from inside
the repository database directory (server-side) it's now possible
to list these mirrors and make Entropy Client always use them with
the least priority possible.
2011-01-25 15:23:15 +01:00
Fabio Erculiani bbcd7fbca3 [conf] trivial typo fix 2011-01-25 15:19:16 +01:00
Fabio Erculiani 8200991a73 [entropy.client] make possible to enable/disable entropy delta package download feature via client.conf
Turn off Entropy delta packages download feature by default, needs
further testing. Make possible to enable/disable from configuration
files.
2011-01-06 00:52:12 +01:00
Fabio Erculiani 63e6650b73 [entropy.server] add package sets QA feature, guarding on available sets before pushing a repo.
Through /etc/entropy/packages/packages.server.sets it's now possible
to list package sets that a repository must always expose.
A QA check has been added inside the repository sync function, in
entropy.server.interfaces.mirrors package.
Just use conf/packages/packages.server.sets.example as example
file to build your configuration.
2011-01-04 22:32:38 +01:00
Fabio Erculiani 4cf921192d [conf] add new brazilian mirrors to repositories.conf and reorder mirrors a bit 2010-11-29 15:07:20 +01:00
Fabio Erculiani 8c642218b8 [conf] repositories.conf.example: add a new brazilian mirror 2010-11-26 19:46:07 +01:00
Fabio Erculiani 6d3f3e02d2 [conf] add packages.db.mirrors.example file, missing 2010-11-23 21:07:22 +01:00
Fabio Erculiani 147811a3ed [conf] update client.conf valid boolean setting values 2010-11-17 18:48:11 +01:00
Fabio Erculiani 209a177053 [conf] port configuration files to new syntax 2010-11-17 11:16:20 +01:00
Fabio Erculiani 6fcba59ad8 [conf] client.conf: fix typos in config file 2010-11-16 21:41:27 +01:00
Fabio Erculiani 811e6fec95 [entropy.server] implement packages.server.dep_rewrite conflicts add support 2010-11-06 15:12:09 +01:00
Fabio Erculiani 09cb532af5 [entropy.server] add support for dependency add (and document dep. remove) in packages.server.dep_rewrite configuration file 2010-10-23 18:46:44 +02:00
Fabio Erculiani 59e9c03c64 [conf] minor typo fix 2010-10-23 18:44:33 +02:00
Fabio Erculiani 0cfccd4267 [entropy.conf] uniform setting keys (keeping backward compat) 2010-10-08 18:20:24 +02:00
Fabio Erculiani ffd8cf0f5c [conf] add http://mirror.agooga.ru to repositories.conf.example 2010-09-28 08:29:29 +02:00
Fabio Erculiani 84fe13c529 [conf] repositories.conf: remove mirror.us.sabayon.org, mirror gave up without notice 2010-09-27 20:54:32 +02:00
Fabio Erculiani f09a1e0467 [conf] add more broken .so to brokenlibsmask.conf 2010-09-25 08:53:59 +02:00
Fabio Erculiani 63a1edbbc9 [conf] repositories.conf: add sabayon-limbo repository info to config file 2010-09-20 20:16:37 +02:00
Fabio Erculiani df3dbe87c0 [conf] add rsync:// sources to sabayonlinux.org repositories 2010-09-07 14:58:05 +02:00
Fabio Erculiani d32cba9fab [entropy.fetchers] list supported entropy.fetchers protocols in entropy.const 2010-09-04 19:25:34 +02:00
Fabio Erculiani 8938b24667 [entropy.fetchers] implement support for rsync:// protocol using /usr/bin/rsync 2010-09-04 18:38:39 +02:00
Fabio Erculiani dd622c18e5 [entropy.server] add support for per-package dependency blacklist 2010-08-14 19:18:17 +02:00
Fabio Erculiani bc03f7ef48 [entropy.client] make possible to disable differential repository update feature 2010-08-09 20:37:28 +02:00
Fabio Erculiani d8822d18f1 [conf] add id-REPO mirror to repositories.conf 2010-08-07 09:16:41 +02:00
Fabio Erculiani ef8929cf8a [conf] add mirror.aarnet.edu.au to repositories.conf 2010-08-01 22:41:43 +02:00
Fabio Erculiani fc923dc850 [entropy.server] decouple list of repository mirrors from packages mirrors, keeping backward compatibility 2010-07-24 20:19:39 +02:00
Fabio Erculiani ab0b15c528 [conf] client.conf: protect /etc/exports against even getting config. protected (nothing should change that file) 2010-07-21 09:01:23 +02:00
Fabio Erculiani 3ab1d8db4b [entropy.client] complete implementation of older entropy downloaded packages cleanup 2010-07-20 18:24:06 +02:00
Fabio Erculiani ca912cac63 [entropy.client,services] add automatic (disabled by default) old cached packages removal 2010-07-19 12:57:39 +02:00
Fabio Erculiani f31c878938 [entropy.client,client.conf] add support for "-" separated config options (keeping backward compat) 2010-07-19 11:29:11 +02:00
Fabio Erculiani acf47f9da5 [conf] add more directories to fsldpaths.conf 2010-07-15 23:01:35 +02:00
Fabio Erculiani 57ece8e980 [conf] add /usr/bin to fsldpaths.conf 2010-07-15 20:26:00 +02:00
Fabio Erculiani a805892396 [entropy.qa,entropy.core.settings.base] move extra LDPATHs to external configuration file 2010-07-15 20:11:49 +02:00
Fabio Erculiani cb866a6b44 [conf] update configuration files, add "##" inline comments note 2010-07-01 07:09:13 +02:00
Fabio Erculiani 7f6d6e58d8 [conf] add libjawt.so to brokenlibsmask.conf too 2010-06-21 10:48:50 +02:00
Fabio Erculiani 5e4b66b0b3 [conf] librox-clib.so.6 seems broken by default, add it to brokenlibsmask.conf 2010-06-21 10:29:08 +02:00
Fabio Erculiani 91d75015a6 [conf] add libjvm.so to brokenlibsmask.conf 2010-06-21 07:31:27 +02:00
Fabio Erculiani cf7997a9da [conf] add dependency rewrite configuration file example 2010-05-12 14:00:22 +02:00
Fabio Erculiani 8e0f44b687 [conf] update information regarding how splitdebug works in Entropy 2010-04-30 15:15:35 +02:00
Fabio Erculiani 44fec70c14 [entropy.client/entropy.spm] implement splitdebug support client-side 2010-04-30 15:12:09 +02:00
Fabio Erculiani 1f8a3c2462 [conf] trivial update 2010-04-11 10:35:51 +02:00
Fabio Erculiani 776373db69 [conf] add new mirror to mirror list (RNL Universidade Técnica de Lisboa, 1Gbit uplink) 2010-04-10 12:53:03 +02:00
Fabio Erculiani 01dc3294b9 [conf] add pkg.sabayon.org as fallback in repositories.conf 2010-03-12 18:46:15 +01:00
Fabio Erculiani b959963c0e [entropy.client/equo] implement multifetch setting in client.conf 2010-03-03 16:13:34 +01:00
Fabio Erculiani 4a6140d4a6 [entropy] add support for packages-restricted separate packages directory 2010-02-16 16:01:51 +01:00
Fabio Erculiani 2099a5db04 [conf] add mirror.us.sabayon.org to mirror list 2010-02-15 00:16:56 +01:00