aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* egencache: add --external-cache-only option (bug 737470)Zac Medico2020-09-131-1/+8
| | | | | | | | | | | | | The --external-cache-only option is useful for client-side use cases where writing cache files inside the repository itself may interfere with repository verification. This option is currently supported for --update and --update-pkg-desc-index actions, for which consumers of the corresponding cache or index files are already capable of consuming files from the external cache directory (/var/cache/edb/dep). Bug: https://bugs.gentoo.org/737470 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* egencache --update-pkg-desc-index: emulate esync --verbose output (bug 737470)Zac Medico2020-09-071-0/+3
| | | | | | | | | | | | | | | | When the --verbose flag is given, make --update-pkg-desc-index emulate esync --verbose output. Example: * Searching for changes [ N] acct-group/ultimaker (0): Group for ultimaker [ N] acct-user/ultimaker (0): User for ultimaker [ U] www-client/opera (70.0.3728.144): A fast and secure web browser [MU] www-client/opera-developer (72.0.3798.0): A fast and secure web browser [ U] x11-libs/gtksourceview (4.6.1-r1): A text widget implementing syntax highlighting and other features Bug: https://bugs.gentoo.org/737470 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* man: fix syntax for page refsMike Frysinger2020-06-301-2/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* man: egencache(1): fix y/n arg style to match other pagesMike Frysinger2018-01-091-3/+3
|
* refresh many URIs in the code baseMike Frysinger2016-06-281-1/+1
| | | | | Use https where available, and update old links (like www.gentoo.org) to point to the new location.
* egencache: Delete support for deprecated --portdir and --portdir-overlay ↵Arfrever Frehtes Taifersar Arahesis2015-12-081-9/+1
| | | | options.
* egencache --update-changelogs: Support reversing orderMichał Górny2015-11-021-0/+4
|
* egencache --update-changelogs: Support setting ChangeLog file nameMichał Górny2015-11-021-0/+6
|
* man: Update copyright headers for recent commitsAlexander Berntsen2015-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | Update copyright headers for some of our manpages, as some recent commits made changes that are probably "big enough" to warrant this. The relevant commits are included below. emaint.1: Update man page for better clarity (540482): 44f2a48390909050dd42404de9136bf78c97928e man/egencache.1: Add missed --write-timestamp option (540482): 465565a0f90843133ae1ae9072244d34d82eaf73 man: Add short option (-f) for repoman --force: e332dd6b73855096032f883d47246f39fc0ee14a man: Document repoman --straight-to-stabl fe59f38a84d7b22bb99d7e62e0324916c74f32a9 Signed-off-by: Alexander Berntsen <bernalex@gentoo.org>
* man/egencache.1: Add missed --write-timestamp option (540482)Brian Dolbec2015-03-041-1/+4
|
* man: fix bold style with man page sectionsMike Frysinger2015-02-261-3/+3
| | | | The section number should not be bolded like the main page.
* Add egencache --update-pkg-desc-index action.Zac Medico2014-12-071-0/+4
| | | | | | | | | | This adds an egencache --update-pkg-desc-index action which generates a plain-text index of package names, versions, and descriptions. The index can then be used to optimize emerge --search / --searchdesc actions. X-Gentoo-Bug: 525718 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=525718
* man: Cap lines at 80 charsAlexander Berntsen2013-07-301-1/+2
|
* emirrordist: Require --repo option, deprecate --portdir and --portdir-overlayArfrever Frehtes Taifersar Arahesis2013-07-241-1/+1
| | | | options, support --repositories-configuration option.
* egencache: Require --repo option.Arfrever Frehtes Taifersar Arahesis2013-07-231-6/+4
|
* egencache: Support --repositories-configuration option.Arfrever Frehtes Taifersar Arahesis2013-07-131-3/+9
|
* docs: metadata/cache is now md5-cache bug #470154Zac Medico2013-05-181-4/+4
|
* man pages: refer to /etc/portage/make.confZac Medico2012-12-281-2/+2
|
* egencache: enable md5-dict format by defaultZac Medico2012-11-271-9/+19
| | | | | | | | | | WARNING: Portage versions prior to portage-2.1.11.14 will NOT recognize the 'md5-dict' format unless it is explicitly listed in metadata/layout.conf (refer to portage(5) for example usage). WARNING: For backward compatibility, the obsolete 'pms' cache format will still be generated by default if the metadata/cache/ directory exists in the repository.
* egencache: add --update-manifests, bug #436918Zac Medico2012-10-031-0/+21
| | | | | | | | | | Update manifest files, and sign them if signing is enabled. This supports parallelization if enabled via the --jobs option. The --thin-manifests and --sign-manifests options may be used to manually override layout.conf settings. There's also a new --strict-manifests option that may be used to manually override the "strict" FEATURES setting, a --gpg-key option to override PORTAGE_GPG_KEY, and a --gpg-dir option to override PORTAGE_GPG_DIR.
* egencache: add --portdir-overlay optionZac Medico2011-08-131-0/+4
| | | | This will fix bug #353648.
* Document egencache --update-changelogs.v2.2_rc93Zac Medico2010-10-111-1/+4
|
* Update man page header dates.Zac Medico2010-10-111-1/+1
|
* Replace the literal portage version in all man page headers with theZac Medico2010-08-301-1/+1
| | | | | | string 'VERSION' which can be used as a sed template at install time. This will help avoid lots of merge conflicts since these header lines contain both a date and a portage version.
* egencache: Add comment preserving to --update-use-local-desc.Michał Górny2010-08-281-3/+7
|
* Add --use-local-desc-output to egencache man page.Zac Medico2010-08-281-0/+3
|
* Add egencache --update-use-local-desc action to the man page.Zac Medico2010-08-271-0/+3
|
* Add a --portdir option, requested by Daniel Robbins.Zac Medico2010-06-221-0/+3
|
* For clarity, make egencache --help and man page refer to --config-rootZac Medico2010-04-021-1/+1
| | | | parameter as PORTAGE_CONFIGROOT. Thanks to Brian Harring.
* Add --tolerant option (already in use on master rsync mirror), requested byZac Medico2009-09-301-0/+5
| | | | | | robbat2. svn path=/main/trunk/; revision=14469
* Add a --repo option, allowing cache to be generated for overlays.Zac Medico2009-04-061-3/+7
| | | | svn path=/main/trunk/; revision=13292
* Note that only updates to PORTDIR are currently supported.Zac Medico2009-04-011-1/+3
| | | | svn path=/main/trunk/; revision=13275
* - Add more info to the DESCRIPTION section.Zac Medico2009-04-011-2/+31
| | | | | | | - Add a BUGS section to explain issues related to limitations in the cache format and its validation mechanism. svn path=/main/trunk/; revision=13274
* Remove the ATOMS section and move --update to a new ACTIONS section.Zac Medico2009-04-011-9/+7
| | | | svn path=/main/trunk/; revision=13272
* Add a man page for egencache(1).Zac Medico2009-04-011-0/+69
svn path=/main/trunk/; revision=13270