summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Namespace sanitizing, step 4Marius Mauch2007-01-251-30/+30
* demote KEYWORDS.missing to a warning to make KEYWORDS='' validMarius Mauch2007-01-241-0/+1
* Replace mktemp with mkstemp since the former is deprecated for security reasons.Zac Medico2007-01-161-4/+4
* Fix broken commitmessagefile handling.Zac Medico2007-01-161-9/+13
* For consistency, just use os.environ.Zac Medico2007-01-161-1/+1
* Make repoman commit removals together with the other changes (instead of with...Zac Medico2007-01-161-3/+8
* Enable repoman to commit a Manifest alone instead of bailing out with "Didn't...Zac Medico2007-01-161-7/+7
* purge string module from repomanAlec Warner2007-01-121-39/+39
* Don't automatically fix digests in --pretend mode.Zac Medico2007-01-071-2/+5
* Fix the digestentry.unused check so that it works properly when old-style fil...Zac Medico2007-01-061-4/+9
* For bug #160310, remove the line continuation syntax check since it's still p...Zac Medico2007-01-061-19/+0
* For bug #160310, allow \ inside `` quotes in order to prevent a false Line co...Zac Medico2007-01-061-2/+3
* Make repoman use portage.normalize_path instead of os.path.normpath. This mi...Zac Medico2007-01-051-7/+7
* Optimize dep_zapdeps to work without a vartree when called by repoman.Zac Medico2007-01-021-1/+1
* For bug #159224, use separate xmatch caches for each value of ACCEPT_KEYWORDS.Zac Medico2006-12-311-5/+11
* Only write repo.stats and repo.fails when the repoman user has write access t...Zac Medico2006-12-231-12/+8
* Make repoman cache per-profile xmatch results.Zac Medico2006-12-161-2/+6
* Add an allow_blockers parameter to isvalidatom so that the behavior is option...Zac Medico2006-12-101-1/+1
* Clean up depstring/atom splitting and filtering.Zac Medico2006-12-091-2/+6
* Use portage.isvalidatom() for atom validation in repoman.Zac Medico2006-12-091-1/+1
* Remove all traces of FEATURES=cvs since code for that feature no longer exist...Zac Medico2006-12-081-7/+0
* Make repoman bail out if it's unable to generate the Manifest.Zac Medico2006-12-071-2/+3
* Make `repoman fix` work with the new ebuild Manifest checks during depend phase.Zac Medico2006-12-041-1/+1
* Revert ACCEPT_LICENSE support, since license group support is a requirement a...Zac Medico2006-11-181-1/+0
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ...Zac Medico2006-10-311-2/+5
* streamline portage pythonpath handling and add an override analog to how the ...Marius Mauch2006-10-261-1/+1
* Add support for masking of packages via ACCEPT_LICENSE and /etc/portage/packa...Zac Medico2006-10-221-0/+1
* Implement per-package default USE flags at the ebuild and profile levels for ...Zac Medico2006-10-141-2/+15
* Don't lock repoman_settings because it needs to be mutable.Zac Medico2006-10-101-1/+0
* Remove an unnecessary assumption preventing the use of CVS for an overlay.Zac Medico2006-10-101-1/+0
* Print a more useful error message for bug #150488.Zac Medico2006-10-101-1/+2
* Fix typo s/upper/lower/.Zac Medico2006-10-091-1/+1
* Use a local_config flag to replace PORTAGE_CALLER == repoman conditionals.Zac Medico2006-10-091-10/+15
* For repoman, hide the vardbapi from dep_zapdeps.Zac Medico2006-10-091-0/+2
* Make repoman generate a syntax error if a slot dep is used with EAPI == 0.Zac Medico2006-10-061-1/+2
* Add CATEGORY to the list of readonly variables.Zac Medico2006-09-161-1/+1
* Remove ACCEPT_KEYWORDS from incrementals to that a hypothetical config.regene...Zac Medico2006-09-061-0/+7
* Call dep_settings.setcpv() first so that ACCEPT_KEYWORDS when setcpv calls re...Zac Medico2006-09-061-2/+2
* Move setcpv call (from the last commit) to a more logical location.Zac Medico2006-09-041-1/+3
* Add repoman support for package.use.mask.Zac Medico2006-09-041-1/+1
* Remove an unused "objsadded" variable spotted by antarus.Zac Medico2006-08-171-4/+1
* Remove a dead hunk of code spotted by antarus.Zac Medico2006-08-091-16/+0
* Remove unused "cladded" variable reported by antarus.Zac Medico2006-08-061-3/+0
* Remove pointless cvs dependent REPOROOTS code. Thanks to Alec Warner <antaru...Zac Medico2006-07-311-24/+1
* Fix a broken reference to portage.portdb.Zac Medico2006-07-201-1/+2
* Ensure a sane umask for repoman.Zac Medico2006-07-181-1/+2
* Enable repoman to work with portage.init_legacy_globals() disabled.Zac Medico2006-07-171-17/+35
* Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. T...Zac Medico2006-07-051-0/+2
* Fix repoman breakage due to the fact that portage.portagetree now creates it'...Zac Medico2006-07-051-7/+9
* Ignore hidden directories (such as .svn) when building the scanlist.Zac Medico2006-07-021-2/+2