summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Disable tarsync when using lzma compression since it doesn't seem to beZac Medico2008-03-281-1/+2
* Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable thatZac Medico2008-03-282-2/+3
* Make dyn_clean() consistent wrt removal of ${PORTAGE_BUILDDIR}/image andZac Medico2008-03-281-1/+1
* Bug #213698 - Make FEAUTURES=keepwork and keeptemp preserve ${T}/environmentZac Medico2008-03-281-7/+3
* Bug #213629 - Use EAPI.incompatible in cases where EAPI=0 and a defaultZac Medico2008-03-281-2/+9
* Bug #213629 - Create an EAPI.incompatible category and use it in casesZac Medico2008-03-281-3/+12
* Remove redundant info from the KEYWORDS.dropped message.Zac Medico2008-03-281-1/+1
* Bug #209418 - Add a new KEYWORDS.dropped check that compares keywordsZac Medico2008-03-271-1/+31
* Bug #212509 - Display a note about the --without-mask option when thereZac Medico2008-03-271-1/+7
* Bug #212509 - Implement a new --without-mask option that causes repoman toZac Medico2008-03-271-1/+6
* Move the default empty compiler flag settings fromZac Medico2008-03-261-6/+0
* Bug #211294 - Make repoman bail out if arch.list contains unrecognizedZac Medico2008-03-251-3/+12
* Bug #214499 - When compiler flags are unset, many packages will substituteZac Medico2008-03-241-0/+6
* readd digestentry.unused category as it's still relevantMarius Mauch2008-03-191-0/+2
* Fix quoting.Zac Medico2008-03-191-1/+1
* Strip trailing slashes from directory paths if necessary.Zac Medico2008-03-191-0/+3
* Bug #210690 - Fix --help output to show the leading slash on the path toZac Medico2008-03-191-1/+3
* Bug #210575 - Optimize doins -r so that it doesn't call itself recursively,Zac Medico2008-03-191-18/+27
* Only show the eqawarn from bug #149745 when nothing is found to install. Also,Zac Medico2008-03-191-7/+12
* Bug #149745 - Generate an eqawarn message if dohtml is called on a directoryZac Medico2008-03-181-0/+11
* Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically andZac Medico2008-03-182-2/+2
* Bug #213540 - Make sure DESTTREE=/usr is set before inherit calls.Zac Medico2008-03-161-0/+4
* avoid importing portage to improve performanceMarius Mauch2008-03-151-3/+3
* Fix an UnboundLocalError for 'pkgindex'.Zac Medico2008-03-151-2/+2
* Fix var_assign_re to recognize a call to the 'declare' builtin even whenZac Medico2008-03-091-1/+1
* Convert PackageIndex.packages from a dict to a list so that in the futureZac Medico2008-03-071-6/+14
* Use os.environ["SANDBOX_ON"] = "0" to make portageq exempt from sandbox forZac Medico2008-03-062-1/+5
* Remove egrep syntax emulation since it's not really needed.Zac Medico2008-03-062-18/+4
* Implement the sed-based declare -r filter in python.Zac Medico2008-03-062-9/+14
* Move the variable name validation regexes (for bug 211949) intoZac Medico2008-03-062-8/+11
* Update the description to reflect the new meaning of PATTERN.Zac Medico2008-03-051-3/+4
* Pass a space-separated list of variables into filter-bash-environment.py andZac Medico2008-03-052-9/+5
* Fix have_end_quote() to compare the quote against the correct group.Zac Medico2008-03-051-1/+1
* Bug #211949 - Tighten the variable name filter to exclude any variablesZac Medico2008-03-051-1/+1
* Handle multi-line quoted variable assignments.Zac Medico2008-03-051-8/+37
* TODO: Move variable name validation and declare -r filteringZac Medico2008-03-051-0/+3
* Update description to reflect the new meaning of the PATTERN argument.Zac Medico2008-03-051-1/+2
* Implement variable assignment handling in python so that we can eventuallyZac Medico2008-03-052-3/+10
* Fix func_start_re so that it requires at least one alphanumeric character.Zac Medico2008-03-041-1/+1
* Tighten the funct_start_re so that it doesn't match leading whitespaceZac Medico2008-03-041-1/+1
* Bug #211949 - Temporarily revert back to a less strict regex in order toZac Medico2008-03-041-1/+1
* Add support for idendification of function definitions since it's neededZac Medico2008-03-041-2/+18
* Bug #211949 - Fix the regex so that it won't match the = character (equalsZac Medico2008-03-041-1/+1
* tell rpmbuild to clean it's working files after completion, bug #97776Marius Mauch2008-03-031-1/+1
* fix message on ValueError to not sound like crapMarius Mauch2008-03-031-1/+1
* Buf #210372 - Fix FEATURES=suidctl so that it really works again.Zac Medico2008-03-031-7/+8
* Bug #211949 - Tweak the regex so that a leading whitespace characterZac Medico2008-03-031-1/+2
* Fix the regex for bug #211949 so that it correctly matches variableZac Medico2008-03-031-1/+1
* Bug #211949 - As suggested by vapier, tighten the variable filter to alsoZac Medico2008-03-022-2/+5
* Bug #211949 - Make filter_readonly_variables() remove any variablesZac Medico2008-03-011-3/+7