Compare commits

..

29 Commits

Author SHA1 Message Date
clrbuilder d48889eb29 Update packages file for version 28770
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-10 17:58:50 +00:00
clrbuilder b402f2bbdf Update packages file for version 28760
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-10 11:58:29 +00:00
clrbuilder 1fcaa4aea6 Update packages file for version 28740
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-09 11:58:30 +00:00
clrbuilder 71b927321f Update packages file for version 28730
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-09 02:59:16 +00:00
clrbuilder 40f17091a6 Update packages file for version 28720
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-08 17:59:02 +00:00
clrbuilder 3b062e1b45 Update packages file for version 28700
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-07 02:22:41 +00:00
clrbuilder 3c3fc1a16c Update packages file for version 28690
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-05 22:27:02 +00:00
clrbuilder 3c7aac6a8e Update packages file for version 28670
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-05 11:58:38 +00:00
Patrick McCarty baf555428f Update license list for SPDX 3.5
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-04-05 00:23:35 -07:00
clrbuilder 262d005c62 Update packages file for version 28660
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-04 18:20:29 +00:00
clrbuilder ceff8301a1 Update packages file for version 28650
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-04 11:58:41 +00:00
clrbuilder 8eb7264597 Update packages file for version 28630
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-03 11:58:45 +00:00
clrbuilder c10d558ee6 Update packages file for version 28600
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-01 17:59:44 +00:00
clrbuilder bd75d90fc7 Update packages file for version 28590
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-01 12:01:36 +00:00
clrbuilder 081c620f82 Update packages file for version 28560
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-29 11:58:42 +00:00
clrbuilder 7e017ee247 Update packages file for version 28540
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-28 11:59:08 +00:00
clrbuilder 5b43360fe8 Update packages file for version 28520
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-27 11:59:02 +00:00
clrbuilder eb8879f0f0 Update packages file for version 28510
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-26 17:59:36 +00:00
clrbuilder f18ba9060d Update packages file for version 28470
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-25 02:40:10 +00:00
California Sullivan 9fc1471023 Makefile.common: mockproper: only remove the chroot
The caches are not package-specific, and --scrub=all will clean all
caches even with the --uniqueext option. For that, we have 'make
mockclean' instead.

