Bug #261377 - Add a new 'egencache' tool to generate metadata cache for
authorZac Medico <zmedico@gentoo.org>
Tue, 31 Mar 2009 08:51:19 +0000 (08:51 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 31 Mar 2009 08:51:19 +0000 (08:51 -0000)
commit877d88d33bf617e16e3a5ff269abc190475cb3b5
treedba4915be84a2de1ff6b26a1c571a95ef7dac015
parent31cc6678386bb52437bdb590deb9aefd2ca4070e
Bug #261377 - Add a new 'egencache' tool to generate metadata cache for
distribution. It only have the most basic functionality now, and more
features will be added later.

Usage: egencache [options] --update [atom] ...

Options:
  -h, --help            show this help message and exit
  --update              update metadata/cache/ (generate as necessary)
  --cache-dir=CACHE_DIR
                        location of the metadata cache
  --config-root=CONFIG_ROOT
                        location of portage config files
  --jobs=JOBS           max ebuild processes to spawn
  --load-average=LOAD_AVERAGE
                        max load allowed when spawning multiple jobs

svn path=/main/trunk/; revision=13260
bin/egencache [new file with mode: 0755]