summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Collapse)AuthorAgeFilesLines
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ↵Zac Medico2006-10-311-2/+5
| | | | | | modules, then fall back to an explicit sys.path insertion if an ImportError occurs. svn path=/main/trunk/; revision=4884
* streamline portage pythonpath handling and add an override analog to how the ↵Marius Mauch2006-10-261-1/+1
| | | | | | bash side does it svn path=/main/trunk/; revision=4822
* Add support for masking of packages via ACCEPT_LICENSE and ↵Zac Medico2006-10-221-0/+1
| | | | | | /etc/portage/package.license. Thanks to Jason Stubbs for the initial patch from bug #17367. svn path=/main/trunk/; revision=4792
* Implement per-package default USE flags at the ebuild and profile levels for ↵Zac Medico2006-10-141-2/+15
| | | | | | bug #61732. svn path=/main/trunk/; revision=4679
* Don't lock repoman_settings because it needs to be mutable.Zac Medico2006-10-101-1/+0
| | | | svn path=/main/trunk/; revision=4651
* Remove an unnecessary assumption preventing the use of CVS for an overlay.Zac Medico2006-10-101-1/+0
| | | | svn path=/main/trunk/; revision=4650
* Print a more useful error message for bug #150488.Zac Medico2006-10-101-1/+2
| | | | svn path=/main/trunk/; revision=4646
* Fix typo s/upper/lower/.Zac Medico2006-10-091-1/+1
| | | | svn path=/main/trunk/; revision=4636
* Use a local_config flag to replace PORTAGE_CALLER == repoman conditionals.Zac Medico2006-10-091-10/+15
| | | | svn path=/main/trunk/; revision=4631
* For repoman, hide the vardbapi from dep_zapdeps.Zac Medico2006-10-091-0/+2
| | | | svn path=/main/trunk/; revision=4630
* Make repoman generate a syntax error if a slot dep is used with EAPI == 0.Zac Medico2006-10-061-1/+2
| | | | svn path=/main/trunk/; revision=4604
* Add CATEGORY to the list of readonly variables.Zac Medico2006-09-161-1/+1
| | | | svn path=/main/trunk/; revision=4462
* Remove ACCEPT_KEYWORDS from incrementals to that a hypothetical ↵Zac Medico2006-09-061-0/+7
| | | | | | config.regenerate() call won't affect it. svn path=/main/trunk/; revision=4415
* Call dep_settings.setcpv() first so that ACCEPT_KEYWORDS when setcpv calls ↵Zac Medico2006-09-061-2/+2
| | | | | | reset. The backup_changes call isn't working for some reason (reported by vapier). svn path=/main/trunk/; revision=4414
* Move setcpv call (from the last commit) to a more logical location.Zac Medico2006-09-041-1/+3
| | | | svn path=/main/trunk/; revision=4402
* Add repoman support for package.use.mask.Zac Medico2006-09-041-1/+1
| | | | svn path=/main/trunk/; revision=4401
* Remove an unused "objsadded" variable spotted by antarus.Zac Medico2006-08-171-4/+1
| | | | svn path=/main/trunk/; revision=4272
* Remove a dead hunk of code spotted by antarus.Zac Medico2006-08-091-16/+0
| | | | svn path=/main/trunk/; revision=4208
* Remove unused "cladded" variable reported by antarus.Zac Medico2006-08-061-3/+0
| | | | svn path=/main/trunk/; revision=4176
* Remove pointless cvs dependent REPOROOTS code. Thanks to Alec Warner ↵Zac Medico2006-07-311-24/+1
| | | | | | <antarus@gentoo.org> for this patch. svn path=/main/trunk/; revision=4049
* Fix a broken reference to portage.portdb.Zac Medico2006-07-201-1/+2
| | | | svn path=/main/trunk/; revision=3971
* Ensure a sane umask for repoman.Zac Medico2006-07-181-1/+2
| | | | svn path=/main/trunk/; revision=3919
* Enable repoman to work with portage.init_legacy_globals() disabled.Zac Medico2006-07-171-17/+35
| | | | svn path=/main/trunk/; revision=3912
* Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. ↵Zac Medico2006-07-051-0/+2
| | | | | | This prevents it from being discarded by config.reset() and was the root cause of bug #132601. The cloning that was added in r3791 is a safeguard to prevent problems like this. svn path=/main/trunk/; revision=3792
* Fix repoman breakage due to the fact that portage.portagetree now creates ↵Zac Medico2006-07-051-7/+9
| | | | | | it's own portdbapi instance. Repoman will now use a single portdbapi instance instead of one for each arch. The arch specific config instances are swapped in on the fly. Hopefully this fixes bug #132601. svn path=/main/trunk/; revision=3790
* Ignore hidden directories (such as .svn) when building the scanlist.Zac Medico2006-07-021-2/+2
| | | | svn path=/main/trunk/; revision=3760
* Add support for arch.list in overlays (bug #137975).Zac Medico2006-07-021-7/+6
| | | | svn path=/main/trunk/; revision=3752
* Add support for licenses in overlays (bug #137975).Zac Medico2006-07-021-1/+3
| | | | svn path=/main/trunk/; revision=3751
* Add overlay support for use.local.desc in repoman.Zac Medico2006-07-021-0/+12
| | | | svn path=/main/trunk/; revision=3750
* Fix import issues reported by pyflakes.Zac Medico2006-07-021-4/+4
| | | | svn path=/main/trunk/; revision=3749
* Add a new parse_use_local_desc() function.Zac Medico2006-07-021-11/+25
| | | | svn path=/main/trunk/; revision=3748
* To simplify code, use startswith() instead of slices.Zac Medico2006-06-281-3/+3
| | | | svn path=/main/trunk/; revision=3686
* fix path to ebuild for dsd, bug # 135705Alec Warner2006-06-131-2/+2
| | | | svn path=/main/trunk/; revision=3507
* Replace --include-masked with an inverse --ignore-masked option for bug #85576.Zac Medico2006-06-121-8/+6
| | | | svn path=/main/trunk/; revision=3496
* Fix LIVEVCS.stable for -* keywordsAlec Warner2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3487
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Put LIVEVCS.stable in qawarnings for now since it's new and hasn't been ↵Zac Medico2006-06-051-1/+2
| | | | | | thoroughly discussed. svn path=/main/trunk/; revision=3461
* Add python 2.3 compatibility code for the set builtin.Zac Medico2006-06-051-0/+2
| | | | svn path=/main/trunk/; revision=3460
* Add live VCS check to repoman, fix misspellingAlec Warner2006-06-041-2/+14
| | | | svn path=/main/trunk/; revision=3457
* everybody hates repoman failing on modular X, so make it a warningSimon Stelling2006-05-291-1/+2
| | | | svn path=/main/trunk/; revision=3439
* Fix repoman so that it works when the portage tree structure contains ↵Zac Medico2006-05-231-0/+7
| | | | | | symlinks for bug #109961. svn path=/main/trunk/; revision=3405
* revert my last commit except for the parts i really wanted to commitSimon Stelling2006-05-011-4/+4
| | | | svn path=/main/trunk/; revision=3295
* allow escaping in elog_base() to fix bug 131913Simon Stelling2006-05-011-4/+4
| | | | svn path=/main/trunk/; revision=3294
* Fix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works correctly like the ↵Zac Medico2006-04-281-0/+4
| | | | | | Manifest Signing Guide says it should. Thanks to Tupone for reporting. svn path=/main/trunk/; revision=3262
* Make fetchlist_dict an optional parameter in the Manifest constructor since ↵Zac Medico2006-04-261-3/+1
| | | | | | it's required only for generation of a Manifest (not needed for parsing and checking sums). svn path=/main/trunk/; revision=3245
* Pass a portdbapi instance into portage.digestgen() so that it doesn't have ↵Zac Medico2006-04-261-4/+4
| | | | | | to use any globals. svn path=/main/trunk/; revision=3244
* Pass a portdbapi instance into the FetchlistDict constructor so that it ↵Zac Medico2006-04-261-1/+1
| | | | | | doesn't have to use any globals. svn path=/main/trunk/; revision=3243
* Use the correct ACCEPT_KEYWORDS for each profile (regression from r3231).Zac Medico2006-04-261-2/+3
| | | | svn path=/main/trunk/; revision=3240
* Remove portage.config.groups (formerly portage.groups) and instead use ↵Zac Medico2006-04-261-3/+2
| | | | | | ACCEPT_KEYWORDS directly (simplifies the code). svn path=/main/trunk/; revision=3238
* Fix false variable.readonly match on continued lines. Thanks to Flameeyes ↵Zac Medico2006-04-251-1/+6
| | | | | | for reporting. svn path=/main/trunk/; revision=3236