summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a SYNC sanity check to help prevent people like funtoo usersZac Medico2010-04-261-1/+15
| | | | | from accidentally wiping out their git tree. It will bail out if SYNC does not refer to an rsync URI.
* Bug #317133 - s/execinto/exeinto/. Thanks to Denilson Sá ↵Zac Medico2010-04-251-1/+1
| | | | <denilsonsa@gmail.com>.
* Quote paths for 'call stack' display.Michał Górny2010-04-231-1/+1
| | | | | | Added missing quoting around the path passed to basename when printing 'Call stack' on die(). This should fix the issue where basename syntax error was displayed instead of the source file name.
* Make metadata.xml <flag/> errors non-fatal to repoman.Michał Górny2010-04-242-5/+9
| | | | | | Previously, <flag/>-related errors in metadata.xml caused repoman to abort the checks without even reporting the full path to broken metadata.xml file. Now they are accounted as 'metadata.bad' errors.
* Quote path for die snippet display.Michał Górny2010-04-241-1/+1
| | | | | | Added missing quoting around the path passed to sed when displaying ebuild snippet on die(). This should fix the issue where they weren't displayed due to the occurence of special characters in the path.
* Pass in missing vartree parameter to doebuild(). Thanks to Arfrever forZac Medico2010-04-221-1/+2
| | | | reporting.
* Automatically add PORTAGE_BIN_PATH to the front of PATH.Zac Medico2010-04-221-0/+7
|
* Source isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠZac Medico2010-04-221-1/+3
| | | | <mmokrejs@fold.natur.cuni.cz> for reporting.
* Bug #316311 - Prefer -i18n option of doman to filename language suffixZac Medico2010-04-201-3/+5
| | | | (EAPI 4). Thanks to Ulrich Müller <ulm@g.o> for this patch from bug #303919.
* Fix typo in check for shared libraries lacking NEEDED entries.Arfrever Frehtes Taifersar Arahesis2010-04-161-1/+1
|
* Remove unused imports.Zac Medico2010-04-111-17/+6
|
* Pass an ElementTree instance into parse_metadata_use() andZac Medico2010-04-112-32/+20
| | | | check_metadata_herds().
* Port parse_metadata_use() code from minidom to ElementTree.Zac Medico2010-04-111-32/+17
|
* Avoid XMLParser.doctype deprecation warnings with >=python-2.7.Zac Medico2010-04-111-2/+11
|
* Use assertFalse insead of failIf since failIf is deprecated in python 3.2.Zac Medico2010-04-113-11/+11
|
* Make cpv_getversion handle invalid cpv and add cpv_getversion to __all__.Zac Medico2010-04-101-1/+3
|
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-106-1/+38
|
* Fix deprecated config.getvirtuals() usage that's triggered byZac Medico2010-04-101-1/+1
| | | | gentoolkit-0.2.x.
* Make spawning of `id -G portage` happen lazily when userpriv_groups is firstZac Medico2010-04-101-17/+22
| | | | accessed.
* Handle IOError when trying to cache the Packages file from the binhost.Zac Medico2010-04-091-1/+1
|
* When caching Packages file from binhost, ignore failure to write in casesZac Medico2010-04-091-2/+1
| | | | when the cache directory is not writable.
* Use tbz2.unpackinfo() to unpack the xpak when running pkg_pretend, since weZac Medico2010-04-071-7/+4
| | | | need evironment.bz2 to get unpacked here.
* In _run_pkg_pretend(), write ebuild bytes from tbz2.getfile() in binary modeZac Medico2010-04-071-1/+1
| | | | for python3 compatibility.
* Eliminate redundant code in Scheduler._run_pkg_pretend() and remove unusedZac Medico2010-04-071-44/+19
| | | | quiet_config variables.
* Handle pkg_pretend output properlySebastian Luther2010-04-072-16/+46
|
* Make ensure_dirs() behave correctly for DragonFly when EPERM is raised forZac Medico2010-04-061-7/+12
| | | | makedir('/'). Thanks to Naohiro Aota <naota@elisp.net> for the initial patch.
* Cleanup $T earlier to prevent old messages from being displayed - bug 279041Sebastian Luther2010-04-062-3/+4
|
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-064-11/+7
| | | | says he wants it to work via make.conf, requiring redesign.
* also check quoting on the Prefix variables added in EAPI=3, thanks jlec for ↵Fabian Groffen2010-04-051-0/+3
| | | | the suggestion
* For clarity, make egencache --help and man page refer to --config-rootZac Medico2010-04-022-2/+3
| | | | parameter as PORTAGE_CONFIGROOT. Thanks to Brian Harring.
* Merge remote branch 'fews-portage-branch/pkg_pretend'Zac Medico2010-04-023-5/+86
|\
| * Implement emerge part of pkg_pretendSebastian Luther2010-04-023-5/+86
| |
* | Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-022-1/+44
| |
* | Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.Zac Medico2010-04-023-6/+18
| |
* | Update copyright header.Zac Medico2010-04-021-1/+1
| |
* | Make RebuiltBinaries only select binary packages with non-empty BUILD_TIME.Zac Medico2010-04-021-1/+1
|/
* Update copyright header.Zac Medico2010-04-011-1/+1
|
* Update copyright header.Zac Medico2010-04-011-1/+1
|
* Allow running pkg_info on non-installed packagesSebastian Luther2010-03-312-20/+98
|
* Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadataSebastian Luther2010-03-304-6/+12
|
* Move all imports to top.Zac Medico2010-03-281-11/+9
|
* Remove unused variables/imports and extra whitespace.Zac Medico2010-03-281-13/+11
|
* Add support for package sets to quickpkgSebastian Luther2010-03-282-141/+189
| | | | | | | | Split quickpkg_atom out of quickpkg_main to handle single atoms. Create quickpkg_set to handle sets that calls quickpkg_atom. Use a dict called 'infos' to return information about skipped config files, etc. Move imports to global scope. Update --help message and man page.
* Add support for probing shebangs and compiling python scripts that don'tZac Medico2010-03-271-4/+31
| | | | end with py.
* Make sure portage.VERSION is saved in the mtimedb as type str rather thanZac Medico2010-03-271-2/+3
| | | | ObjectProxy.
* Ignore *.py[co]Zac Medico2010-03-271-0/+1
|
* Implement __unicode__ for python2.Zac Medico2010-03-271-0/+3
|
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-272-1/+19
| | | | if it's accessed.
* Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist andZac Medico2010-03-262-4/+6
| | | | filter them from the saved environment.
* Process help and version actions asap. Thanks to Brian Harring.Zac Medico2010-03-261-9/+10
|