summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix LIVEVCS.stable for -* keywordsAlec Warner2006-06-101-1/+1
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Put LIVEVCS.stable in qawarnings for now since it's new and hasn't been thoro...Zac Medico2006-06-051-1/+2
* Add python 2.3 compatibility code for the set builtin.Zac Medico2006-06-051-0/+2
* Add live VCS check to repoman, fix misspellingAlec Warner2006-06-041-2/+14
* everybody hates repoman failing on modular X, so make it a warningSimon Stelling2006-05-291-1/+2
* Fix repoman so that it works when the portage tree structure contains symlink...Zac Medico2006-05-231-0/+7
* revert my last commit except for the parts i really wanted to commitSimon Stelling2006-05-011-4/+4
* allow escaping in elog_base() to fix bug 131913Simon Stelling2006-05-011-4/+4
* Fix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works correctly like the Manif...Zac Medico2006-04-281-0/+4
* Make fetchlist_dict an optional parameter in the Manifest constructor since i...Zac Medico2006-04-261-3/+1
* Pass a portdbapi instance into portage.digestgen() so that it doesn't have to...Zac Medico2006-04-261-4/+4
* Pass a portdbapi instance into the FetchlistDict constructor so that it doesn...Zac Medico2006-04-261-1/+1
* Use the correct ACCEPT_KEYWORDS for each profile (regression from r3231).Zac Medico2006-04-261-2/+3
* Remove portage.config.groups (formerly portage.groups) and instead use ACCEPT...Zac Medico2006-04-261-3/+2
* Fix false variable.readonly match on continued lines. Thanks to Flameeyes fo...Zac Medico2006-04-251-1/+6
* Remove all dependence on the portage.features global variable.Zac Medico2006-04-251-4/+4
* Remove all usage of the portage.archlist global variable.Zac Medico2006-04-251-2/+2
* Remove all usage of the portage.groups global variable.Zac Medico2006-04-251-2/+3
* Remove all usage of portage.usedefaults and portage.profiledir globals.Zac Medico2006-04-251-2/+0
* Use os.path.join for PORTAGE_GPG_DIR and remove a duplicate access check.Zac Medico2006-04-211-2/+2
* if PORTAGE_GPG_DIR is not set then default to ~/.gnupg instead of just dumpin...Mike Frysinger2006-04-201-1/+6
* Fix repoman --commitmsgfile logic. Thanks to Christian Heim <phreak@gentoo.o...Zac Medico2006-04-201-2/+15
* Update Manifest automatically in repoman commit mode for bug #130541.Zac Medico2006-04-201-0/+4
* Fix gpgsign logic for bug #57445.Zac Medico2006-04-181-52/+66
* dont dump debug update info in quiet modeMike Frysinger2006-04-171-3/+4
* Use os.path.join for cleaner joins.Zac Medico2006-04-101-6/+6
* Make repoman ignore deeply nested CVS directories and files they contain in o...Zac Medico2006-04-101-0/+2
* Remove db and mysettings from Manifest and replace them with a mapping object...Zac Medico2006-04-101-2/+3
* Pass DISTDIR into the Manifest constructor instead of getting it from mysetti...Zac Medico2006-04-101-1/+2
* Change == None to is NoneAlec Warner2006-04-071-3/+3
* Remove really really old check during a cvs move. Fix except statement to be...Alec Warner2006-04-061-30/+1
* Revert r3073 since it causes a regression (digestgen needs to be run for each...Zac Medico2006-04-061-1/+3
* Don't generate digests on --pretend for repoman. Thanks go once again to exg...Alec Warner2006-04-041-3/+1
* It was pointed out that we have a Test-Manifest perl package, which would get...Alec Warner2006-04-031-1/+1
* Fix yet another typo of mine, thanks to exgAlec Warner2006-04-031-1/+1
* Fix ordering in cvs calls to be correct, thanks to exg for the fix (again)Alec Warner2006-04-031-6/+6
* Fixes for repoman thanks to exg@gentoo.org and bug #128451, Excludes Manifest...Alec Warner2006-04-031-6/+12
* Take sound advice and move all the use expand files into desc/Alec Warner2006-04-031-1/+1
* Make repoman check for USE expand descriptions in other files so USE_EXPAND v...Alec Warner2006-04-031-0/+4
* fix some nasty repoman tricks causing problems (always use absolute paths wit...Marius Mauch2006-03-271-3/+3
* Add files/ prefix for AUX files in manifest1 entries; fix digest.unused check...v2.1_pre7Marius Mauch2006-03-251-8/+15
* Load virtuals on demand in order to avoid needless vdb scanning during a simp...Zac Medico2006-03-251-1/+1
* update -I long optionMike Frysinger2006-03-191-1/+1
* delete extraneous printMike Frysinger2006-03-191-1/+0
* move the err/warn funcs togetherMike Frysinger2006-02-241-5/+4
* Fix a missing parenthesis.Alec Warner2006-02-231-1/+1
* Kill inject for good.Alec Warner2006-02-231-3/+2
* Suggestion from Brian Harring to remove extra processing, condense code.Alec Warner2006-02-221-9/+1
* get rid of pointless whitespaceMike Frysinger2006-02-141-1/+1