2009-09-06 |
Zac Medico | Remove unused vardbapi._counter_hash() method. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Zac Medico | Document ACCEPT_PROPERTIES and package.properties. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Zac Medico | Document ACCEPT_LICENSE and package.license. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Add ACCEPT_LICENSE and ACCEPT_PROPERTIES to the Package... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Add a vardbapi._pkgs_changed attribute to use instead... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Inside Scheduler._check_manifests(), display all broken... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Use _unicode_decode() on the string returned from time... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | DEPCACHE_PATH is not used with ROOT at all, so move... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | pym/portage/sets/files.py: use WORLD_FILE instead of... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | reorganise const.py to have logical grouping based... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | DEPRECATED_PROFILE_FILE is derived from PROFILE_PATH... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | add note that this file does not seem to deal with... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | PRIVATE_PATH has no leading slash (like all other uses... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | consistently use CACHE_PATH with target_root, this... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | Fix usage of VDB_PATH |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Remove unnecessary redundant dict lookup at the beginni... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Bug #282808 - Handle a potential KeyError inside PollSc... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Arfrever Frehtes... | Fix documentation of some QA_* variables. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Zac Medico | Fix typo from previous commit. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Zac Medico | Bug #283513 - Do not allow --noreplace together with... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Zac Medico | Use _unicode_decode() on the string retunred from time... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Arfrever Frehtes... | Remove reference to GRP_STAGE23_USE (bug #283358). |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Arfrever Frehtes... | Add dev-util/gperf to list of suspected run-time depend... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Zac Medico | Bug #283292 - Fix FindPortdir() to prevent OSError... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Zac Medico | Fix broken indentation from previous commits. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Zac Medico | Bug #283223 - Don't call str() on unicode strings insid... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Zac Medico | Bug #283223 - Don't call str() inside _db_escape_string... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Arfrever Frehtes... | Many packages use setuptools at run-time, so remove... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Zac Medico | Use KeyValuePairFileLoader intead on getconfig(), since... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Zac Medico | Use KeyValuePairFileLoader instead of getconfig() for... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Zac Medico | Bug #281834 - In getconfig(), do not allow definition... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Zac Medico | Improve logic for bug #278729. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Zac Medico | Bug #278729 - Inside dep_zapdeps(), account for USE... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Zac Medico | Fix the code from bug #275796 to ensure that choices... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Zac Medico | Fix tar_contents() to handle UnicodeEncodeError by... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Zac Medico | Use plain ascii encoding for this file, in order to... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Zac Medico | Fix mkdir() to call the local setfscreate() with strict... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Zac Medico | Inside depgraph._show_unsatisfied_dep(), show reasons... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Zac Medico | Show log paths when displaying the list of failed packa... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Fabian Groffen | make sure we can deal with arches like x86-fbsd, like... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Fabian Groffen | remove FIXME, since zmedico fixed it |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Zac Medico | Bug #282505 - Fix unicode handling for package moves... v2.2_rc40 |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Zac Medico | Bug #282306 - Inside dblink._match_contents(), fall... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Zac Medico | Add a LIVEVCS.unmasked category for ebuilds that have... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Zac Medico | Bug #282306 - Inside LinkageMap._ObjectKey._generate_ob... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Zac Medico | Bug #282306 - Inside dblink._find_libs_to_preserve... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Zac Medico | In Scheduler._schedule_tasks_imp(), add uninstall opera... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Zac Medico | Make Scheduler._choose_pkg() prefer uninstall operation... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Arfrever Frehtes... | Support package.provided directory. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Zac Medico | Bug #282269, comment #2 - Avoid potential UnicodeEncode... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Zac Medico | Bug #282306 - Inside dblink._security_check(), fall... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Zac Medico | Bug #282269 - Avoid str() calls with overlay paths... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Add some --debug output for backtracking. Also, remove... v2.2_rc39 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Add support for --keep-going=n so that it can be disabl... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Add support for --selective=n, so it can be used to... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Arfrever Frehtes... | Avoid potential empty lines in warnings about missing... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Note that package.* and use.* as directories is only... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Arfrever Frehtes... | Rename QA_NEEDED to QA_DT_NEEDED. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Arfrever Frehtes... | Improve an example. Patch by Jeremy Olexa. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Arfrever Frehtes... | Add support for QA_SONAME variable (bug #281964). Add... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Arfrever Frehtes... | Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Replace _content_encoding, _fs_encoding, and _merge_enc... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Use _encodings where appropriate and add _encodings... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Use _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Use _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Use _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zac Medico | Use _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Zac Medico | Use _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Zac Medico | Use _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Arfrever Frehtes... | Fix portage.5 man page to document the fact that some... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Zac Medico | Fix typo from previous commit. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Zac Medico | If sys.getdefaultencoding() returns None (this can... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Zac Medico | Use _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Zac Medico | Use _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Zac Medico | Use _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Zac Medico | Use _encodings['repo.content'] for decoding profiles... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Zac Medico | Use portage.os and _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Zac Medico | Remove unused os import. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Zac Medico | Use portage.os and _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Zac Medico | Use portage.os and _encodings where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Use portage.os and _encodings['fs'] where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Use errors='backslashreplace' instead of 'replace'... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Replace the _{content,fs,merge}_encoding attributes... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Use _content_encoding and _fs_encoding, and use strict... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Use the new portage.output._init(config_root) function. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Use _content_encoding where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Don't wrap os.popen(). |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Bug #270866 - Validate News-Item-Format headers. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Use _content_encoding and _fs_encoding where appropriat... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Use _content_encoding and _fs_encoding where appropriate. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Implement lazy loading of color.map when either the... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Zac Medico | Use st_* attributes instead of the stat module. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Zac Medico | Bug #277619 - Fix news item relevance logic. Thanks... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Zac Medico | Use portage.os, _content_encoding, and _fs_encoding... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Zac Medico | Enable error='strict' when encoding arguments inside... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Zac Medico | Use portage.os, _content_encoding, and _fs_encoding... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Zac Medico | Test the edge case. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Arfrever Frehtes... | Add 'return False' which was missing from the previous... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Arfrever Frehtes... | Print a warning when nonexistent files have been passed... |
commit | commitdiff | tree | snapshot |
next |