2007-02-20 |
Zac Medico | As requested by vapier, don't show the merge list in... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | For bug #167217, don't hardcode /usr/lib/portage. ... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | Optimize order for --tree display of circular dependenc... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | Make digraph._merge_order_bias() operate on a single... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | For bug #167450, optimize leaf node selection by orderi... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | Automatically enable --tree mode when displaying nodes... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Zac Medico | For bug #166564, make a circular dependency panic more... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | Don't exclude . since that excludes the entire contents... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | When calling tar, always exclud . in order to preserver... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #166880, always display the merge list header... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #166880, always display the merge list (allowin... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #167450, optimize merge order by delaying the... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #163990, warn about binary packages with invali... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #163990, warn about ebuilds with invalid catego... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Zac Medico | For bug #166785, check for invalid categories in the... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Zac Medico | For bug #166939, make --nodeps work like a normal packa... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Zac Medico | Detect potential issues with mtime granlarity in env_up... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Zac Medico | Fix CONFIG_PROTECT_MASK support. Thanks to piavlo... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Zac Medico | Optimize merge order calculation for --tree output... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Zac Medico | For bug #158100, use an exact reversal of the actual... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Zac Medico | Make xterm titles work even when color is disabled... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Zac Medico | In the event of a circular dependency panic, eliminate... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Zac Medico | Make the "lfull" output more succinct by omitting categ... v2.1.2-r9 |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Zac Medico | Turn on strict dep checking to fix the isvalidatom... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | Synchronize required hash code in all relevant places... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For bug #165783, handle a potential InvalidDependString... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For bug #165783, handle a potential InvalidDependString... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | Enable strict dep checking for repoman. (trunk r5918) |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For bug #165783, handle a potential InvalidDependString... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For bug #165780, make config-protect code consistently... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | Only echo PORTAGE_LOG_FILE if it's actually set (may... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For backward compatibility with api consumers, _dep_che... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zac Medico | For bug #165783, handle an InvalidDependString exceptio... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | Ensure that the code for bug #165382 only affects name... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | For bug #165349, use the portage_versions regex (via... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | Document --config-root for bug #165334. (trunk r5888... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | For bug #165382, show a helpful message if an exception... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zac Medico | For bug #165382, don't raise a ValueError in cpv_expand... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | add warning about storing data in PORTDIR (trunk r5865... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | For bug #165065, use the proper RESTRICT setting when... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | For bug #165034, make sure that symlinks are excluded... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Zac Medico | In order to correctly handl the case of target caches... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zac Medico | Don't use os.path.isdir() because it can swallow errors... v2.1.2-r6 |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zac Medico | Load the most current variables from /etc/profile.env... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zac Medico | Rename dir.bz2 since that's the most likely case now... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zac Medico | Fix --newuse so that it works correctly with --usepkg... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Zac Medico | Use find + xargs to avoid a potential 'Argument list... |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zac Medico | For bug #164363, shuffle the ip addresses returned... |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zac Medico | For bug #164617, don't change permissions on ${WORKDIR... |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zac Medico | For bug #164532, don't rely on ${USERLAND} since the... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Zac Medico | Ignore EEXIST from rmdir since some kernels (such as... v2.1.2-r5 |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Zac Medico | Catch EACCESS when running env-update, orignal patch... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Zac Medico | For bug #164078, don't trigger the CLEAN_DELAY countdow... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Zac Medico | add support for transparently decompressing gz/Z/bz2... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Zac Medico | Remove a stray print statement. Thanks to Rick Warner... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Zac Medico | translate unicode quotes to ascii ones so we can keep... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Zac Medico | Can't delete variable that doesn't exist anymore (bug... |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Zac Medico | demote KEYWORDS.missing to a warning to make KEYWORDS... v2.1.2-r4 |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Zac Medico | Fix broken line number counting for CONTENTS. (trunk... |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Zac Medico | For bug #142279, detect and warn about null bytes in... |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Zac Medico | Add new ** for package.keywords token to bypass keyword... |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Zac Medico | For bug #163219, handle binpkgs that have missing PF... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Zac Medico | For bug #163083, handle an UnsupportedAPIException... v2.1.2-r2 |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Zac Medico | To ease transition while Manifest 1 is being removed... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Zac Medico | Don't require MANIFEST2 hashes since that can trigger... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Zac Medico | Minor fixes thanks to Fabio Correa <facorread@alexandri... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Zac Medico | Use XARGS for portable xargs handling when find doesn... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Zac Medico | For bug #161356, fix error handling for currupt ebuilds... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Zac Medico | dump emerge's normpath in favor of portage_util's norma... v2.1.2-r1 |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Zac Medico | For bug #162404, when sesandbox is enabled, only log... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Zac Medico | Simplify rsync timestamp.chk handling and print the... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Zac Medico | Validate ebuild names in portdbapi.cp_list() and raise... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Zac Medico | arm and superh support exec stack stuff now (trunk... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Zac Medico | For bug #162404, spawn tee outside the sesandbox domain... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Zac Medico | Use the portable -o option for tar. Thanks to Timothy... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Zac Medico | Merge repoman fixes from trunk r5660:5661 and r5665... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Zac Medico | Merge doebuild *DEPEND validation from trunk r5652... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Zac Medico | Fix elimination of duplicate virtuals between the binpk... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Zac Medico | Make dep_check() work correctly with --usepkgonly.... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Zac Medico | make sure we rename links and not just what they point... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Zac Medico | Prevent packages that are installed but masked from... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Mike Frysinger | make sure we rename links and not just what they point... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Mike Frysinger | make it executable |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Zac Medico | Use the portable -o option for tar. Thanks to Timothy... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Zac Medico | Allow --usepkgonly/--getbinpkgonly to work with install... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Zac Medico | For consistency, respect the use_binaries flag inside... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alec Warner | switch news timestamp and unread/read storage to '... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alec Warner | If repo/profiles/news doesn't exist, return 0 updates |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alec Warner | fix a few typos in tests |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alec Warner | Various glep 42 fixes, fix up the portageq calls to... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Zac Medico | Replace mktemp with mkstemp since the former is depreca... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Zac Medico | Fix broken commitmessagefile handling. |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Zac Medico | For consistency, just use os.environ. |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Zac Medico | Make repoman commit removals together with the other... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alec Warner | dirty dirty lies |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Mike Frysinger | make.conf is not a manual so only list common FEATURES... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Mike Frysinger | document FEATURES=sesandbox #161985 |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alec Warner | ferringb pointed out this portroot parameter, ended... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Zac Medico | Enable repoman to commit a Manifest alone instead of... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alec Warner | fix minor syntax issues with locking |
commit | commitdiff | tree | snapshot |
next |