summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add a quiet signal handler for SIGINT and SIGTERM since emerge calls ebuildZac Medico2008-07-291-1/+16
* Even though the message is split on $'\n' in elog_base(), it's stillZac Medico2008-07-281-1/+5
* Fix incorrect logging.exception() arguments. The exception instance is notZac Medico2008-07-271-4/+4
* Fix the new glep56 code to handle missing metadata.xml. Thanks to jmbsvicettoZac Medico2008-07-271-9/+10
* Use ${NORMAL} to properly restore color when necessary.Zac Medico2008-07-271-1/+1
* Make elog_base() just use \n as the delimiter in the file since it's safeZac Medico2008-07-271-1/+1
* Make all the elog functions split lines when displaying output, just likeZac Medico2008-07-271-5/+35
* Add support to elog_base() to split messages on newlines automatically.Zac Medico2008-07-271-2/+8
* Fixes from Arfrever:Zac Medico2008-07-272-2/+4
* * Define a frozenset of live eclasses for the LIVEVCS.stable check.Zac Medico2008-07-271-3/+10
* Fix repoman not seeing subversion auto-ignored files (such as patch rejects a...Zac Medico2008-07-271-2/+2
* Temporarily `set -o noglob` when splitting QA_DT_HASH.Zac Medico2008-07-271-0/+4
* Bug #233077 - Add QA check which verifies that LDFLAGS are respected. For nowZac Medico2008-07-271-0/+31
* * Use pure bash ${PARAMETER%/*} instead of spawing`dirname`.Zac Medico2008-07-261-2/+2
* Replace hardcoded i386 machine name in dyn_rpm() with the result of `uname -m`.Zac Medico2008-07-261-1/+3
* * For bug 227625, automatically create the /usr/src/rpm/SOURCES directory whenZac Medico2008-07-261-1/+4
* Fix bug in get_repo_path() when called with multiple args.Zac Medico2008-07-231-1/+1
* Fix typo, found by pyflakes.Zac Medico2008-07-231-1/+1
* Add sandbox write access to PORTAGE_PYM_PATH before importing portage inZac Medico2008-07-231-3/+12
* Bug #199788 - Make repoman parse GLEP 56 USE flag descriptions fromZac Medico2008-07-181-0/+15
* Since lots of packages will have to be fixed before stable portage can abortZac Medico2008-07-151-9/+29
* Use plain sequential search for the SRC_URI.mirror check since the regexZac Medico2008-07-081-5/+8
* Add a new "SRC_URI.mirror" check which checks to if a uri listed inZac Medico2008-07-071-0/+19
* Thanks to Ali Polatel <hawking@g.o> for this patch to fix broken indentation.Zac Medico2008-07-051-2/+2
* Bug #230525 - Work around ObjectProxy breakage in `portageq vdb_path`.Zac Medico2008-07-041-2/+4
* Import portage before trying to access portage.exception for exceptionZac Medico2008-07-041-6/+7
* Add a portage._disable_legacy_globals() function. This deletes theZac Medico2008-07-031-2/+1
* Py3k compatibility patch #5 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-014-15/+15
* Fix typo.Zac Medico2008-06-301-1/+1
* Bug #230249 - Disable the "ebuild.notadded" check when not in commit mode andZac Medico2008-06-301-2/+8
* Bug #230245 - Use os.path.basename() on paths returned from `svn list`Zac Medico2008-06-301-2/+2
* Bug #230245 - Pass the correct directory when calling `snv list` andZac Medico2008-06-301-2/+2
* Bug #229859 - Also add atom validation to match().Zac Medico2008-06-281-0/+4
* Copy portageq exit code validation from has_version() to best_version().Zac Medico2008-06-281-0/+12
* Bug #229859 - Make portageq check atom validity when has_version() andZac Medico2008-06-281-0/+10
* Call use_reduce() with matchall=1 when checking depstrings. Otherwise it'sZac Medico2008-06-261-1/+1
* * Remove PORTAGE_LEGACY_GLOBALS hack for portage import since lateZac Medico2008-06-261-10/+2
* Fix repoman breakage wrt _PackageMetadataWrapper._keys values.Zac Medico2008-06-251-1/+2
* Use paths from portage.const instead of hardcoded versions.Zac Medico2008-06-231-2/+2
* Bug #228489 - Restore the "ci" alias for "commit" mode. Thanks to grobianZac Medico2008-06-211-0/+4
* Fix implicit_pattern to match different quote character found in warningsZac Medico2008-06-211-1/+1
* revert accidential commitMarius Mauch2008-06-201-10/+1
* update release notes/newsMarius Mauch2008-06-201-1/+10
* Bug #225285 - Add support for persistent options stored in the EBUILD_DEFAULT...Zac Medico2008-06-181-3/+10
* Bug #225285 - Add a --skip-manifest option that disables all interactionZac Medico2008-06-181-1/+9
* Add a help string for --debug.Zac Medico2008-06-181-1/+1
* Use optparse instead of getopt.Zac Medico2008-06-181-13/+20
* More eblank.Zac Medico2008-06-171-2/+0
* Remove eblank nonsenseMarius Mauch2008-06-171-10/+1
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-3/+3