Compare commits

..

6 Commits

Author SHA1 Message Date
clrbuilder 4102816787 Update packages file for version 31950
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-19 06:10:27 +00:00
Arjan van de Ven 4c9c2abd21 add some more filters 2019-12-18 15:04:13 +00:00
clrbuilder 70b4977b53 Update packages file for version 31940
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-18 06:11:09 +00:00
clrbuilder 7276bc89e9 Update packages file for version 31930
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-17 06:22:47 +00:00
clrbuilder fffa8f1e78 Update packages file for version 31920
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-16 06:09:29 +00:00
clrbuilder 9cc15023ed Update packages file for version 31890
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-12 02:42:43 +00:00
2 changed files with 12 additions and 1 deletions
+7 -1
View File
@@ -339,6 +339,7 @@ R-drc
R-dtplyr
R-dtw
R-dygraphs
R-dynamicTreeCut
R-dynlm
R-e1071
R-eRm
@@ -1120,6 +1121,7 @@ bazel
bc
bcache-tools
bcc
bcftools
bcrypt
bdftopcf
beautifulsoup4
@@ -1218,6 +1220,7 @@ ccid
cdparanoia
ceph
ceph-deploy
cereal
certbot
certifi
cffi
@@ -1868,6 +1871,7 @@ hostname
hplip
html5lib
htop
htslib
httpd
httplib2
httpretty
@@ -2040,7 +2044,7 @@ kbreakout
kbruch
kcachegrind
kcalc
kcalcore
kcalendarcore
kcalutils
kcharselect
kcmutils
@@ -2724,6 +2728,7 @@ multimon-ng
multipath-tools
mumble
munch
munge
munkres
muparser
murrine
@@ -3410,6 +3415,7 @@ nautilus
nbconvert
nbformat
nbsphinx
nbval
ncdu
ncurses
ncurses-compat
+5
View File
@@ -287,6 +287,7 @@ def main():
zap_line_in_file("b/options.conf", "# disable parallelization during build")
zap_line_in_file("b/options.conf", "broken_parallel_build = false")
zap_line_in_file("b/options.conf", "# this package is a library compatability package and only ships versioned library files")
zap_line_in_file("b/options.conf", "# this package is a library compatibility package and only ships versioned library files")
zap_line_in_file("b/options.conf", "compat = false")
zap_line_in_file("b/options.conf", "# set conservative build flags")
zap_line_in_file("b/options.conf", "conservative_flags = false")
@@ -324,6 +325,8 @@ def main():
zap_line_in_file("b/options.conf", "use_lto = false")
zap_line_in_file("b/options.conf", "# require package verification for build")
zap_line_in_file("b/options.conf", "verify_required = true")
zap_line_in_file("b/options.conf", "# do not generate debuginfo for this package")
zap_line_in_file("b/options.conf", "+nodebug = false")
zap_line_in_file("b/buildreq_add", "# This file contains additional build requirements that did not get")
zap_line_in_file("b/buildreq_add", "# picked up automatically. One name per line, no whitespace.")
@@ -349,6 +352,8 @@ def main():
zap_plus_line_in_file("symbols32")
zap_entire_file("b/whatrequires")
zap_entire_file("b/versions")
zap_entire_file("b/.gitignore")
zap_empty_chunks()