summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* In the suidctl code, move the addwrite call out of the loop. Thanks to ferringb.Zac Medico2008-02-291-4/+4
* remove code for manifest1 supportMarius Mauch2008-02-281-103/+0
* Bug #211294 - Make repoman ignore profiles labeled with anything otherZac Medico2008-02-271-0/+3
* Double import, thanks grobian :)Alec Warner2008-02-241-1/+0
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-241-3/+3
* only try to fetch compression schemes which the host supportsMike Frysinger2008-02-231-1/+10
* add support for lzma/gz snapshotsMike Frysinger2008-02-231-68/+88
* tighten up output from scriptMike Frysinger2008-02-231-39/+39
* cleanup main option parsingMike Frysinger2008-02-231-23/+34
* Bug #210449 - Reset exeinto(), docinto(), insinto(), and into() stateZac Medico2008-02-191-4/+9
* Bug #210372 - Fix suidctl.conf parser to look for paths with a leading slash.Zac Medico2008-02-191-1/+1
* Use parse_use_local_desc() from the repoman.utilities module.Zac Medico2008-02-191-21/+1
* Revert back to some known working code from the 2.1.2 branch.Zac Medico2008-02-191-1/+51
* Remove IUSE.invalid from qawarnings since there's no reason forZac Medico2008-02-161-1/+0
* Remove the killparent() function and associated SIGINT trap since thisZac Medico2008-02-102-9/+1
* fix nasty typoMarius Mauch2008-02-091-3/+3
* Bug #155993 - Update environment.bz2 after postinst in caseZac Medico2008-02-072-1/+12
* For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] insteadZac Medico2008-02-061-1/+1
* Make qa_source and qa_call save the return value and return it. ThanksZac Medico2008-02-061-4/+8
* don't record internal providers in NEEDED records as they are pointless for a...Marius Mauch2008-02-051-2/+21
* Remove the manifest1 digest file removal code since it's no longerZac Medico2008-02-011-39/+0
* Bug #205718 - Fix quoting of ${INSTALL_MASK} where appropriate. ThanksZac Medico2008-01-311-3/+3
* Disable manifest1_compat for ebuild --force digest.Zac Medico2008-01-311-1/+1
* Unconditionally disable manifest1 compatibility since it's been droppedZac Medico2008-01-311-4/+1
* Make the autotools.eclass functions exempt from the autotoolsZac Medico2008-01-311-2/+7
* Remove the last traces of the ebuild.autotools check.Zac Medico2008-01-301-2/+0
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-302-15/+31
* Pull more functions out of repoman proper and into repoman.utilities, correct...Alec Warner2008-01-271-146/+11
* Restore desktop.invalid as a warning; was an intergration errorAlec Warner2008-01-271-0/+1
* Move random functions out of repoman and into utilties.pyAlec Warner2008-01-261-132/+20
* Bug #206772 - Enable bashrc once again for the clean phase.Zac Medico2008-01-221-0/+3