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 |
2007-01-16 |
Alec Warner | merge didn't bring in portage_news, no idea why |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alec Warner | merge glep42 into trunk |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alec Warner | Clean up imports in portage_locks.py |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Mike Frysinger | elevate the importance of 64bit clean code on 64bit... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Zac Medico | Make invalid deps non-fatal for some phases. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Zac Medico | Clean up variables when finished. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Zac Medico | For bug #162275, make doebuild validate *DEPEND and... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Alec Warner | exithandler is not a portageq func, so ignore it |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Zac Medico | Fix alphabetical order. v2.1.2 |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Zac Medico | Document DOC_SYMLINKS_DIR. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Zac Medico | Don't warn about /etc/make.profile not being a symlink... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Zac Medico | Disable the test phase when USE=test is masked (for... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Zac Medico | For bug #69021, add news about FEATURES="test" implying... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Zac Medico | For bug #161975, document the fact that GENTOO_MIRRORS... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Zac Medico | Document PORTAGE_LOG_FILE, update PORTAGE_TMPDIR path... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Zac Medico | Fix dohtml so that it continues to install files even... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Zac Medico | Fix reversed arguments. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Zac Medico | Fix 'TypeError: not all arguments converted during... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Alec Warner | fix tabs with patch from Grobian and bug # 161911,... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Mike Frysinger | make sure people call addread/addwrite/adddeny/addpredi... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Zac Medico | Catch InvalidData exceptions for bad atoms passed as... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Zac Medico | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Zac Medico | Obey the silent parameter when parsing options. |
commit | commitdiff | tree | snapshot |
next |