Add precompile.exclude
This commit is contained in:
parent
25691256bd
commit
f98cf62610
|
|
@ -1,3 +1,5 @@
|
||||||
|
### About
|
||||||
|
|
||||||
Based on idea/code from Sven Vermeulen of Gentoo.
|
Based on idea/code from Sven Vermeulen of Gentoo.
|
||||||
|
|
||||||
Run in nightly crontab to update packages and precompile them to binary
|
Run in nightly crontab to update packages and precompile them to binary
|
||||||
|
|
@ -5,9 +7,11 @@ ebuilds to save time on install.
|
||||||
|
|
||||||
To use them in emerge use parameter `-k`, e.g. like `emerge -DNvuak --with-bdeps=yes world`
|
To use them in emerge use parameter `-k`, e.g. like `emerge -DNvuak --with-bdeps=yes world`
|
||||||
|
|
||||||
|
### precompile.exclude:
|
||||||
Stuff that makes no sense is exluded like modules and virtual packages.
|
Stuff that makes no sense is exluded like modules and virtual packages.
|
||||||
|
Store provided `precompile.exclude` in /etc/eos and extend as needed.
|
||||||
|
|
||||||
|
|
||||||
Requires
|
### Requires
|
||||||
- bash
|
- bash
|
||||||
- logger
|
- logger
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Packages for exclusion.
|
||||||
|
# Store in /etc/eos
|
||||||
|
# Matching is executed with 'start with'
|
||||||
|
|
||||||
|
virtual/
|
||||||
|
sys-kernel/gentoo-source
|
||||||
|
sys-kernel/spl
|
||||||
|
sys-fs/zfs
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue