summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove all dependence on the portage.features global variable.Zac Medico2006-04-251-4/+4
| | | | svn path=/main/trunk/; revision=3233
* Remove all usage of the portage.archlist global variable.Zac Medico2006-04-251-2/+2
| | | | svn path=/main/trunk/; revision=3232
* Remove all usage of the portage.groups global variable.Zac Medico2006-04-251-2/+3
| | | | svn path=/main/trunk/; revision=3231
* Remove all usage of portage.usedefaults and portage.profiledir globals.Zac Medico2006-04-251-2/+0
| | | | svn path=/main/trunk/; revision=3230
* Use os.path.join for PORTAGE_GPG_DIR and remove a duplicate access check.Zac Medico2006-04-211-2/+2
| | | | svn path=/main/trunk/; revision=3181
* if PORTAGE_GPG_DIR is not set then default to ~/.gnupg instead of just ↵Mike Frysinger2006-04-201-1/+6
| | | | | | dumping an error svn path=/main/trunk/; revision=3180
* Fix repoman --commitmsgfile logic. Thanks to Christian Heim ↵Zac Medico2006-04-201-2/+15
| | | | | | <phreak@gentoo.org> for reporting. svn path=/main/trunk/; revision=3179
* Update Manifest automatically in repoman commit mode for bug #130541.Zac Medico2006-04-201-0/+4
| | | | svn path=/main/trunk/; revision=3177
* Fix gpgsign logic for bug #57445.Zac Medico2006-04-181-52/+66
| | | | svn path=/main/trunk/; revision=3173
* dont dump debug update info in quiet modeMike Frysinger2006-04-171-3/+4
| | | | svn path=/main/trunk/; revision=3170
* Use os.path.join for cleaner joins.Zac Medico2006-04-101-6/+6
| | | | svn path=/main/trunk/; revision=3116
* Make repoman ignore deeply nested CVS directories and files they contain in ↵Zac Medico2006-04-101-0/+2
| | | | | | order to prevent false file.name errors (files with CVS directories may contain commas). svn path=/main/trunk/; revision=3115
* Remove db and mysettings from Manifest and replace them with a mapping ↵Zac Medico2006-04-101-2/+3
| | | | | | object that provides access to fetch lists for each cpv. svn path=/main/trunk/; revision=3111
* Pass DISTDIR into the Manifest constructor instead of getting it from ↵Zac Medico2006-04-101-1/+2
| | | | | | mysettings because mysettings will be eliminated soon. svn path=/main/trunk/; revision=3110
* Change == None to is NoneAlec Warner2006-04-071-3/+3
| | | | svn path=/main/trunk/; revision=3085
* Remove really really old check during a cvs move. Fix except statement to ↵Alec Warner2006-04-061-30/+1
| | | | | | be saner svn path=/main/trunk/; revision=3079
* Revert r3073 since it causes a regression (digestgen needs to be run for ↵Zac Medico2006-04-061-1/+3
| | | | | | each value of repoman_settings["O"]). See bug #128946. svn path=/main/trunk/; revision=3078
* Don't generate digests on --pretend for repoman. Thanks go once again to ↵Alec Warner2006-04-041-3/+1
| | | | | | exg@gentoo.org :) svn path=/main/trunk/; revision=3073
* It was pointed out that we have a Test-Manifest perl package, which would ↵Alec Warner2006-04-031-1/+1
| | | | | | get sadly excluded using the old string match, so we fix it to match less ;) svn path=/main/trunk/; revision=3068
* Fix yet another typo of mine, thanks to exgAlec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3067
* Fix ordering in cvs calls to be correct, thanks to exg for the fix (again)Alec Warner2006-04-031-6/+6
| | | | svn path=/main/trunk/; revision=3066
* Fixes for repoman thanks to exg@gentoo.org and bug #128451, Excludes ↵Alec Warner2006-04-031-6/+12
| | | | | | Manifest regeneration in certain cases, adds pretend gpg outut svn path=/main/trunk/; revision=3062
* Take sound advice and move all the use expand files into desc/Alec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3057
* Make repoman check for USE expand descriptions in other files so USE_EXPAND ↵Alec Warner2006-04-031-0/+4
| | | | | | variables can have longer/better/faster/stronger descriptions. svn path=/main/trunk/; revision=3056
* fix some nasty repoman tricks causing problems (always use absolute paths ↵Marius Mauch2006-03-271-3/+3
| | | | | | with manifest2 code) svn path=/main/trunk/; revision=3020