summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make repoman ebuild.invalidname message a bit more usefulMarius Mauch2006-02-131-1/+1
* make repoman obey NOCOLOR for bug 77566 (patch by antarus)Zac Medico2006-02-101-0/+2
* touchup the way options are declared to prevent bitrot, add a --quiet option ...Mike Frysinger2006-02-011-57/+107
* Added a check for obsolete virtual/x11 usage in dependencies.Jason Stubbs2006-01-271-1/+28
* Fix typo in error descriptionMarius Mauch2006-01-251-1/+1
* Add a warning for KEYWORDS=-*Marius Mauch2006-01-241-5/+19
* Add further checks for correct DEPEND syntaxJason Stubbs2006-01-241-0/+8
* add FEATURES=assume-digests so i dont have to keep hashing all the glibc tarb...Mike Frysinger2006-01-131-1/+1
* filter '(' and ')' tokens also when checking for invalid atoms.Brian Harring2006-01-051-1/+1
* bug 42299, detect and fail invalid atoms in *DEPENDBrian Harring2006-01-051-18/+21