summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Display blockers at the end of the list so that it will more often be easy ↵Zac Medico2007-03-041-4/+8
| | | | | | for the user to see them in a terminal. Thanks to iapitus and hydrogen for the suggestion. (trunk r6168:6169) svn path=/main/branches/2.1.2/; revision=6170
* Remove the KVERS environment variable since it's code that creates it is ↵v2.1.2.1Zac Medico2007-03-041-4/+0
| | | | | | broken anyway (only sets KVERS="." in the general case). (trunk r6165:6166) svn path=/main/branches/2.1.2/; revision=6167
* Fix the minimum index for pruning consecutive duplicate nodes. (trunk ↵Zac Medico2007-03-041-1/+1
| | | | | | r6163:6164) svn path=/main/branches/2.1.2/; revision=6165
* Add a note about --with-bdeps in the --depclean failure message. (trunk ↵Zac Medico2007-03-041-3/+4
| | | | | | r6161:6162) svn path=/main/branches/2.1.2/; revision=6163
* For bug #169187, make --depclean prune unneeded slots such that it is ↵Zac Medico2007-03-041-2/+8
| | | | | | consistent with the world update algorithm. (trunk r6159:6160) svn path=/main/branches/2.1.2/; revision=6161
* Only prune duplicate consecutive nodes if they both have depth == 0. (trunk ↵Zac Medico2007-03-031-1/+2
| | | | | | r6157:6158) svn path=/main/branches/2.1.2/; revision=6159
* Pass waiting_msg into recursive lockfile() calls. (trunk r6155:6156)Zac Medico2007-03-031-2/+5
| | | | svn path=/main/branches/2.1.2/; revision=6157
* Make sure that excess "nomerge" nodes are pruned correctly. (trunk r6147:6148)Zac Medico2007-03-031-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6149
* Add missing sys import. (trunk r6145:6146)Zac Medico2007-03-031-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6147
* For bug #138840, show a more informative message when waiting for a ↵Zac Medico2007-03-032-27/+43
| | | | | | distfiles lock due to parallel-fetch. Thanks to David Watzke <david@watzke.cz> for the initial patch. (trunk r6142:6143) svn path=/main/branches/2.1.2/; revision=6144
* s/node/selected_parent/ for clarity (trunk r6140:6141)Zac Medico2007-03-031-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=6142
* Fix types.InstanceType test which is failing now for some reason. (trunk ↵Zac Medico2007-03-031-1/+1
| | | | | | r6136:6137) svn path=/main/branches/2.1.2/; revision=6140
* update --help example to match current behavior #168678 by Arthur Hagen ↵Zac Medico2007-03-031-1/+1
| | | | | | (trunk r6099:6100) svn path=/main/branches/2.1.2/; revision=6139
* For bug #169046, fill in the --tree display with "nomerge" nodes so that the ↵Zac Medico2007-03-031-27/+75
| | | | | | user can always see at lease 1 parent on any non-root node. Packages may appear in the display list multiple times, and will be marked "nomerge" when their position in the list does not correspond to actual merge order. (trunk r6134:6135) svn path=/main/branches/2.1.2/; revision=6136
* When emerge automatically resumes, add --ignore-default-opts to the command ↵Zac Medico2007-03-021-2/+14
| | | | | | line in order to prevent things like --ask from leaking in via EMERGE_DEFAULT_OPTS. Thanks to Peter Weller <welp@gentoo.org> for reporting. (trunk r6132:6133) svn path=/main/branches/2.1.2/; revision=6134
* For bug #168646, remove --prune-empty-dirs from PORTAGE_RSYNC_OPTS since ↵Zac Medico2007-03-022-3/+2
| | | | | | it's only a small optimization and it's inconvenient to force >=rsync-2.6.4 on server admins at this time. If users desire, they can still add it to PORTAGE_RSYNC_EXTRA_OPTS. (trunk r6128:6129) svn path=/main/branches/2.1.2/; revision=6130
* Even if there's no timestamp available locally, fetch the timestamp anyway ↵Zac Medico2007-03-021-1/+6
| | | | | | as an initial probe to verify that the server is responsive. This protects us from hanging indefinitely on a connection attempt to an unresponsive server which rsync's --timeout option does not prevent. (trunk r6126:6127) svn path=/main/branches/2.1.2/; revision=6128
* Remove unnecessary print statement reported by solar. (trunk r6124:6125)Zac Medico2007-03-021-1/+0
| | | | svn path=/main/branches/2.1.2/; revision=6126
* Fix broken rsync exitcode shift. (trunk r6122:6123)Zac Medico2007-03-011-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6124
* Fix the rest of the broken except statement syntax. (trunk r6120:6121)Zac Medico2007-03-012-3/+3
| | | | svn path=/main/branches/2.1.2/; revision=6122
* Fix broken except statement syntax. (trunk r6118:6119)Zac Medico2007-03-011-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6120
* For consistency, remove exit code 2 (protocol incompatibility) from the ↵Zac Medico2007-03-011-1/+1
| | | | | | other list of rsync exit codes. (trunk r6116:6117) svn path=/main/branches/2.1.2/; revision=6118
* Add compatibility code to avoid the GNU specific --reference option of ↵Zac Medico2007-03-011-2/+6
| | | | | | chmod. Thanks to Timothy Redaelli <drizzt@gentoo.org>. (trunk r6114:6115) svn path=/main/branches/2.1.2/; revision=6116
* Merge --quiet fixes from trunk r6112:6113Zac Medico2007-03-011-4/+4
| | | | svn path=/main/branches/2.1.2/; revision=6114
* Make sure pids are appropriately removed from portage_exec.spawned_pids. ↵Zac Medico2007-03-011-2/+2
| | | | | | (trunk r6110:6111) svn path=/main/branches/2.1.2/; revision=6112
* Use an alarm signal to implement a timeout when rsync is fetching the server ↵Zac Medico2007-03-011-12/+40
| | | | | | timestamp file, since rsync's --timeout option doesn't apply to the initial connection attempt. (trunk r6108:6109) svn path=/main/branches/2.1.2/; revision=6110
* For bug #168646, don't bail out immediately when rsync detects protocol ↵Zac Medico2007-03-011-1/+7
| | | | | | incompatibility (code 2) during fetching of the timestamp file. Retry for a better server (up to PORTAGE_RSYNC_RETRIES). (trunk r6103:6104) svn path=/main/branches/2.1.2/; revision=6105
* For bug #168823, fix broken except statement syntax that prevents the ↵Zac Medico2007-03-011-1/+1
| | | | | | ValueError from being caught as intended. (trunk r6101:6102) svn path=/main/branches/2.1.2/; revision=6103
* For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so ↵Zac Medico2007-02-272-2/+2
| | | | | | that hardlinks are automatically broken. (trunk r6087:6088) svn path=/main/branches/2.1.2/; revision=6089
* For compatibility with older findutils, don't use the -L predicate (bug ↵Zac Medico2007-02-271-2/+3
| | | | | | #168432). (trunk r6085:6086) svn path=/main/branches/2.1.2/; revision=6087
* For bug #167668, prune empty ${FILESDIR}s by adding --prune-empty-dirs to ↵Zac Medico2007-02-262-2/+3
| | | | | | PORTAGE_RSYNC_OPTS. Thanks to Ulrich Mueller <ulm@kph.uni-mainz.de> for the suggestion. (trunk r6069:6070) svn path=/main/branches/2.1.2/; revision=6071
* Clean up os.environ["USERLAND"] pollution from the portage_data module so ↵Zac Medico2007-02-241-1/+8
| | | | | | that it doesn't interfere with repoman. (trunk r6067:6068) svn path=/main/branches/2.1.2/; revision=6069
* Allow --verbose to trigger a merge list even without --pretend, --ask, or ↵Zac Medico2007-02-241-2/+4
| | | | | | --tree. Thanks to agaffney and zlin for the suggestion. (trunk r6065:6066) svn path=/main/branches/2.1.2/; revision=6067
* As requested by solar, never show a merge list unless it's explicitly ↵Zac Medico2007-02-231-1/+2
| | | | | | requested by --ask, --pretend, or --tree. (trunk r6064) svn path=/main/branches/2.1.2/; revision=6065
* As requested by solar, never show a merge list unless it's explicitly ↵Zac Medico2007-02-231-0/+1
| | | | | | requested by --ask, --pretend, or --tree. svn path=/main/branches/2.1.2/; revision=6063
* Filter paths matching '/<built-in>$' that come from debugedit. Thanks to Ed ↵Zac Medico2007-02-231-1/+2
| | | | | | Catmur for this patch from bug #165342. svn path=/main/branches/2.1.2/; revision=6061
* Do not show the spinner and the "Calculating dependencies" message for ↵Zac Medico2007-02-231-7/+8
| | | | | | installation actions when the --nodeps option has been specified. Thanks to David Watzke <david@watzke.cz> for this patch from bug #168169. (trunk r6057:6058) svn path=/main/branches/2.1.2/; revision=6059
* Make verify_all() return an "insufficient data" error if there is not at ↵Zac Medico2007-02-232-0/+22
| | | | | | least one supported hash type. Make fetch() bail out when this error occurs. (trunk r6054:6056) svn path=/main/branches/2.1.2/; revision=6057
* spawn rsync without a shell. (trunk r6050:6051)Zac Medico2007-02-231-1/+3
| | | | svn path=/main/branches/2.1.2/; revision=6052
* Remove quotes since rsync doesn't accept them (and there is no shell to ↵Zac Medico2007-02-221-3/+3
| | | | | | remove them since we use spawn() for rsync now). (trunk r6047:6048) svn path=/main/branches/2.1.2/; revision=6050
* For bug #167668, use an rsync "hide" filter rule to exclude ↵Zac Medico2007-02-222-1/+2
| | | | | | **/files/digest-* and delete them on the receiver. (trunk r6046:6047) svn path=/main/branches/2.1.2/; revision=6049
* Don't bother to parse ${FILESDIR}/digest-* when manifest1_compat is ↵Zac Medico2007-02-221-3/+3
| | | | | | disabled. (trunk r6044:6045) svn path=/main/branches/2.1.2/; revision=6046
* For bug #167667, add support for ${PORTDIR}/manifest1_obsolete and ↵Zac Medico2007-02-221-3/+51
| | | | | | automatically remove ${FILESDIR}/digest-* from cvs when appropriate. (trunk r6041:6042) svn path=/main/branches/2.1.2/; revision=6044
* For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to ↵Zac Medico2007-02-222-2/+6
| | | | | | trigger the disabling of manifest1/digest file generation. This toggle is repo/overlay specific, allowing a specific overlay to drop manifest1 by adding the manifest1_obsolete file. (trunk r6040:6041) svn path=/main/branches/2.1.2/; revision=6043
* Make sure that ${A} in initialized in case pkg_nofetch() needs to be called. ↵Zac Medico2007-02-221-0/+1
| | | | | | Thanks to Peper for reporting. (trunk r6038:6039) svn path=/main/branches/2.1.2/; revision=6040
* Fix broken file list handling for FEATUES=sign when only the Manifest has ↵Zac Medico2007-02-221-0/+18
| | | | | | changed. Add some sanity checks for file list handling when repolevel < 3. (trunk r6034:6036) svn path=/main/branches/2.1.2/; revision=6037
* Fix more broken commitmessagefile handling. (trunk r6032:6033)Zac Medico2007-02-221-2/+7
| | | | svn path=/main/branches/2.1.2/; revision=6034
* Use startdir instead of mydir since mydir has a trailing slash which ↵Zac Medico2007-02-221-3/+3
| | | | | | triggers normalization issues with the dirname function. (trunk r6030:6031) svn path=/main/branches/2.1.2/; revision=6032
* Avoid a TypeError when commitmessagefile is None. (trunk r6028:6029)Zac Medico2007-02-221-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6030
* Fix stardir and repodir logic from the previous commit. (trunk r6026:6027)Zac Medico2007-02-211-5/+3
| | | | svn path=/main/branches/2.1.2/; revision=6028