mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
COPKGManager: use config file for bad package detection
To detect bad packages, it must be existing a matching pattern list file.
Path is defined in OPKG_BAD_PATTERN_LIST_FILE.
This gives the option to filter some bad entries in the package listing menue.
NOTE: a sample file you should find here as : "/var/tuxbox/config/bad_package_pattern.list.sample".
If required, remove the ".sample" extension and change the entries for your requirements
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9345f792a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-06-11 (Thu, 11 Jun 2015)
------------------
This commit was generated by Migit
This commit is contained in:
11
data/bad_package_pattern.list.sample
Normal file
11
data/bad_package_pattern.list.sample
Normal file
@@ -0,0 +1,11 @@
|
||||
-dev$
|
||||
-doc$
|
||||
-dbg$
|
||||
-ptest$
|
||||
-staticdev$
|
||||
-locale-
|
||||
-charmap-
|
||||
-gconv-
|
||||
-localedata-
|
||||
^locale-base-
|
||||
^perl-module-
|
Reference in New Issue
Block a user