summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add files/ prefix for AUX files in manifest1 entries; fix digest.unused ↵v2.1_pre7Marius Mauch2006-03-251-8/+15
| | | | | | check partially by checking all DIST entries against all SRC_URI entries of a package (instead of per ebuild checks) svn path=/main/trunk/; revision=3002
* Load virtuals on demand in order to avoid needless vdb scanning during a ↵Zac Medico2006-03-251-1/+1
| | | | | | simple 'import portage'. Virtuals are loaded during import, for initialization of portage.settings, only when autouse is enabled (though autouse is disabled by default). svn path=/main/trunk/; revision=2999
* update -I long optionMike Frysinger2006-03-191-1/+1
| | | | svn path=/main/trunk/; revision=2954
* delete extraneous printMike Frysinger2006-03-191-1/+0
| | | | svn path=/main/trunk/; revision=2953
* move the err/warn funcs togetherMike Frysinger2006-02-241-5/+4
| | | | svn path=/main/trunk/; revision=2780
* Fix a missing parenthesis.Alec Warner2006-02-231-1/+1
| | | | svn path=/main/trunk/; revision=2779
* Kill inject for good.Alec Warner2006-02-231-3/+2
| | | | svn path=/main/trunk/; revision=2775
* Suggestion from Brian Harring to remove extra processing, condense code.Alec Warner2006-02-221-9/+1
| | | | svn path=/main/trunk/; revision=2762
* get rid of pointless whitespaceMike Frysinger2006-02-141-1/+1
| | | | svn path=/main/trunk/; revision=2710
* Make repoman ebuild.invalidname message a bit more usefulMarius Mauch2006-02-131-1/+1
| | | | svn path=/main/trunk/; revision=2707
* make repoman obey NOCOLOR for bug 77566 (patch by antarus)Zac Medico2006-02-101-0/+2
| | | | svn path=/main/trunk/; revision=2688
* touchup the way options are declared to prevent bitrot, add a --quiet option ↵Mike Frysinger2006-02-011-57/+107
| | | | | | and use it, and make the help output useful svn path=/main/trunk/; revision=2612
* Added a check for obsolete virtual/x11 usage in dependencies.Jason Stubbs2006-01-271-1/+28
| | | | svn path=/main/trunk/; revision=2587
* Fix typo in error descriptionMarius Mauch2006-01-251-1/+1
| | | | svn path=/main/trunk/; revision=2584
* Add a warning for KEYWORDS=-*Marius Mauch2006-01-241-5/+19
| | | | svn path=/main/trunk/; revision=2583
* Add further checks for correct DEPEND syntaxJason Stubbs2006-01-241-0/+8
| | | | svn path=/main/trunk/; revision=2580
* add FEATURES=assume-digests so i dont have to keep hashing all the glibc ↵Mike Frysinger2006-01-131-1/+1
| | | | | | tarballs whenever i want to commit svn path=/main/trunk/; revision=2562
* filter '(' and ')' tokens also when checking for invalid atoms.Brian Harring2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2533
* bug 42299, detect and fail invalid atoms in *DEPENDBrian Harring2006-01-051-18/+21
| | | | svn path=/main/trunk/; revision=2532
* update copyright yearsMike Frysinger2006-01-051-2/+2
| | | | svn path=/main/trunk/; revision=2526
* tweak multiline whitespace display cause i'm anal like thatMike Frysinger2005-12-291-2/+2
| | | | svn path=/main/trunk/; revision=2491
* Check for adequate spacing around "||", "(" and ")" tokens.Jason Stubbs2005-12-251-12/+34
| | | | svn path=/main/trunk/; revision=2466
* Drop the virtuals related fatal errors down to warnings.Jason Stubbs2005-12-101-1/+3
| | | | svn path=/main/trunk/; revision=2352
* integration chunk of the cache subsystem patch.Brian Harring2005-11-051-1/+1
| | | | | | Will deal with UNUSED_0* after this svn path=/main/branches/2.0/; revision=2258
* Add treetype instance member to dblink. Add treetype parameters tov2.0.53_rc7Jason Stubbs2005-10-301-1/+1
| | | | | | | | dblink.__init__() and merge(). Adjust all calls to dblink(), merge() and doebuild() to specify what tree should be used for aux_get(). Patch created with the help of Zac Medico (zmedico). svn path=/main/branches/2.0/; revision=2203
* Add path to utf-8 checks so that repoman doesn't break outside of the ↵Jason Stubbs2005-10-041-1/+1
| | | | | | package dir svn path=/main/branches/2.0/; revision=2089
* touches up on file.name check, part of glep31Brian Harring2005-10-011-2/+2
| | | | svn path=/main/branches/2.0/; revision=2065
* file.name fixup for glep31 checks.Brian Harring2005-09-281-0/+2
| | | | svn path=/main/branches/2.0/; revision=2034
* bug 106544 , glep31 enforcement checksBrian Harring2005-09-241-0/+41
| | | | svn path=/main/branches/2.0/; revision=2020