summaryrefslogtreecommitdiffstats
path: root/cnf
Commit message (Collapse)AuthorAgeFilesLines
* remove PORTAGE_TMPFS commentMarius Mauch2008-05-011-9/+0
| | | | svn path=/main/branches/2.1.2/; revision=10058
* * Make portdbapi.aux_get() automatically pull pre-generated metadataZac Medico2008-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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. (trunk r9930) svn path=/main/branches/2.1.2/; revision=9931
* Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful forZac Medico2008-04-031-0/+3
| | | | | | | helping to ensure that small garbage files such as html 404 pages are properly discarded. (trunk r9687) svn path=/main/branches/2.1.2/; revision=9688
* Bug #214499 - When compiler flags are unset, many packages will substituteZac Medico2008-03-281-0/+5
| | | | | | | their own implicit flags. For uniformity, use an empty string as the default. (trunk r9511) svn path=/main/branches/2.1.2/; revision=9571
* Bug #42456 - When a checksum failure occurs during fetch, use a newZac Medico2008-03-281-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. (trunk r9462:9466) svn path=/main/branches/2.1.2/; revision=9554
* * Optimize parallel-fetch to avoid redundant checksum verification.Zac Medico2008-03-281-1/+1
| | | | | | | * Add parallel-fetch to the default FEATURES since it is more efficient now. (trunk r9462) svn path=/main/branches/2.1.2/; revision=9553
* Quote the file path and uri inside FETCHCOMMAND and RESUMECOMMAND. ThanksZac Medico2008-03-281-2/+2
| | | | | | to igli for suggesting. (trunk r9418) svn path=/main/branches/2.1.2/; revision=9543
* Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it'sZac Medico2008-02-011-1/+1
| | | | | | no longer needed. (trunk r9260) svn path=/main/branches/2.1.2/; revision=9261
* Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS.Zac Medico2008-01-111-1/+1
| | | | | | | This allows the rsync program to choose the preferred --delete algorithm, or the user can choose one via PORTAGE_RSYNC_EXTRA_OPTS. (trunk r9163) svn path=/main/branches/2.1.2/; revision=9172
* Update emacs and vim docs to reference NOTE_2. (trunk r8138)Zac Medico2007-10-151-3/+3
| | | | svn path=/main/branches/2.1.2/; revision=8139
* Update NOTE_2 to document proper use of the using_editorZac Medico2007-10-151-1/+2
| | | | | | config option. (trunk r8136) svn path=/main/branches/2.1.2/; revision=8137
* Add @localhost to default PORTAGE_ELOG_MAILFROM toZac Medico2007-10-121-1/+1
| | | | | | | account for mail servers that don't accept mails without a domainname (trunk r7982) svn path=/main/branches/2.1.2/; revision=8056
* Bug #74615 - Quote all file paths inside dispatch-conf shellZac Medico2007-09-261-2/+2
| | | | | | commands. (trunk r7803) svn path=/main/branches/2.1.2/; revision=7831
* remove $Id$ as it gives us nothing useful (trunk r7699)Zac Medico2007-09-061-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7734
* remove "risky" message about -O2 (trunk r7644)Zac Medico2007-08-192-6/+2
| | | | svn path=/main/branches/2.1.2/; revision=7649
* For bug #188807, add nocreate and delaycompress options for logrotate. ↵Zac Medico2007-08-151-0/+2
| | | | | | (trunk r7609) svn path=/main/branches/2.1.2/; revision=7610
* 'decent' CFLAGS should not feature -O3. Bug 188619 (trunk r7595:7597)Zac Medico2007-08-155-9/+9
| | | | svn path=/main/branches/2.1.2/; revision=7608
* For bug #187016, and env.d to the default USE_ORDER. (trunk r7426:7428)Zac Medico2007-07-291-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7429
* Fix make.conf.example rejects. (trunk r7383)Zac Medico2007-07-242-12/+13
| | | | svn path=/main/branches/2.1.2/; revision=7384
* For bug #186337, show an ewarn message if FEATURES=installsources is enabled ↵Zac Medico2007-07-241-0/+9
| | | | | | but debugedit is not installed. Also document installsources and splitdebug in make.conf.example. (trunk r7381) svn path=/main/branches/2.1.2/; revision=7382
* Add sfperms and strict to the default FEATURES since they're already in the ↵Zac Medico2007-07-231-1/+1
| | | | | | base profile's make.defaults. (trunk r7377) svn path=/main/branches/2.1.2/; revision=7378
* Enable FEATURES=userfetch by default. (trunk r7375)Zac Medico2007-07-231-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7376
* make.conf is not a manual so only list common FEATURES #161985 (trunk r5664)Zac Medico2007-07-111-27/+4
| | | | svn path=/main/branches/2.1.2/; revision=7233
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness. (trunk r7114)Zac Medico2007-07-011-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7115
* For bug #131030, update the warning about potential for emerge --sync ↵Zac Medico2007-07-011-2/+12
| | | | | | overwrite or delete files in ${PORTDIR}. Add references to the PKGDIR and DISTDIR docs. (trunk r7112) svn path=/main/branches/2.1.2/; revision=7113
* change default diff_command for emacs (bug #147558, trunk r6977)Zac Medico2007-06-241-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7001
* Add a logrotate config for the save_summary elog module since it's enabled ↵Zac Medico2007-06-231-0/+8
| | | | | | by default now. (trunk r6962) svn path=/main/branches/2.1.2/; revision=6963
* enable save_summary and echo modules in make.globals (trunk r6458)Zac Medico2007-06-221-0/+1
| | | | svn path=/main/branches/2.1.2/; revision=6961
* remove confcache docs (trunk r5802)Zac Medico2007-06-221-2/+0
| | | | svn path=/main/branches/2.1.2/; revision=6925
* Allow per-module filtering based on loglevels in addition to the global ↵Zac Medico2007-06-211-1/+5
| | | | | | PORTAGE_ELOG_CLASSES one, add wildcard support for loglevels (trunk r5706:5709) svn path=/main/branches/2.1.2/; revision=6921
* add new echo module for people who don't want any real logging (trunk r6458)Zac Medico2007-06-211-0/+1
| | | | svn path=/main/branches/2.1.2/; revision=6899
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge ↵Zac Medico2007-06-131-1/+1
| | | | | | 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. (trunk r6829) svn path=/main/branches/2.1.2/; revision=6830
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for ↵Zac Medico2007-06-111-6/+6
| | | | | | reporting. (trunk r6810) svn path=/main/branches/2.1.2/; revision=6811
* For bug #153967, use -O / in the default FETCHCOMMAND. (trunk r6741)Zac Medico2007-06-081-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=6761
* Add a 'ignore-previously-merged' config option which gives similar behavior ↵Zac Medico2007-05-231-0/+5
| | | | | | to the --noconfmem emerge option. (trunk r6591:6592) svn path=/main/branches/2.1.2/; revision=6608
* s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ↵Zac Medico2007-05-231-6/+31
| | | | | | automatically relative to ${PORTDIR} when the value of ${PORTDIR} has changed to something other than /usr/portage. Thanks to kerframil for reporting. (trunk r6522:6523) svn path=/main/branches/2.1.2/; revision=6602
* For bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND ↵Zac Medico2007-04-291-2/+2
| | | | | | without a shell. (trunk r6455:6456) svn path=/main/branches/2.1.2/; revision=6457
* For bug #175058, properly quote the variables in FETCHCOMMAND and ↵Zac Medico2007-04-281-2/+2
| | | | | | RESUMECOMMAND since the command is spawned in a bash shell. (trunk r6451:6452) svn path=/main/branches/2.1.2/; revision=6453
* For bug #168646, remove --prune-empty-dirs from PORTAGE_RSYNC_OPTS since ↵Zac Medico2007-03-021-1/+1
| | | | | | it's only a small optimization and it's inconvenient to force >=rsync-2.6.4 on server admins at this time. If users desire, they can still add it to PORTAGE_RSYNC_EXTRA_OPTS. (trunk r6128:6129) svn path=/main/branches/2.1.2/; revision=6130
* For bug #167668, prune empty ${FILESDIR}s by adding --prune-empty-dirs to ↵Zac Medico2007-02-261-1/+1
| | | | | | PORTAGE_RSYNC_OPTS. Thanks to Ulrich Mueller <ulm@kph.uni-mainz.de> for the suggestion. (trunk r6069:6070) svn path=/main/branches/2.1.2/; revision=6071
* For bug #167668, use an rsync "hide" filter rule to exclude ↵Zac Medico2007-02-221-1/+1
| | | | | | **/files/digest-* and delete them on the receiver. (trunk r6046:6047) svn path=/main/branches/2.1.2/; revision=6049
* make.conf is not a manual so only list common FEATURES #161985Mike Frysinger2007-01-161-29/+4
| | | | svn path=/main/trunk/; revision=5664
* Add 'stricter' description, misc typo fixes, patch by Max Lorenz (bug #153755)Marius Mauch2007-01-111-6/+9
| | | | svn path=/main/trunk/; revision=5544
* Update CCACHE docs, patch by Ryan Hill (bug #156865)Marius Mauch2007-01-111-8/+19
| | | | svn path=/main/trunk/; revision=5543
* Update x86 CFLAGS section, original patch by Peter Gantner (bug #133402)Marius Mauch2007-01-101-14/+46
| | | | svn path=/main/trunk/; revision=5505
* Mention new QA loglevel in make.conf.exampleMarius Mauch2007-01-091-1/+1
| | | | svn path=/main/trunk/; revision=5491
* New elog modules for dismerging messages into a single file/mailMarius Mauch2006-12-191-0/+6
| | | | svn path=/main/trunk/; revision=5325
* Add support for frozen config files for which updates are automatically ↵Zac Medico2006-10-311-0/+3
| | | | | | zapped. Thanks to Bo Ørsted Andresen for the initial patch from bug #151685. svn path=/main/trunk/; revision=4887
* Merge package.use and USE from make.defaults together at each level of the ↵Zac Medico2006-10-171-1/+1
| | | | | | profile stack. This is analogous to how use.mask and package.use.mask are planned to be merged for bug #151586. svn path=/main/trunk/; revision=4734
* add make.conf diff for sparc-fbsd arch (from Uberlord)Marius Mauch2006-10-161-0/+35
| | | | svn path=/main/trunk/; revision=4724