2007-03-17 |
Zac Medico | Close /dev/null when finished. |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Mike Frysinger | start of framework for programs in portage bin |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Mike Frysinger | send stdout to /dev/null since we rely on the output... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Alec Warner | bump ________foo from the TestCase class since _exc_inf... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Alec Warner | fix for older python who have oddly named __exc_info() |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Zac Medico | Use mkstemp to create a random tempfile. |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Zac Medico | Fix a broken test. |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Zac Medico | Fix broken exception handling. |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Zac Medico | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Mike Frysinger | forcibly break all hard links so we dont need to rely... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Mike Frysinger | redo compression so that it is queued up in src_install... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Mike Frysinger | drop the need for the force flag by default and just... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Zac Medico | Fix a utime call to prevent a timestamp collision for... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Zac Medico | For bug #171117, ensure that the new and old config... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Zac Medico | For bug #163262 and conformance with section 7.2 of... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Zac Medico | Add back rstrip(os.path.sep) from the previous commit... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Zac Medico | Automatically convert ROOT and PORTAGE_CONFIGROOT to... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Zac Medico | Make prepinfo remove installed info indexes recursively... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Zac Medico | For bug #170178, remove all hardcoded references to... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Zac Medico | import portage.xpak to avoid deprecation warning |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Zac Medico | Add back a missing `source isolated-functions.sh`.... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Marius Mauch | Display message about --buildpkgonly restriction in... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Zac Medico | Remove profile masking of system packages from the... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Zac Medico | Remove the "masked by: profile" support from getmasking... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Zac Medico | Use the full atoms from the system set, since profile... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Zac Medico | Remove legacy "masked by: profile" support as per bug... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Alec Warner | whoopse, s/;/:/ |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Alec Warner | add PackageMask{File} classes, change unit tests to... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Alec Warner | Change load() to have no default arguments, makes calle... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Alec Warner | Part of my attempt now involves cleaning up config... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Alec Warner | Take marien's advice, turn Skips into Todos for clarity... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Zac Medico | Fix 2 more types.InstanceType comparisons that are... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Zac Medico | For bug #169620, in --tree display always show the... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Alec Warner | Add part about new framework and skipping to test notes |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Alec Warner | Update all the unittests to use the new framework,... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Alec Warner | Roll our own unittest framework to add skip support. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Alec Warner | these will fail now |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Zac Medico | Avoid pointless population of the binary tree when... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Mike Frysinger | allow people to disable compression by setting the... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Zac Medico | Display blockers at the end of the list so that it... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Zac Medico | Remove the KVERS environment variable since it's code... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Zac Medico | Fix the minimum index for pruning consecutive duplicate... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Zac Medico | Add a note about --with-bdeps in the --depclean failure... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Zac Medico | For bug #169187, make --depclean prune unneeded slots... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Zac Medico | Only prune duplicate consecutive nodes if they both... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Zac Medico | Pass waiting_msg into recursive lockfile() calls. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Alec Warner | make sure uid is an int |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Alec Warner | In the same vein as copyright, add Id and svn:keywords... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Alec Warner | you can't insert into sys.path without importing sys... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Zac Medico | Make sure that excess "nomerge" nodes are pruned correctly. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Zac Medico | Add missing sys import. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Zac Medico | For bug #138840, show a more informative message when... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Zac Medico | s/node/selected_parent/ for clarity |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Alec Warner | remove category regex, dumb idea, sorry I did it |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Zac Medico | Fix types.InstanceType test which is failing now for... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Zac Medico | For bug #169046, fill in the --tree display with "nomer... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Zac Medico | When emerge automatically resumes, add --ignore-default... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Zac Medico | For bug #168646, remove --prune-empty-dirs from PORTAGE... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Zac Medico | Even if there's no timestamp available locally, fetch... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Zac Medico | Remove unnecessary print statement reported by solar. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Zac Medico | Fix broken rsync exitcode shift. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Zac Medico | Fix the rest of the broken except statement syntax. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Zac Medico | Fix broken except statement syntax. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Zac Medico | For consistency, remove exit code 2 (protocol incompati... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Zac Medico | Add compatibility code to avoid the GNU specific -... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Ned Ludd | - please be --quiet emerge. still need to hunt down... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Zac Medico | Make sure pids are appropriately removed from portage... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Zac Medico | Use an alarm signal to implement a timeout when rsync... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Zac Medico | Fix misplaced [1] |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Zac Medico | For bug #168646, don't bail out immediately when rsync... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Zac Medico | For bug #168823, fix broken except statement syntax... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Mike Frysinger | update --help example to match current behavior #168678... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Zac Medico | Merged from branches/prefix r6092:6093. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Zac Medico | Merged from branches/prefix r6091:6092. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Zac Medico | For bug #168267, use add --force to the default PORTAGE... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Zac Medico | For compatibility with older findutils, don't use the... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Zac Medico | For bug #167668, prune empty ${FILESDIR}s by adding... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Zac Medico | Clean up os.environ["USERLAND"] pollution from the... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Zac Medico | Allow --verbose to trigger a merge list even without... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Zac Medico | As requested by solar, never show a merge list unless... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Zac Medico | As requested by solar, never show a merge list unless... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Zac Medico | Filter paths matching '/<built-in>$' that come from... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Zac Medico | Do not show the spinner and the "Calculating dependenci... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Zac Medico | Make fetch() bail out when an "Insufficient data for... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Zac Medico | Make verify_all() return an "insufficient data" error... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Robin H. Johnson | Undoing previous test |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Robin H. Johnson | Testing CIA commit logs, will undo in a moment. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Zac Medico | spawn rsync without a shell. |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | Remove quotes since rsync doesn't accept them (and... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | For bug #167668, use an rsync "hide" filter rule to... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | Don't bother to parse ${FILESDIR}/digest-* when manifes... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | For bug #167667, add support for ${PORTDIR}/manifest1_o... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | For bug #167667, use the existence of ${PORTDIR}/manife... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | Make sure that ${A} in initialized in case pkg_nofetch... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | Fix "NameError: global name 'myfilelist' is not defined... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | Add some sanity checks for file list handling when... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | Fix broken file list handling for FEATUES=sign when... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | Fix more broken commitmessagefile handling. |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | Use startdir instead of mydir since mydir has a trailin... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Zac Medico | Avoid a TypeError when commitmessagefile is None. |
commit | commitdiff | tree | snapshot |
next |