summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* For bug #142279, detect and warn about null bytes in CONTENTS. (trunk ↵Zac Medico2007-01-231-0/+8
| | | | | | r5762:5763) svn path=/main/branches/2.1.2/; revision=5764
* Add new ** for package.keywords token to bypass keyword visibility layer ↵Zac Medico2007-01-233-12/+23
| | | | | | (trunk r5758:5760) svn path=/main/branches/2.1.2/; revision=5762
* For bug #163219, handle binpkgs that have missing PF metadata. (trunk ↵Zac Medico2007-01-231-2/+3
| | | | | | r5756:5757) svn path=/main/branches/2.1.2/; revision=5761
* For bug #163083, handle an UnsupportedAPIException thrown from the prerm ↵v2.1.2-r2Zac Medico2007-01-212-4/+11
| | | | | | phase. (trunk r5748:5749) svn path=/main/branches/2.1.2/; revision=5750
* To ease transition while Manifest 1 is being removed, only require hashes ↵Zac Medico2007-01-211-4/+6
| | | | | | that will exist before and after the transition. (trunk r5746) svn path=/main/branches/2.1.2/; revision=5747
* Don't require MANIFEST2 hashes since that can trigger excessive fetches when ↵Zac Medico2007-01-211-1/+3
| | | | | | sufficient digests already exist. Thanks to vapier for reporting. (trunk r5742:5743) svn path=/main/branches/2.1.2/; revision=5745
* Minor fixes thanks to Fabio Correa <facorread@alexandria.cc> in bug #162647. ↵Zac Medico2007-01-211-7/+7
| | | | | | (trunk r5741:5742) svn path=/main/branches/2.1.2/; revision=5744
* Use XARGS for portable xargs handling when find doesn't find any files.Zac Medico2007-01-201-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=5740
* For bug #161356, fix error handling for currupt ebuilds. (trunk 5735:5737)Zac Medico2007-01-202-3/+9
| | | | svn path=/main/branches/2.1.2/; revision=5738
* dump emerge's normpath in favor of portage_util's normalize_path (trunk r5698)v2.1.2-r1Zac Medico2007-01-192-13/+6
| | | | svn path=/main/branches/2.1.2/; revision=5720
* For bug #162404, when sesandbox is enabled, only log if PORT_LOGDIR is ↵Zac Medico2007-01-191-1/+7
| | | | | | explicitly enabled since it is possible that local SELinux security policies do not allow ouput to be piped out of the sesandbox domain. (trunk r5718) svn path=/main/branches/2.1.2/; revision=5719
* Simplify rsync timestamp.chk handling and print the correct path for bug ↵Zac Medico2007-01-181-109/+43
| | | | | | #50738. Thanks to jeka for reporting on irc. (trunk r5716) svn path=/main/branches/2.1.2/; revision=5717
* Validate ebuild names in portdbapi.cp_list() and raise an raise an ↵Zac Medico2007-01-182-2/+10
| | | | | | informative InvalidData exception from match_from_list when necessary. (trunk r5712:5714) svn path=/main/branches/2.1.2/; revision=5715
* arm and superh support exec stack stuff now (trunk r5693:5695)Zac Medico2007-01-181-6/+2
| | | | svn path=/main/branches/2.1.2/; revision=5696
* For bug #162404, spawn tee outside the sesandbox domain so that it reads ↵Zac Medico2007-01-171-6/+50
| | | | | | from a pipe between two domains. (trunk r5689:5691) svn path=/main/branches/2.1.2/; revision=5692
* Use the portable -o option for tar. Thanks to Timothy Redaelli ↵Zac Medico2007-01-171-1/+1
| | | | | | <drizzt@gentoo.org> for the patch. (trunk r5676) svn path=/main/branches/2.1.2/; revision=5688
* Merge repoman fixes from trunk r5660:5661 and r5665:5669.Zac Medico2007-01-170-0/+0
| | | | svn path=/main/branches/2.1.2/; revision=5687
* Merge doebuild *DEPEND validation from trunk r5652:5655.Zac Medico2007-01-171-0/+24
| | | | svn path=/main/branches/2.1.2/; revision=5686
* Fix elimination of duplicate virtuals between the binpkg repo and installed ↵Zac Medico2007-01-171-3/+4
| | | | | | packages. (trunk r5684) svn path=/main/branches/2.1.2/; revision=5685
* Make dep_check() work correctly with --usepkgonly. This solves issues ↵Zac Medico2007-01-171-72/+17
| | | | | | reported by Brent Baude <ranger@gentoo.org> (trunk r5674, 5675, 5678, and 5682) svn path=/main/branches/2.1.2/; revision=5683
* make sure we rename links and not just what they point to #162451 (trunk ↵Zac Medico2007-01-160-0/+0
| | | | | | r5677:5678) svn path=/main/branches/2.1.2/; revision=5681
* Prevent packages that are installed but masked from being incorrectly ↵Zac Medico2007-01-161-1/+4
| | | | | | flagged as "available" (unless --usepkgonly is enabled, which currently has no package.mask support). svn path=/main/trunk/; revision=5679
* make sure we rename links and not just what they point to #162451Mike Frysinger2007-01-161-1/+2
| | | | svn path=/main/trunk/; revision=5678
* make it executableMike Frysinger2007-01-161-0/+0
| | | | svn path=/main/trunk/; revision=5677
* Use the portable -o option for tar. Thanks to Timothy Redaelli ↵Zac Medico2007-01-161-12/+5
| | | | | | <drizzt@gentoo.org> for the patch. svn path=/main/trunk/; revision=5676
* Allow --usepkgonly/--getbinpkgonly to work with installed deps when binpkgs ↵Zac Medico2007-01-161-0/+2
| | | | | | aren't available for some packages. Thanks to Brent Baude <ranger@gentoo.org> for reporting. svn path=/main/trunk/; revision=5675
* For consistency, respect the use_binaries flag inside _expand_new_virtuals().Zac Medico2007-01-161-0/+2
| | | | svn path=/main/trunk/; revision=5674
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the ↵Alec Warner2007-01-163-3/+5
| | | | | | GLEP states. svn path=/main/trunk/; revision=5673
* If repo/profiles/news doesn't exist, return 0 updatesAlec Warner2007-01-161-0/+4
| | | | svn path=/main/trunk/; revision=5672
* fix a few typos in testsAlec Warner2007-01-163-2/+6
| | | | svn path=/main/trunk/; revision=5671
* Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite ↵Alec Warner2007-01-162-9/+23
| | | | | | the news checking code to check news for all repos with a name. svn path=/main/trunk/; revision=5670
* Replace mktemp with mkstemp since the former is deprecated for security reasons.Zac Medico2007-01-161-4/+4
| | | | svn path=/main/trunk/; revision=5669
* Fix broken commitmessagefile handling.Zac Medico2007-01-161-9/+13
| | | | svn path=/main/trunk/; revision=5668
* For consistency, just use os.environ.Zac Medico2007-01-161-1/+1
| | | | svn path=/main/trunk/; revision=5667
* Make repoman commit removals together with the other changes (instead of ↵Zac Medico2007-01-161-3/+8
| | | | | | with the final Manifest commit). svn path=/main/trunk/; revision=5666
* dirty dirty liesAlec Warner2007-01-161-6/+5
| | | | svn path=/main/trunk/; revision=5665
* make.conf is not a manual so only list common FEATURES #161985Mike Frysinger2007-01-161-29/+4
| | | | svn path=/main/trunk/; revision=5664
* document FEATURES=sesandbox #161985Mike Frysinger2007-01-161-0/+3
| | | | svn path=/main/trunk/; revision=5663
* ferringb pointed out this portroot parameter, ended up not using it, try an ↵Alec Warner2007-01-162-24/+16
| | | | | | os.path.exists to save a very common (and slow) except on missing repo_name files for overlays, use a dict to facility a nicer regex comparison loop for news restrictions. svn path=/main/trunk/; revision=5662
* Enable repoman to commit a Manifest alone instead of bailing out with ↵Zac Medico2007-01-161-7/+7
| | | | | | "Didn't find any changed files". svn path=/main/trunk/; revision=5661
* fix minor syntax issues with lockingAlec Warner2007-01-161-4/+4
| | | | svn path=/main/trunk/; revision=5660
* merge didn't bring in portage_news, no idea whyAlec Warner2007-01-161-0/+241
| | | | svn path=/main/trunk/; revision=5659
* merge glep42 into trunkAlec Warner2007-01-164-8/+114
| | | | svn path=/main/trunk/; revision=5658
* Clean up imports in portage_locks.pyAlec Warner2007-01-161-24/+20
| | | | svn path=/main/trunk/; revision=5657
* elevate the importance of 64bit clean code on 64bit hostsMike Frysinger2007-01-151-1/+5
| | | | svn path=/main/trunk/; revision=5656
* Make invalid deps non-fatal for some phases.Zac Medico2007-01-151-1/+6
| | | | svn path=/main/trunk/; revision=5655
* Clean up variables when finished.Zac Medico2007-01-151-0/+2
| | | | svn path=/main/trunk/; revision=5654
* For bug #162275, make doebuild validate *DEPEND and bail out if necessary.Zac Medico2007-01-151-0/+17
| | | | svn path=/main/trunk/; revision=5653
* exithandler is not a portageq func, so ignore itAlec Warner2007-01-151-1/+1
| | | | svn path=/main/trunk/; revision=5652
* Fix alphabetical order.v2.1.2Zac Medico2007-01-141-4/+4
| | | | svn path=/main/trunk/; revision=5649