summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FETCHCOMMAND: Reduce wget retries from 5 to 3.Zac Medico2010-10-111-2/+2
| | | | | | | If 3 tries are needed then the server is likely to be very flaky. If the user has a flaky connection then they can manually adjust FETCHCOMMAND to compensate. Thanks to Christian Ruppert <idl0r@g.o> for the suggestion.
* Recognize += in RDEPEND.implicit check.Zac Medico2010-10-111-1/+1
| | | | Thanks to Tomas Chvatal <scarabeus@g.o> for reporting.
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-10-111-1/+1
|
* Add support for emerge --buildpkg=n.Zac Medico2010-10-113-4/+17
|
* Use EAPI to validate best/has_version atoms.Zac Medico2010-10-111-2/+5
|
* Use EAPI to validate best/has_version atoms.Zac Medico2010-10-111-1/+1
|
* Add news about USE=ipc.Zac Medico2010-10-111-0/+9
|
* mkrelease.sh: Fix ChangeLog generation for --tag.Zac Medico2010-10-111-1/+5
|
* Remove unused _preserve_logentries code.v2.1.9.14Zac Medico2010-10-071-9/+2
|
* Fix _preload_elog_modules() call.Zac Medico2010-10-071-1/+1
|
* Preserve elog message continuity during updates.Zac Medico2010-10-073-8/+15
|
* Add a _preload_elog_modules() function.Zac Medico2010-10-072-2/+16
|
* Preserve message continuity in elog_process().Zac Medico2010-10-072-4/+9
|
* Fix --sync maxretries calculation.Zac Medico2010-10-071-1/+1
|
* Calculate maxretries before len(ips) changes.Zac Medico2010-10-071-3/+4
|
* Use PORTAGE_TMPDIR if necessary for usersync.Zac Medico2010-10-071-7/+13
| | | | | Bug #340046 - Don't require PORTAGE_TMPDIR access for --sync unless it's really necessary.
* Report len(ips) as max retry count for --sync.Zac Medico2010-10-071-2/+7
|
* Fix spelling of 'wildcards' in --exclude error.Zac Medico2010-10-071-1/+1
|
* Revert "Handle negated atoms in getmaskingreason()."Zac Medico2010-10-061-5/+1
| | | | | | There's really no need for a special case here since they can be treated like normal atoms that don't match the atom that's being searched for. This reverts commit 76b4a2fdd777f7203428a9c8a5a0c434fff55252.
* Add FifoIpcDaemon._reopen_input() method.Zac Medico2010-10-062-9/+14
|
* Bug #339976 - Suppress fifo POLLHUP events.Zac Medico2010-10-061-0/+11
|
* Include gpg key in repoman commit message.Zac Medico2010-10-061-1/+3
|
* Merge slot conflict backtracking from master.Zac Medico2010-10-061-36/+61
| | | | | This include the ability to mask packages that don't satisfy all parent atoms, from commit 9ff5e9731142d389373ea6ebc949919c3b637110.
* Test that SLOT deps don't rebuild multislot.Zac Medico2010-10-061-0/+40
|
* Remove unused variable.Zac Medico2010-10-061-1/+0
|
* Fix _iter_match_pkgs installed multislot breakageZac Medico2010-10-062-7/+11
|
* Use Atom.without_use in _show_unsatisfied_dep().Zac Medico2010-10-061-1/+1
|
* Handle negated atoms in getmaskingreason().Zac Medico2010-10-061-1/+5
|
* Fix ebuild(1) to handle layout.conf masters.Zac Medico2010-10-061-3/+6
|
* Show status when listing pkgs for emerge --regen.Zac Medico2010-10-062-1/+2
|
* Add back --sync IPv4/IPv6 override support.Zac Medico2010-10-061-1/+8
|
* Fix undefined name 'output_mode'.Zac Medico2010-10-061-1/+1
|
* Bug #339642 - Use AF_UNSPEC for --sync addresses.Zac Medico2010-10-061-35/+40
|
* egencache: Sort file names for ChangeLogSebastian Luther2010-10-061-6/+76
|
* Bug #339642 - Make --sync try all addresses.Zac Medico2010-10-065-9/+11
|
* Add a backtracking test for 'missed updates'.Zac Medico2010-10-061-0/+34
|
* egencache --update-changelogs: write if neededMichał Górny2010-10-061-9/+18
| | | | | Compare the last commit timestamp with the ChangeLog file timestamp to guess whether a particular ChangeLog needs updating.
* egencache --update-changelogs: Filter messagesMichał Górny2010-10-061-4/+15
| | | | | Drop common commit message suffixes like 'git-svn-id' and repoman version note.
* egencache --update-changelogs: escape CP regexpMichał Górny2010-10-061-1/+1
|
* egencache --update-changelogs: don't break change list on hyphens.Michał Górny2010-10-061-2/+6
|
* egencache --update-changelogs: strip leading CP from the log messages.Michał Górny2010-10-061-1/+4
|
* TODO: Make elog 'key' parameter more unique.Zac Medico2010-10-061-0/+9
|
* Make Atom.with_repo() allow wildcard.Zac Medico2010-10-061-1/+2
|
* Fix repo atom breakage in getmaskingreason().Zac Medico2010-10-062-2/+15
|
* Add support for 'egencache --update-changelogs'.Michał Górny2010-10-061-4/+141
|
* Prune circular nested sets from the digraph.Zac Medico2010-10-061-1/+16
| | | | | | | | | | | | | This prevents the following traceback which was reported in forum thread 847007: File "pym/_emerge/depgraph.py", line 3694, in _merge_order_bias mygraph.order.sort(key=cmp_sort_key(cmp_merge_preference)) File "pym/portage/util/__init__.py", line 808, in __lt__ return self._cmp_func(self._obj, other._obj) < 0 File "pym/_emerge/depgraph.py", line 3675, in cmp_merge_preference if node1.operation == 'uninstall': AttributeError: 'SetArg' object has no attribute 'operation'
* Tweak elog message order so python comes first.Zac Medico2010-10-061-1/+5
|
* Ensure repo in atom matches PMS 3.1.5.Zac Medico2010-10-061-1/+1
|
* Fix spelling of depclean test methods.v2.1.9.13Zac Medico2010-10-011-2/+2
|
* Enable depgraph._load_vdb() with --buildpkgonly.Zac Medico2010-10-011-2/+1
| | | | | | The --buildpkgonly option does not negate the need for _load_vdb(), at least not with the --resume option since otherwise the select_pkg_from_graph() method fails to select installed packages.