summaryrefslogtreecommitdiffstats
path: root/cnf
Commit message (Collapse)AuthorAgeFilesLines
...
* * Rename @live-ebuilds to @live-rebuild, for consistency with the otherZac Medico2008-07-311-1/+1
| | | | | | | *-rebuild sets. * Document the new sets. svn path=/main/trunk/; revision=11295
* Remove quotes since the seem to cause incorrect results.Zac Medico2008-07-311-1/+1
| | | | svn path=/main/trunk/; revision=11294
* Add a new @module-rebuild set which emulates the behavior of theZac Medico2008-07-311-0/+6
| | | | | | | | module-rebuild tool. The /lib/modules path is set in sets.conf via a "files" attribute of an OwnerSet instance. This can be easily used to define similar sets based on paths on installed files. svn path=/main/trunk/; revision=11293
* Implement a new @live-ebuilds which is generated from installed packagesZac Medico2008-07-311-0/+6
| | | | | | | | | | that inherit from know live eclasses such as cvs, darcs, git, mercurial, and subversion. The list of eclasses is controlled by an "inherits" attribute that is configure in sets.conf for and instance of InheritSet. This set serves a purpose similar to the -scm ebuild suffix that has been proposed in GLEP 54. svn path=/main/trunk/; revision=11292
* disable default IONICE command as it breaks for non-root, and ionice might ↵Marius Mauch2008-07-311-1/+2
| | | | | | not always be available svn path=/main/trunk/; revision=11291
* Reduce the default PORTAGE_IONICE_COMMAND priority to "idle" priority sinceZac Medico2008-07-261-1/+1
| | | | | | | | it's probably suitable for most people. This way, even when the IO load is very high, the impact on system responsiveness should be practically unnoticeable. svn path=/main/trunk/; revision=11193
* Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge usesZac Medico2008-07-241-0/+3
| | | | | | | | | to adjust ionice priority, similar to PORTAGE_NICENESS but used more like FETCHCOMMAND since so that portage doesn't have to know anything about ionice options. The command should include a \${PID} place-holder to be substituted with an integer pid. svn path=/main/trunk/; revision=11182
* For brevity, and consistency with pkgcore, rename "all-installed" to justZac Medico2008-06-261-1/+1
| | | | | | "installed". Thanks to ferringb for the suggestion. svn path=/main/trunk/; revision=10808
* change default name of EverythingSet to @all-installed (bug #229467)Marius Mauch2008-06-261-1/+1
| | | | svn path=/main/trunk/; revision=10801
* revert accidential commitMarius Mauch2008-06-201-1/+1
| | | | svn path=/main/trunk/; revision=10734
* update release notes/newsMarius Mauch2008-06-201-1/+1
| | | | svn path=/main/trunk/; revision=10733
* More eblank.Zac Medico2008-06-171-2/+2
| | | | svn path=/main/trunk/; revision=10704
* Remove eblank nonsenseMarius Mauch2008-06-171-1/+1
| | | | svn path=/main/trunk/; revision=10695
* Add "blank" to the default PORTAGE_ELOG_CLASSES setting.Zac Medico2008-06-172-3/+3
| | | | svn path=/main/trunk/; revision=10681
* Add back the warning for DISTDIR about storing stuff inside PORTDIR.Zac Medico2008-05-111-1/+3
| | | | svn path=/main/trunk/; revision=10291
* Sync make.conf.example with make.conf.5 for bug #220111.Zac Medico2008-05-111-6/+5
| | | | svn path=/main/trunk/; revision=10290
* v2 of FEATURES=preserved-libs, using LinkageMap instead of the now removed ↵Marius Mauch2008-05-021-1/+1
| | | | | | LibraryPackageMap class svn path=/main/trunk/; revision=10081
* add config option for package sets to not be recorded in 'world'Marius Mauch2008-05-021-1/+5
| | | | svn path=/main/trunk/; revision=10077
* * 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. svn path=/main/trunk/; revision=9930
* 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. svn path=/main/trunk/; revision=9687
* Move the default empty compiler flag settings fromZac Medico2008-03-261-0/+5
| | | | | | ebuild.sh to make.globals (bug #214499). svn path=/main/trunk/; revision=9511
* 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
* * Optimize parallel-fetch to avoid redundant checksum verification.Zac Medico2008-03-141-1/+1
| | | | | | * Add parallel-fetch to the default FEATURES since it is more efficient now. svn path=/main/trunk/; revision=9462
* Quote the file path and uri inside FETCHCOMMAND and RESUMECOMMAND. ThanksZac Medico2008-03-031-2/+2
| | | | | | to igli for suggesting. svn path=/main/trunk/; revision=9418
* Fix rejects.Zac Medico2008-02-102-8/+8
| | | | svn path=/main/trunk/; revision=9326
* add preserve-libs info to make.conf.exampleMarius Mauch2008-02-091-0/+3
| | | | svn path=/main/trunk/; revision=9311
* Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it'sZac Medico2008-02-011-1/+1
| | | | | | no longer needed. svn path=/main/trunk/; revision=9260
* 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. svn path=/main/trunk/; revision=9163
* Bug #201513 - Fix typos for preserve-libs and PreservedLibraryConsumerSet.Zac Medico2007-12-071-2/+2
| | | | | | | Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> for this patch. svn path=/main/trunk/; revision=8861
* enable FEATURES=preserve-libs globally for extended testingMarius Mauch2007-12-041-0/+3
| | | | svn path=/main/trunk/; revision=8838
* implement the final part of FEATURES=preserved-libs and remove previously ↵Marius Mauch2007-12-031-0/+5
| | | | | | preserved libs that don't have any consumers left. Also fix the notice if preserved libs are found to use the preserved-rebuild package set instead of revdep-rebuild. svn path=/main/trunk/; revision=8821
* Update emacs and vim docs to reference NOTE_2.Zac Medico2007-10-151-3/+3
| | | | svn path=/main/trunk/; revision=8138
* Update NOTE_2 to document proper use of the using_editorZac Medico2007-10-151-1/+2
| | | | | | config option. svn path=/main/trunk/; revision=8136
* remove unused tmpfs variableMarius Mauch2007-10-151-10/+0
| | | | svn path=/main/trunk/; revision=8128
* Add @localhost to default PORTAGE_ELOG_MAILFROM to account for mail servers ↵Marius Mauch2007-10-061-1/+1
| | | | | | that don't accept mails without a domainname svn path=/main/trunk/; revision=7982
* default set configuration, should probably go into /usr/share/portageMarius Mauch2007-10-061-0/+34
| | | | svn path=/main/trunk/; revision=7977
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-241-2/+2
| | | | svn path=/main/trunk/; revision=7803
* remove $Id$ as it gives us nothing usefulMike Frysinger2007-08-251-1/+1
| | | | svn path=/main/trunk/; revision=7699
* remove "risky" message about -O2Mike Frysinger2007-08-172-6/+2
| | | | svn path=/main/trunk/; revision=7644
* For bug #188807, add nocreate and delaycompress options for logrotate.Zac Medico2007-08-151-0/+2
| | | | svn path=/main/trunk/; revision=7609
* - revert a few -O2 when they should of remained -O3 in commentsNed Ludd2007-08-134-5/+5
| | | | svn path=/main/trunk/; revision=7597
* 'decent' CFLAGS should not feature -O3. Bug 188619Ned Ludd2007-08-128-14/+14
| | | | svn path=/main/trunk/; revision=7596
* For bug #187016, and env.d to the default USE_ORDER.Zac Medico2007-07-291-1/+1
| | | | svn path=/main/trunk/; revision=7427
* Fix make.conf.example rejects.Zac Medico2007-07-242-12/+13
| | | | svn path=/main/trunk/; revision=7383
* 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. svn path=/main/trunk/; revision=7381
* 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. svn path=/main/trunk/; revision=7377
* Enable FEATURES=userfetch by default.Zac Medico2007-07-231-1/+1
| | | | svn path=/main/trunk/; revision=7375
* sync MAILSUBJECT in make.conf with make.globalsMarius Mauch2007-07-161-1/+1
| | | | svn path=/main/trunk/; revision=7270
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness.Zac Medico2007-07-011-1/+1
| | | | svn path=/main/trunk/; revision=7114