projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee72bf1
)
enable FEATURES=preserve-libs globally for extended testing
author
Marius Mauch
<genone@gentoo.org>
Tue, 4 Dec 2007 09:29:06 +0000
(09:29 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Tue, 4 Dec 2007 09:29:06 +0000
(09:29 -0000)
svn path=/main/trunk/; revision=8838
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index 3d814908b6574b64ef843367d5868823e0eb7de2..86a4f8f07134703d5b425e28e116efa149c61de6 100644
(file)
--- a/
cnf/make.globals
+++ b/
cnf/make.globals
@@
-35,6
+35,9
@@
RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \${DISTDIR}/\${FILE}
# Default user options
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
+# Enable for global testing
+FEATURES="${FEATURES} preserve-libs"
+
# Default chunksize for binhost comms
PORTAGE_BINHOST_CHUNKSIZE="3000"