Using both --clean and --scrub=chroot is also unnecessary, as --clean
already removes the chroot.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2019-03-22 16:39:29 -07:00
clrbuilder 9885cdbf9b Update packages file for version 28450
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-22 17:59:43 +00:00
clrbuilder ce12c754ba Update packages file for version 28440
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-22 12:00:33 +00:00
clrbuilder b363871adf Update packages file for version 28430
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-21 15:20:02 +00:00
clrbuilder c028ea0072 Update packages file for version 28420
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-20 18:58:37 +00:00
clrbuilder 7dc414433f Update packages file for version 28400
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-19 17:59:24 +00:00
clrbuilder 50f18a0146 Update packages file for version 28390
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-19 11:59:15 +00:00
clrbuilder 51c26d9a01 Update packages file for version 28380
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-18 19:27:37 +00:00
clrbuilder c143f7ee95 Update packages file for version 28360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-18 11:59:34 +00:00
clrbuilder 81bd7f5e54 Update packages file for version 28350
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-03-17 01:59:21 +00:00
3 changed files with 136 additions and 6 deletions
+2 -3
View File
@@ -70,10 +70,9 @@ proper: repodel
mockclean:
$(MOCK) --clean --scrub=all
#help mockproper: Clean mock chroot and cache directories for this package.
#help mockproper: Clean mock chroot
mockproper:
$(MOCK) --clean --scrub=all --uniqueext=$(PKG_NAME)
$(MOCK) --clean --scrub=chroot --uniqueext=$(PKG_NAME)
$(MOCK) --clean --uniqueext=$(PKG_NAME)
configemail:
@test -d .git || git init
+5
View File
@@ -99,6 +99,8 @@ CECILL-2.0
CECILL-2.1
CECILL-B
CECILL-C
CERN-OHL-1.1
CERN-OHL-1.2
CNRI-Jython
CNRI-Python
CNRI-Python-GPL-Compatible
@@ -183,6 +185,7 @@ Info-ZIP
Intel
Intel-ACPI
Interbase-1.0
JPNIC
JSON
JasPer-2.0
LAL-1.2
@@ -325,6 +328,7 @@ Spencer-94
Spencer-99
StandardML-NJ
SugarCRM-1.1.3
TAPR-OHL-1.0
TCL
TCP-wrappers
TMate
@@ -373,6 +377,7 @@ eGenix
gSOAP-1.3b
gnuplot
iMatix
libpng-2.0
libtiff
mpich2
psfrag
+129 -3
View File
@@ -22,6 +22,7 @@ FreeCAD
FreeRDP
GConf
GitPython
GtkD
HeapDict
ImageMagick
JAGS
@@ -42,6 +43,7 @@ Markdown
MarkupSafe
ModemManager
MonkeyType
MuseScore
MySQL-python
NetworkManager
NetworkManager-openconnect
@@ -246,6 +248,7 @@ R-brglm
R-bridgesampling
R-brms
R-broom
R-bvls
R-ca
R-caTools
R-calibrate
@@ -279,6 +282,7 @@ R-config
R-contfrac
R-conting
R-corpcor
R-corrgram
R-corrplot
R-cowplot
R-crayon
@@ -292,6 +296,7 @@ R-data.table
R-date
R-dbarts
R-dbplyr
R-dcurver
R-ddalpha
R-deSolve
R-debugme
@@ -451,6 +456,7 @@ R-ineq
R-ini
R-inline
R-inum
R-invgamma
R-ipred
R-irlba
R-iterators
@@ -497,6 +503,7 @@ R-lpSolve
R-lsei
R-lsmeans
R-lubridate
R-lwgeom
R-mFilter
R-magic
R-magick
@@ -523,6 +530,7 @@ R-mime
R-miniUI
R-minpack.lm
R-minqa
R-mirt
R-misc3d
R-miscTools
R-mitools
@@ -553,6 +561,7 @@ R-network
R-neuralnet
R-nleqslv
R-nloptr
R-nnls
R-nortest
R-npsurv
R-numDeriv
@@ -566,6 +575,7 @@ R-optparse
R-ordinal
R-packrat
R-pamr
R-parsedate
R-partitions
R-party
R-partykit
@@ -615,6 +625,7 @@ R-prettyunits
R-princurve
R-processx
R-prodlim
R-profdpm
R-profileModel
R-progress
R-promises
@@ -649,6 +660,7 @@ R-ranger
R-rappdirs
R-raster
R-rasterVis
R-rbenchmark
R-rcmdcheck
R-reactR
R-readr
@@ -672,6 +684,7 @@ R-rgeos
R-rgl
R-rglwidget
R-rhandsontable
R-rhub
R-rio
R-ritis
R-rjags
@@ -937,6 +950,7 @@ akonadiconsole
akregator
alabaster
alembic
alsa-firmware
alsa-lib
alsa-plugins
alsa-utils
@@ -1066,16 +1080,19 @@ boto
boto3
botocore
bovo
breathe
breeze
breeze-gtk
breeze-icons
bridge-utils
bro
bro-af_packet-plugin
brotli
brotlipy
bsdiff
bspwm
btrfs-progs
bubblewrap
buildreq-R
buildreq-cmake
buildreq-configure
@@ -1107,6 +1124,7 @@ cachetools
caffe
cairo
cairomm
calc
calendarsupport
cantarell-fonts
cantata
@@ -1144,6 +1162,7 @@ clear-config-management
clear-font
click
click-datetime
click-log
cliff
clinfo
cln
@@ -1154,6 +1173,7 @@ clr-R-helpers
clr-avx-tools
clr-boot-manager
clr-bundle-icons
clr-bundle-screenshots
clr-bundles
clr-debug-info
clr-desktop-defaults
@@ -1164,6 +1184,7 @@ clr-ignore-mod-sig
clr-init
clr-installer
clr-man-pages
clr-network-troubleshooter
clr-power-tweaks
clr-python-timestamp
clr-pyversion-strip
@@ -1236,6 +1257,7 @@ compat-icu4c-soname61
compat-ilmbase-soname23
compat-intel-gmmlib-soname1
compat-ipset-soname10
compat-ldc-soname84
compat-libgit2-soname27
compat-libical-soname2
compat-libidn-soname11
@@ -1246,6 +1268,7 @@ compat-libwebp-soname6
compat-llvm-soname4
compat-llvm-soname5
compat-llvm-soname6
compat-llvm-soname7
compat-mariadb-soname18
compat-mpfr-soname4
compat-opencv-soname32
@@ -1264,6 +1287,7 @@ compat-readline-soname5
compat-readline-soname7
component
compute-image-packages
conda
configobj
configparser
confuse
@@ -1310,6 +1334,7 @@ cxxfilt
cycler
cyrus-sasl
dapl
darkflow
darktable
dash-to-dock
dask
@@ -1332,6 +1357,81 @@ decorator
defusedxml
dejagnu
dejavu-fonts
deprecated-Babel
deprecated-Cython
deprecated-Jinja2
deprecated-Mako
deprecated-Markdown
deprecated-MarkupSafe
deprecated-PyYAML
deprecated-Pygments
deprecated-Sphinx
deprecated-WebOb
deprecated-Werkzeug
deprecated-Whoosh
deprecated-alabaster
deprecated-asn1crypto
deprecated-attrs
deprecated-boto3
deprecated-botocore
deprecated-certifi
deprecated-cffi
deprecated-chardet
deprecated-colorama
deprecated-configparser
deprecated-contextlib2
deprecated-coverage
deprecated-cryptography
deprecated-docutils
deprecated-funcsigs
deprecated-futures
deprecated-glances
deprecated-html5lib
deprecated-hypothesis
deprecated-idna
deprecated-imagesize
deprecated-ipaddress
deprecated-isort
deprecated-jmespath
deprecated-linecache2
deprecated-mido
deprecated-nose
deprecated-numpy
deprecated-ordereddict
deprecated-pexpect
deprecated-pluggy
deprecated-psycopg2
deprecated-py
deprecated-pyOpenSSL
deprecated-pyasn1
deprecated-pycairo
deprecated-pycparser
deprecated-pycurl
deprecated-pyflakes
deprecated-pyparsing
deprecated-python-dldt
deprecated-python-memcached
deprecated-python-mock
deprecated-python-multilib
deprecated-pytz
deprecated-requests
deprecated-s3transfer
deprecated-setproctitle
deprecated-setuptools_scm
deprecated-simplejson
deprecated-six
deprecated-snowballstemmer
deprecated-sphinx_rtd_theme
deprecated-sphinxcontrib-websupport
deprecated-testscenarios
deprecated-traceback2
deprecated-typing
deprecated-unittest2
deprecated-urllib3
deprecated-warlock
deprecated-webcolors
deprecated-zope.testing
deprecated-zope.testrunner
deprecation
desktop-file-utils
desktop-icons
@@ -1431,6 +1531,7 @@ envs
eog
eog-plugins
epm
epydoc
eternalegypt
ethtool
eventlet
@@ -1674,6 +1775,7 @@ gtkmm2
gtkmm3
gtksourceview
gtkspell3
gtkwave
guile
gupnp-av
gutenprint
@@ -1740,6 +1842,7 @@ iftop
igt-gpu-tools
ilmbase
image
imageio
imagesize
imapfilter
imlib2
@@ -1752,6 +1855,7 @@ init-rdahead
inkscape
inotify-tools
intel-cmt-cat
intel-compute-runtime
intel-gmmlib
intel-graphics-compiler
intel-hybrid-driver
@@ -2062,6 +2166,7 @@ lcov
ldacBT
ldap3
ldb
ldc
ledmon
lensfun
less
@@ -2247,6 +2352,7 @@ libqmi
libqtxdg
libqxp
librabbitmq
libreoffice
librepo
librevenge
librsvg
@@ -2340,7 +2446,6 @@ linux-iot-lts2018
linux-kata
linux-kvm
linux-libc-headers
linux-lts
linux-lts2017
linux-lts2018
linux-networktest
@@ -2508,6 +2613,7 @@ ncurses
ncurses-compat
ndctl
ndg_httpsclient
ndpi
neofetch
neomutt
neon
@@ -2558,6 +2664,7 @@ nss
nss-altfiles
nss-pam-ldapd
ntfs-3g
ntl
ntlm-auth
ntp
ntplib
@@ -2591,6 +2698,7 @@ open-vm-tools
openQA
openal-soft
openblas
opencl-clang
openconnect
opencv
openexr
@@ -2663,7 +2771,6 @@ oxygen-icons5
p11-kit
p7zip
packaging
pacmanfm-qt
pacrunner
padaos
padatious
@@ -2691,6 +2798,7 @@ parted
pass
passlib
patch
patchelf
patchutils
pathlib
pathlib2
@@ -2700,6 +2808,7 @@ pbr
pbr-legacy
pbzip2
pciutils
pcmanfm-qt
pcre
pcre2
pdns
@@ -2732,6 +2841,7 @@ perl-Audio-FLAC-Header
perl-Audio-Musepack
perl-Audio-Scan
perl-Audio-Wav
perl-Authen-SASL
perl-B-Hooks-EndOfScope
perl-B-Hooks-OP-Check
perl-B-Keywords
@@ -3407,9 +3517,10 @@ ply
plzip
pmdk
polkit
polkit-kde-agent
polkit-qt
poppler
poppler-data
poppler-data-clr-rename
popt
portaudio
portend
@@ -3431,6 +3542,7 @@ proc-macro2
processor-trace
procmail
procps-ng
progress
progressbar
proj
prometheus_client
@@ -3466,6 +3578,7 @@ pycadf
pycairo
pycam
pycodestyle
pycosat
pycparser
pycrypto
pycurl
@@ -3590,6 +3703,7 @@ pyxdg
pyzmq
qca-qt5
qemu
qemu-guest-additions
qemu-lite
qgit
qml-box2d
@@ -3638,6 +3752,7 @@ qtx11extras
qtxmlpatterns
quagga
quassel
quazip
quilt
qwt
rabbitmq-c
@@ -3649,6 +3764,7 @@ rasqal
rclone
rcssmin
rdma-core
re2
re2c
readline
rebootmgr
@@ -3695,7 +3811,9 @@ rsa
rsync
rsyslog
rt-tests
rtkit
rtslib-fb
rttr
ruamel-yaml
ruby
runc
@@ -3785,12 +3903,18 @@ speexdsp
sphinx-feature-classification
sphinx_rtd_theme
sphinxcontrib-apidoc
sphinxcontrib-applehelp
sphinxcontrib-bibtex
sphinxcontrib-blockdiag
sphinxcontrib-devhelp
sphinxcontrib-htmlhelp
sphinxcontrib-httpdomain
sphinxcontrib-jsmath
sphinxcontrib-newsfeed
sphinxcontrib-programoutput
sphinxcontrib-qthelp
sphinxcontrib-seqdiag
sphinxcontrib-serializinghtml
sphinxcontrib-spelling
sphinxcontrib-trio
sphinxcontrib-websupport
@@ -4060,6 +4184,7 @@ xf86-video-nouveau
xf86-video-qxl
xf86-video-vboxvideo
xf86-video-vesa
xf86-video-vmware
xfburn
xfce4-appfinder
xfce4-dev-tools
@@ -4098,6 +4223,7 @@ xrdb
xrdp
xrestop
xscreensaver
xsel
xset
xsetroot
xterm