summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* fix man markup for PORTAGE_FETCH_RESUME_MIN_SIZEMike Frysinger2008-05-131-7/+7
| | | | svn path=/main/trunk/; revision=10320
* Bug #220533 - Document FEATURES="skiprocheck".Zac Medico2008-05-131-0/+9
| | | | svn path=/main/trunk/; revision=10314
* Bug #220111 - Update the DISTDIR docs to clarify that it's safe to removeZac Medico2008-05-111-1/+5
| | | | | | any and all files from this location after packages are built. svn path=/main/trunk/; revision=10289
* Fix portage version, should be >=2.1.5.Zac Medico2008-04-211-1/+1
| | | | svn path=/main/trunk/; revision=9932
* * Make portdbapi.aux_get() automatically pull pre-generated metadataZac Medico2008-04-211-0/+10
| | | | | | | | | | | | | | | | | | | | | | directly from the metadata/cache/ directory when metadata-transfer is not enabled in FEATURES. This makes all cache modules behave similar to existing metadata_overlay module, except when FEATURES="metadata-transfer" has been explicitly enabled. * Remove metadata-transfer from FEATURES in make.globals so that it's no longer enabled by default. Users will be happy about this since the "Updating Portage cache" part of emerge --sync can be more time consuming than the rsync run itself. It's also nicer when when using PORTDIR over nfs or bind mounted in a chroot since there's no need to run emerge --metadata. * Update FEATURES="metadata-transfer" docs to warn users of the rsync tree to modify eclases in PORTDIR_OVERLAY if necessary instead of doing it directly in the rsync tree. * Relevant updates to /etc/portage/modules docs. svn path=/main/trunk/; revision=9930
* Add some notes for the parallel-fetch feature and the new --complete-graphZac Medico2008-04-111-1/+3
| | | | | | option for emerge. svn path=/main/trunk/; revision=9848
* Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful forZac Medico2008-04-031-0/+8
| | | | | | | helping to ensure that small garbage files such as html 404 pages are properly discarded. svn path=/main/trunk/; revision=9687
* Add a note about PKG_INSTALL_MASK.Zac Medico2008-03-291-1/+4
| | | | svn path=/main/trunk/; revision=9591
* Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable thatZac Medico2008-03-281-0/+4
| | | | | | | allows the user to specify tar command options for binary package creation. svn path=/main/trunk/; revision=9528
* Bug #214879 - Fix FEATURES=-strict behavior so that distfiles digests areZac Medico2008-03-271-1/+1
| | | | | | always checked. svn path=/main/trunk/; revision=9519
* Fix grammar.Zac Medico2008-03-141-1/+1
| | | | svn path=/main/trunk/; revision=9466
* Bug #42456 - When a checksum failure occurs during fetch, use a newZac Medico2008-03-141-0/+3
| | | | | | | | | PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS config variable to control how many mirrors should be tried before aborting the download. This type of behavior used to be enabled only in --fetchonly mode but now it's enabled for all fetch() calls. svn path=/main/trunk/; revision=9463
* Add a note that PORTDIR is a repository of software and that users should ↵Alec Warner2008-01-191-1/+3
| | | | | | not add random directories in it. svn path=/main/trunk/; revision=9209
* Bug #202126 - Replace an obsolete reference to `emerge --help config`Zac Medico2007-12-131-2/+4
| | | | | | with a reference to the CONFIGURATION FILES section of emerge(1). svn path=/main/trunk/; revision=8913
* Bug #197594 - Document FEATURES="lmirror".Zac Medico2007-11-021-0/+4
| | | | svn path=/main/trunk/; revision=8373
* Update the FEATURES=mirror docs to more accurately reflect behavior.Zac Medico2007-10-311-2/+2
| | | | svn path=/main/trunk/; revision=8348
* Bug #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-191-1/+3
| | | | | | sometimes people don't realize that it exists. svn path=/main/trunk/; revision=8185
* Shorten the reference to IUSE defaults sinceZac Medico2007-10-051-1/+1
| | | | | | it's now documented in ebuild(5). svn path=/main/trunk/; revision=7967
* Fix a typo.Zac Medico2007-09-261-1/+1
| | | | svn path=/main/trunk/; revision=7840
* Bug #191645 - Cross-reference the `ebuild --force digest` docs with theZac Medico2007-09-131-1/+2
| | | | | | FEATURES=assume-digests docs. svn path=/main/trunk/; revision=7778
* Add some additional notes about the behavior of FEATURES=assume-digests underZac Medico2007-09-131-1/+5
| | | | | | various conditions. svn path=/main/trunk/; revision=7777
* Document FEATURES=webrsync-gpg. Thanks to Arfrever Frehtes Taifersar ↵Zac Medico2007-08-061-0/+3
| | | | | | Arahesis in bug #130039. svn path=/main/trunk/; revision=7582
* Update USE_ORDER docs for bug #187016.Zac Medico2007-07-291-2/+10
| | | | svn path=/main/trunk/; revision=7428
* Add FEATURES=fakeroot support which causes install and package phases to run ↵Zac Medico2007-07-231-0/+4
| | | | | | inside fakeroot when a non-root user runs the ebuild command. Thanks to swegener for the initial patch. svn path=/main/trunk/; revision=7379
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness.Zac Medico2007-07-011-1/+1
| | | | svn path=/main/trunk/; revision=7114
* For bug #131030, update the warning about potential for emerge --sync ↵Zac Medico2007-07-011-9/+14
| | | | | | overwrite or delete files in ${PORTDIR}. Add references to the PKGDIR and DISTDIR docs. svn path=/main/trunk/; revision=7112
* Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks ↵Zac Medico2007-06-301-5/+8
| | | | | | to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> in bug #183758. svn path=/main/trunk/; revision=7100
* Clarify RESUMECOMMAND requirements.Zac Medico2007-06-241-1/+3
| | | | svn path=/main/trunk/; revision=7005
* Update the FETCHCOMMAND docs to indicate that the command should be +written ↵Zac Medico2007-06-241-1/+2
| | | | | | to place the fetched file at ${DISTDIR}/${FILE}. svn path=/main/trunk/; revision=7004
* Add a pointer from FETCHCOMMAND to RESUMECOMMAND (bug #141550)Marius Mauch2007-06-231-0/+1
| | | | svn path=/main/trunk/; revision=6980
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge ↵Zac Medico2007-06-131-0/+5
| | | | | | to remove files more aggressively. If a file is not claimed by another package in the same slot and it is not protected by CONFIG_PROTECT, unmerge it even if the modification time or checksum differs from the file that was originally installed. This is enabled in make.globals since the vast majority of users probably want this. svn path=/main/trunk/; revision=6829
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for ↵Zac Medico2007-06-111-1/+5
| | | | | | reporting. svn path=/main/trunk/; revision=6809
* Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057.Zac Medico2007-06-051-0/+4
| | | | svn path=/main/trunk/; revision=6732
* Use the PORTAGE_BINHOST_HEADER_URI environment variable to define the URI ↵Zac Medico2007-06-021-3/+16
| | | | | | header field for the Packages index. If the URI header field is defined then the client will use it as a base URI for fetching packages. svn path=/main/trunk/; revision=6725
* For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The ↵Zac Medico2007-05-281-0/+6
| | | | | | default is 15 seconds and it can be disabled by setting it to 0. svn path=/main/trunk/; revision=6650
* s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ↵Zac Medico2007-05-121-2/+2
| | | | | | automatically relative to ${PORTDIR} when the value of ${PORTDIR} has changed to something other than /usr/portage. Thanks to kerframil for reporting. svn path=/main/trunk/; revision=6523
* For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to ↵Zac Medico2007-05-101-3/+4
| | | | | | be reused. svn path=/main/trunk/; revision=6519
* fix typo from previous commitZac Medico2007-05-091-1/+1
| | | | svn path=/main/trunk/; revision=6512
* For bug #177763, document that FEATURES=keepwork can interfere with normal ↵Zac Medico2007-05-091-1/+4
| | | | | | emerge operation. svn path=/main/trunk/; revision=6511
* In the installsources docs, note that CFLAGS needs to be set to include ↵Zac Medico2007-04-261-1/+2
| | | | | | debug information. Thanks to tigger^ for reporting. svn path=/main/trunk/; revision=6442
* Update the FEATURES=strict docs for better clarity. Thanks to taviso for ↵Zac Medico2007-04-091-1/+1
| | | | | | reporting. svn path=/main/trunk/; revision=6357
* Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now.Zac Medico2007-03-281-1/+1
| | | | svn path=/main/trunk/; revision=6303
* For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so ↵Zac Medico2007-02-271-1/+1
| | | | | | that hardlinks are automatically broken. svn path=/main/trunk/; revision=6088
* Document PORTAGE_WORKDIR_MODE for bug #8688. Thanks to Peter Hjalmarsson in ↵Zac Medico2007-02-061-0/+3
| | | | | | bug #164617. svn path=/main/trunk/; revision=5904
* add warning about storing data in PORTDIRAlec Warner2007-02-011-0/+9
| | | | svn path=/main/trunk/; revision=5866
* Add a warning about confcache to make.conf(5)Marius Mauch2007-01-281-4/+0
| | | | svn path=/main/trunk/; revision=5802
* document FEATURES=sesandbox #161985Mike Frysinger2007-01-161-0/+3
| | | | svn path=/main/trunk/; revision=5663
* Fix alphabetical order.v2.1.2Zac Medico2007-01-141-4/+4
| | | | svn path=/main/trunk/; revision=5649
* Document DOC_SYMLINKS_DIR.Zac Medico2007-01-141-0/+4
| | | | svn path=/main/trunk/; revision=5648
* For bug #161975, document the fact that GENTOO_MIRRORS supports mounted ↵Zac Medico2007-01-141-1/+3
| | | | | | filesystem mirrors. svn path=/main/trunk/; revision=5644