summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Make repoman exit with nonzero status whenever there are qa issues (already ↵Zac Medico2007-06-151-0/+4
| | | | | | does the same in commit mode). Thanks to Daniel Gryniewicz <dang@gentoo.org> in bug #182166. (trunk r6856) svn path=/main/branches/2.1.2/; revision=6857
* For bug #182021, use active voice when notifying the user that superuser ↵Zac Medico2007-06-151-2/+2
| | | | | | access is required. (trunk r6854) svn path=/main/branches/2.1.2/; revision=6855
* For bug #181953, prevent the circular_blocks code from selecting a node ↵Zac Medico2007-06-131-2/+10
| | | | | | that's already been selected by the normal node selection process. (trunk r6837) svn path=/main/branches/2.1.2/; revision=6838
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an ↵Zac Medico2007-06-111-0/+4
| | | | | | InvalidDependString exception, and make sure that all callers handle the exception properly. (trunk r6795:6797) svn path=/main/branches/2.1.2/; revision=6798
* Make repoman work with both + and - flags in IUSE. (trunk r6788)Zac Medico2007-06-101-6/+5
| | | | svn path=/main/branches/2.1.2/; revision=6789
* For bug #148702, use the * token to trigger wildcard expansion of IUSE. ↵Zac Medico2007-06-091-0/+5
| | | | | | This adds flexibility and prevents flags from being enabled unexpectedly. (trunk r6784) svn path=/main/branches/2.1.2/; revision=6785
* Skip bogus '$ECLASS inherited illegally' messages when installing from a ↵v2.1.2.10Zac Medico2007-06-091-1/+2
| | | | | | binary package. (trunk r6775) svn path=/main/branches/2.1.2/; revision=6776
* Don't forget to rename the temporary binpkg after it's created.Zac Medico2007-06-091-1/+3
| | | | svn path=/main/branches/2.1.2/; revision=6774
* For bug #181104, make econf give an appropriate error message when configure ↵Zac Medico2007-06-081-0/+2
| | | | | | is not executable. (trunk r6766) svn path=/main/branches/2.1.2/; revision=6767
* Ignore InvalidDependString exceptions from the RESTRICT of nomerge nodes. ↵Zac Medico2007-06-081-4/+7
| | | | | | (trunk r6751) svn path=/main/branches/2.1.2/; revision=6765
* Make all the python code respect USE conditionals in RESTRICT. It's already ↵Zac Medico2007-06-081-2/+12
| | | | | | handled on the bash side since RESTRICT is assigned the value of PORTAGE_RESTRICT. (trunk r6750) svn path=/main/branches/2.1.2/; revision=6764
* Use user-provided for -5 (bug #47442) (trunk r6735)Zac Medico2007-06-081-1/+2
| | | | svn path=/main/branches/2.1.2/; revision=6756
* For bug #164655, port quickpkg to python and use the tarfile module for ↵Zac Medico2007-06-081-166/+185
| | | | | | proper handling of symlinks to directories. Thanks to Martin Parm <parmus@diku.dk> for the initial port. (trunk r6728) svn path=/main/branches/2.1.2/; revision=6753
* Improve support for slot deps atoms given on the command line. (trunk r6730)Zac Medico2007-06-041-2/+5
| | | | svn path=/main/branches/2.1.2/; revision=6731
* Don't complain when is missing unless manifest1 compatibility is enabled. ↵Zac Medico2007-06-011-9/+7
| | | | | | (trunk r6711 and r6716) svn path=/main/branches/2.1.2/; revision=6717
* Make automatic "global updates" always use the config instance that's ↵Zac Medico2007-05-312-3/+3
| | | | | | associated with /, since the rest of the code is targeted at /. (trunk r6687) svn path=/main/branches/2.1.2/; revision=6703
* Only check ChangeLog if we're dealing with an ebuild (bug #170604) (trunk r6685)Zac Medico2007-05-311-2/+6
| | | | svn path=/main/branches/2.1.2/; revision=6702
* For bug #172886, catch GetoptError. (trunk r6684)Zac Medico2007-05-311-1/+5
| | | | svn path=/main/branches/2.1.2/; revision=6701
* For bug #61732, support -flag in USE (instead of just +flag). Given the ↵Zac Medico2007-05-302-2/+2
| | | | | | current default USE_ORDER, -flag in IUSE has no effect. (trunk r6671) svn path=/main/branches/2.1.2/; revision=6672
* For bug #180222, make ecompressdir use -f for the automatic decompression ↵Zac Medico2007-05-301-3/+3
| | | | | | phase. (trunk r6667) svn path=/main/branches/2.1.2/; revision=6668
* For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The ↵Zac Medico2007-05-281-2/+10
| | | | | | default is 15 seconds and it can be disabled by setting it to 0. (trunk r6650) svn path=/main/branches/2.1.2/; revision=6651
* For bug #180079, fix a KeyError so that a search for the empty string will ↵Zac Medico2007-05-281-2/+2
| | | | | | go ahead and match all packages. (trunk r6648) svn path=/main/branches/2.1.2/; revision=6649
* xmlint can produce garbage output even on success, so only dump the ouput ↵Zac Medico2007-05-261-3/+8
| | | | | | when it fails. See bug #179008. (trunk r6631) svn path=/main/branches/2.1.2/; revision=6632
* Skip fetching of metadata.dtd when mymode == "manifest". (trunk r6618)v2.1.2.8Zac Medico2007-05-251-2/+4
| | | | svn path=/main/branches/2.1.2/; revision=6619
* Fix the ignore-previously-merged option so that it compares the original ↵Zac Medico2007-05-241-1/+2
| | | | | | files, since mrgconf can be identical to conf['current'] even when conf['new'] is different from the archived .dist version (due to diff3 merging). (trunk r6615) svn path=/main/branches/2.1.2/; revision=6616
* Add a 'ignore-previously-merged' config option which gives similar behavior ↵Zac Medico2007-05-231-0/+8
| | | | | | to the --noconfmem emerge option. (trunk r6591:6592) svn path=/main/branches/2.1.2/; revision=6608
* Use device number and i-node number (like os.path.samefile does) to check if ↵Zac Medico2007-05-231-1/+18
| | | | | | the current directory is inside a given overlay. This solves issues with path comparison and symlinks. (trunk r6558:6559) svn path=/main/branches/2.1.2/; revision=6605
* In --tree output, keep track of which graph edges have already been ↵Zac Medico2007-05-231-0/+9
| | | | | | displayed and try not to display a given edge more than once. (trunk r6555:6557) svn path=/main/branches/2.1.2/; revision=6604
* For bug #176539, add a manifest target to repoman so that there's a simple ↵Zac Medico2007-05-231-2/+16
| | | | | | way to just generate a Manifest. svn path=/main/branches/2.1.2/; revision=6603
* For bug #179008, just use metadata.dtd directly from $DISTDIR. (trunk ↵Zac Medico2007-05-221-14/+13
| | | | | | r6561:6562) svn path=/main/branches/2.1.2/; revision=6576
* fix from James C. Georgas to not modify EXTRA_EINSTALL #178544 (trunk ↵Zac Medico2007-05-221-3/+4
| | | | | | r6552:6553) svn path=/main/branches/2.1.2/; revision=6573
* Make sure FEATURES=test and USE=test are consistently enabled for all ↵Zac Medico2007-05-101-8/+9
| | | | | | requested phases when the test phase is forced via the ebuild command. (trunk r6516:6517) svn path=/main/branches/2.1.2/; revision=6518
* Make sure USE=test is properly enabled when the test phase is forced via the ↵Zac Medico2007-05-101-1/+6
| | | | | | ebuild command, even when USE from ${T}/environment doen't have it. (trunk r6512:6513) svn path=/main/branches/2.1.2/; revision=6514
* Make sure USE=test is properly enabled when the test phase is forced via the ↵Zac Medico2007-05-091-0/+3
| | | | | | ebuild command. Thanks to Caster for reporting. (trunk r6507:6508) svn path=/main/branches/2.1.2/; revision=6509
* Prevent blockers that are only partially resolvable by merge order from ↵v2.1.2.7Zac Medico2007-05-071-1/+10
| | | | | | accidentally being ignored. (trunk r6493:6494) svn path=/main/branches/2.1.2/; revision=6495
* Use shlex for better splitting of PORTAGE_RSYNC_OPTS and ↵Zac Medico2007-05-061-9/+15
| | | | | | PORTAGE_RSYNC_EXTRA_OPTS. (trunk r6491:6492) svn path=/main/branches/2.1.2/; revision=6493
* Use match_from_list in order to potentially avoid more blocks. (trunk ↵Zac Medico2007-05-051-10/+10
| | | | | | r6481:6482) svn path=/main/branches/2.1.2/; revision=6483
* For bug #177211, use chmod -R on the children of the current directory in ↵Zac Medico2007-05-051-1/+2
| | | | | | order to reduce the size of the argument list. (trunk r6479:6480 svn path=/main/branches/2.1.2/; revision=6481
* For bug #176765, when a new package is blocked by another one that is being ↵Zac Medico2007-05-031-3/+17
| | | | | | replaced, handle another case where the conflict can be avoided. (trunk r6472:6473) svn path=/main/branches/2.1.2/; revision=6474
* Fix eend so that it works properly on a standard BSD console. Thanks to ↵Zac Medico2007-05-021-0/+2
| | | | | | UberLord. (trunk r6466:6467) svn path=/main/branches/2.1.2/; revision=6468
* For bug #176384, adjust config according to options of the command being ↵Zac Medico2007-04-281-0/+9
| | | | | | resumed. (trunk r6453:6454) svn path=/main/branches/2.1.2/; revision=6455
* Fix up missing mymergelist variable from the previous commit. (trunk r6445:6446)Zac Medico2007-04-281-5/+6
| | | | svn path=/main/branches/2.1.2/; revision=6447
* For bug #176305, validate the resume merge list before attempting to verify ↵Zac Medico2007-04-281-12/+13
| | | | | | the ebuild manifests. (trunk r6443:6444) svn path=/main/branches/2.1.2/; revision=6445
* Use portable sh syntax rather than bash syntax. Thanks to drizzt. (trunk ↵Zac Medico2007-04-211-1/+1
| | | | | | r6428:6429) svn path=/main/branches/2.1.2/; revision=6430
* For bug #175344, handle a potential InvalidDependString exception when ↵Zac Medico2007-04-201-2/+8
| | | | | | parsing PROVIDE. (trunk r6420:6421) svn path=/main/branches/2.1.2/; revision=6422
* For bug #175344, handle a potential InvalidDependString exception when ↵Zac Medico2007-04-201-2/+8
| | | | | | parsing PROVIDE. (trunk r6418:6419) svn path=/main/branches/2.1.2/; revision=6420
* For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand ↵Zac Medico2007-04-201-1/+1
| | | | | | calls. (trunk r6416:6417) svn path=/main/branches/2.1.2/; revision=6418
* convert `type -p` to `type -P` as noted by grobian (trunk r6410:6411)v2.1.2.4Zac Medico2007-04-167-17/+17
| | | | svn path=/main/branches/2.1.2/; revision=6414
* misc style fixes (trunk r6400:6401)Zac Medico2007-04-141-7/+7
| | | | svn path=/main/branches/2.1.2/; revision=6405
* revise tests so that does not trigger an error (trunk r6400:6401)Zac Medico2007-04-141-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=6404