No version change til confirmed. New tarball.

This commit is contained in:
Harald Hope 2015-12-30 13:12:45 -08:00
parent c88283bd5f
commit d3cff31ed4
2 changed files with 17 additions and 3 deletions

8
inxi
View file

@ -2,7 +2,7 @@
########################################################################
#### Script Name: inxi
#### Version: 2.2.31
#### Date: 2015-12-29
#### Date: 2015-12-30
#### Patch Number: 00
########################################################################
#### SPECIAL THANKS
@ -625,7 +625,9 @@ DISTROS_OS_RELEASE_GOOD="arch-release SuSE-release "
## OUTPUT FILTERS/SEARCH ##
# Note that \<ltd\> bans only words, not parts of strings; in \<corp\> you can't use punctuation characters like . or ,
# we're saving about 10+% of the total script exec time by hand building the ban lists here, using hard quotes.
BAN_LIST_NORMAL='chipset|components|computing|computer|corporation|communications|electronics|electrical|electric|gmbh|group|incorporation|industrial|international|nee|revision|semiconductor|software|technologies|technology|ltd\.|\<ltd\>|inc\.|\<inc\>|intl\.|co\.|\<co\>|corp\.|\<corp\>|\(tm\)|\(r\)|®|\(rev ..\)'
# See github issue 75 for more details on value: *, triggers weird behaviors if present in value
# /sys/devices/virtual/dmi/id/product_name:['*']
BAN_LIST_NORMAL='chipset|components|computing|computer|corporation|communications|electronics|electrical|electric|gmbh|group|incorporation|industrial|international|nee|revision|semiconductor|software|technologies|technology|ltd\.|\<ltd\>|inc\.|\<inc\>|intl\.|co\.|\<co\>|corp\.|\<corp\>|\(tm\)|\(r\)|®|*|\(rev ..\)'
BAN_LIST_CPU='@||cpu |cpu deca|dual core|dual-core|tri core|tri-core|quad core|quad-core|ennea|genuine|hepta|hexa|multi|octa|penta|processor|single|triple|[0-9\.]+ *[MmGg][Hh][Zz]'
SENSORS_GPU_SEARCH='intel|radeon|nouveau'
@ -6750,7 +6752,7 @@ get_machine_data()
# Chassis Manufacturer|Chassis Version|Chassis Serial Number
# System manufacturer|System Product Name|System Version
# To Be Filled By O.E.M.
sub(/^Base Board .*|^Chassis .*|.*O\.E\.M\..*|.*OEM.*|^Not .*|^System .*|.*unknow.*|.*N\/A.*|none|^To be filled.*/, "", $0)
sub(/^Base Board .*|^Chassis .*|.*O\.E\.M\..*|.*OEM.*|^Not .*|^System .*|.*unknow.*|.*N\/A.*|none|^To be filled.*/, "", $0)
gsub(/bios|acpi/, "", $0)
sub(/http:\/\/www.abit.com.tw\//, "Abit", $0)
gsub(/^ +| +$/, "", $0)

View file

@ -1,3 +1,15 @@
=====================================================================================
Version: 2.2.31
Patch Version: 00
Script Date: 2015-12-30
-----------------------------------
Changes:
-----------------------------------
No version change til confirmed. New tarball.
-----------------------------------
-- Harald Hope - Wed, 30 Dec 2015 13:11:10 -0800
=====================================================================================
Version: 2.2.31
Patch Version: 00