Compare commits

..

22 Commits

Author SHA1 Message Date
clrbuilder cf4599a923 Update packages file for version 27170
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-01-11 13:03:22 +00:00
clrbuilder 3e7a03c6b6 Update packages file for version 27160
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-01-10 19:06:21 +00:00
clrbuilder c4e133da04 Update packages file for version 27140
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-01-08 22:36:57 +00:00
clrbuilder 295db72a7c Update packages file for version 27110
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-01-07 19:08:20 +00:00
clrbuilder a4927695e0 Update packages file for version 27100
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-01-07 16:39:50 +00:00
clrbuilder e2ede0ec09 Update packages file for version 27076
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-01-07 13:02:54 +00:00
clrbuilder d3f7e72d7c Update packages file for version 27050
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-01-04 21:01:42 +00:00
clrbuilder ce67fd374a Update packages file for version 27040
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-01-03 19:16:15 +00:00
clrbuilder 1feea0f15e Update packages file for version 27020
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-01-03 02:32:42 +00:00
clrbuilder 4c1c55f03e Update packages file for version 26890
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-26 19:54:22 +00:00
clrbuilder 214ebc3f93 Update packages file for version 26870
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-23 18:45:58 +00:00
clrbuilder 00997dcd48 Update packages file for version 26860
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-22 13:49:06 +00:00
clrbuilder 07fdbe3153 Update packages file for version 26830
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-20 05:28:07 +00:00
Auke Kok b671ab5709 Add cloc target for common tooling.
Produces and displays `results/cloc.txt`. Useful to determine code
metrics.
2018-12-19 09:30:04 -08:00
clrbuilder fc29b4c1c3 Update packages file for version 26800
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-14 19:11:05 +00:00
clrbuilder f108ac36d6 Update packages file for version 26780
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-13 19:14:41 +00:00
clrbuilder 1c2bc9d50c Update packages file for version 26770
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-13 13:04:52 +00:00
clrbuilder 8952175bc9 Update packages file for version 26740
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-10 21:27:06 +00:00
clrbuilder 3812469ac2 Update packages file for version 26730
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-07 17:54:59 +00:00
clrbuilder d1b434583a Update packages file for version 26720
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-06 20:37:16 +00:00
clrbuilder dbd3c9accf Update packages file for version 26690
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-05 13:33:43 +00:00
clrbuilder 6214fa5e9f Update packages file for version 26680
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-04 19:02:55 +00:00
2 changed files with 101 additions and 2 deletions
+9
View File
@@ -461,6 +461,15 @@ generateupstream:
drop-abandoned: $(SPECFILE)
python3 $(TOPLVL)/projects/common/drop-abandoned-patches.py $(SPECFILE)
#help cloc: Count lines of code with the `cloc` tool on the full sources of package
cloc: $(SRPMFILE)
@$(MOCK) -r $(TOPLVL)/repo/clear.cfg $(SRPMFILE) --result=results/ --no-cleanup-after
@$(MOCK) --chroot --copyin /usr/bin/cloc /usr/bin/cloc --result=results/ --no-cleanup-after
@$(MOCK) --result=results/ --no-cleanup-after --chroot '/usr/bin/cloc /builddir > /tmp/cloc.txt'
@$(MOCK) --copyout /tmp/cloc.txt results/ --result=results/
@$(MOCK) --clean --scrub=chroot --uniqueext=$(PKG_NAME)
cat results/cloc.txt
# Define site local common targets in a separate makefile
-include $(TOPLVL)/projects/common/Makefile.common.site_local
+92 -2
View File
@@ -1,9 +1,11 @@
AVB-AudioModules
Babel
Botan
CGAL
CUnit
Cheetah
CherryPy
Coin
ConfigArgParse
Counter
Cython
@@ -13,6 +15,7 @@ F-Engrave
Flask
Flask-RESTful
FlatBuffers
FreeCAD
FreeRDP
GConf
GitPython
@@ -38,6 +41,7 @@ MySQL-python
NetworkManager
NetworkManager-openconnect
OpenCASCADE
OpenCSG
OpenColorIO
OpenSP
PackageKit
@@ -51,10 +55,12 @@ PyMySQL
PyNaCl
PyOpenGL
PyQRCode
PyQt5
PyWavelets
PyYAML
Pygments
Pyro4
QGIS
QtAwesome
QtPy
R
@@ -139,6 +145,7 @@ R-RInside
R-RJSONIO
R-RNeXML
R-ROCR
R-RProtoBuf
R-RSQLite
R-RSclient
R-RUnit
@@ -378,6 +385,7 @@ R-gdata
R-geepack
R-geiger
R-generics
R-geojson
R-geometry
R-getopt
R-ggjoy
@@ -430,6 +438,7 @@ R-janitor
R-joineR
R-joineRML
R-jpeg
R-jqr
R-jsonlite
R-keras
R-kernlab
@@ -587,6 +596,7 @@ R-profileModel
R-progress
R-promises
R-proto
R-protolite
R-proxy
R-pryr
R-ps
@@ -814,6 +824,7 @@ Texmaker
Theano
Thunar
UkPostcodeParser
Unidecode
VTK
Vertex-theme
Vulkan-Headers
@@ -864,6 +875,7 @@ acl
acme
acpica-unix2
acrn-hypervisor
adal
adapt-parser
adwaita-icon-theme
aeon
@@ -898,6 +910,7 @@ apache-spark
apache-zookeeper
apipkg
appdirs
appstream
appstream-glib
apr
apr-util
@@ -932,6 +945,7 @@ attica
attr
attrs
audiofile
audisp-json
audit
augeas
authconfig
@@ -945,8 +959,12 @@ automaton
awesome-wm
awscli
axel
azure-common
azure-configs
azure-iot-sdk
azure-nspkg
azure-servicebus
azure-storage-common
babeltrace
babl
backcall
@@ -1001,6 +1019,7 @@ breeze-icons
bridge-utils
bro
brotli
brotlipy
bsdiff
bspwm
btrfs-progs
@@ -1075,13 +1094,17 @@ clear-containers-runtime
clear-containers-shim
clear-font
click
click-datetime
cliff
clinfo
cln
cloc
cloud-native-setup
cloudpickle
clr-R-helpers
clr-avx-tools
clr-boot-manager
clr-bundles
clr-debug-info
clr-desktop-defaults
clr-find-bundle
@@ -1107,6 +1130,7 @@ cmake
cmd2
cmocka
cmrt
cnf
cni
cni-plugins
cockpit
@@ -1139,8 +1163,10 @@ comedilib
commonmark
compat-SDL2-soname1
compat-cryptsetup-soname4
compat-curl-gnutls-soname4
compat-efivar-soname0
compat-enchant-soname1
compat-exiv2-soname26
compat-fuse-soname2
compat-gegl
compat-gegl-0.3
@@ -1149,26 +1175,33 @@ compat-gmime-26
compat-gtksourceview-soname3
compat-guile-soname20
compat-hdf5-soname10
compat-hwloc-soname5
compat-hyperscan-soname4
compat-icu4c-soname61
compat-intel-gmmlib-soname1
compat-ipset-soname10
compat-libical-soname2
compat-libidn-soname11
compat-libnftnl-soname7
compat-libpng-soname12
compat-libva-soname1
compat-libwebp-soname6
compat-llvm-soname4
compat-llvm-soname5
compat-llvm-soname6
compat-mariadb-soname18
compat-mpfr-soname4
compat-opencv-soname32
compat-opencv-soname33
compat-opencv-soname34
compat-openssl-soname-10
compat-poppler-soname78
compat-poppler-soname82
compat-protobuf-soname14
compat-protobuf-soname15
compat-readline
compat-readline-soname5
compat-readline-soname7
component
compute-image-packages
configobj
@@ -1213,18 +1246,21 @@ cycler
cyrus-sasl
dapl
darktable
dash-to-dock
dask
datefudge
db
dbus
dbus-broker
dbus-glib
dbus-python
dconf
dconf-editor
ddt
deap
debtcollector
debugedit
debuginfo-cache
decorator
defusedxml
dejagnu
@@ -1268,6 +1304,7 @@ docbook-xml
docker
docker-py
dockerpy-creds
docopt
docutils
dogpile.cache
dogpile.core
@@ -1352,6 +1389,7 @@ filelock
filesystem
findutils
fio
firecracker
firefox
fish
fixtures
@@ -1380,6 +1418,7 @@ font-util
fontconfig
fontforge
fonttools
fossil
frameworkintegration
freeglut
freeipmi
@@ -1420,6 +1459,7 @@ gegl
gensim
geoclue
geocode-glib
geos
gettext
gevent
gexiv2
@@ -1481,6 +1521,7 @@ gnome-session
gnome-settings-daemon
gnome-shell
gnome-shell-extensions
gnome-shell-impatience
gnome-software
gnome-system-monitor
gnome-terminal
@@ -1520,6 +1561,7 @@ grantleetheme
graphene
graphite
graphviz
grass
greenlet
grep
grig
@@ -1545,6 +1587,7 @@ gtk-vnc
gtk-xfce-engine
gtk3
gtkglext
gtkmm2
gtkmm3
gtksourceview
gtkspell3
@@ -1559,6 +1602,7 @@ h5py
hacking
hadoop-dep
hamlib
hammock
haproxy
hardlink
harfbuzz
@@ -1607,6 +1651,7 @@ idna
idna-ssl
ifaddr
iftop
igt-gpu-tools
ilmbase
image
imagesize
@@ -1618,9 +1663,9 @@ inflection
influxdb
iniparse
init-rdahead
inkscape
inotify-tools
intel-gmmlib
intel-gpu-tools
intel-hybrid-driver
intel-media-driver
intelhex
@@ -1665,6 +1710,7 @@ ixion
jack-audio-connection-kit
jansson
jaraco.functools
jarn.viewdoc
jdcal
jedi
jedi-vim
@@ -1907,6 +1953,7 @@ kwrited
kxmlgui
kxmlrpcclient
latencytop
latexcodec
lazy-object-proxy
lcms2
lcov
@@ -1978,6 +2025,7 @@ libdaemon
libdatrie
libdazzle
libdbusmenu
libdeps
libdmx
libdnf
libdrm
@@ -2104,8 +2152,11 @@ libsndfile
libsodium
libsolv
libsoup
libspatialindex
libspatialite
libspectre
libspiro
libspnav
libsrtp
libssh
libssh2
@@ -2128,6 +2179,7 @@ libuv
libva
libva-intel-driver
libva-utils
libvdpau
libvirt
libvirt-glib
libvirt-python
@@ -2176,6 +2228,7 @@ linux-kata
linux-kvm
linux-libc-headers
linux-lts
linux-networktest
linux-oracle
linux-pk414
linux-pk414-preempt-rt
@@ -2187,8 +2240,10 @@ lksctp-tools
llfuse
llvm
llvmlite
lm-sensors
lmdb
locket
locustio
logilab-common
logrotate
logutils
@@ -2205,7 +2260,7 @@ lualgi
luarocks
lxml
lz4
lzip
lzlib
lzo
m4
mailcommon
@@ -2217,6 +2272,7 @@ man-pages
marble
mariadb
mash
materia-theme
matplotlib
maven-dep
mc
@@ -2284,6 +2340,7 @@ msm
msmtp
msr-tools
msrest
msrestazure
mstflint
mtd-utils
mtdev
@@ -2312,6 +2369,7 @@ nbformat
nbsphinx
ncdu
ncurses
ncurses-compat
ndctl
ndg_httpsclient
neofetch
@@ -2336,6 +2394,7 @@ nghttp2
nginx
nicstat
ninja
nload
nlopt
nltk
nmap
@@ -2396,6 +2455,7 @@ openjdk
openjdk9
openldap
openmpi
openscad
opensm
openssh
openssl
@@ -2412,6 +2472,7 @@ os-api-ref
os-autoinst
os-brick
os-client-config
os-ken
os-service-types
os-testr
os-traits
@@ -2419,6 +2480,7 @@ os-win
os-xenapi
os_vif
osc-lib
oset
osinfo-db-tools
oslo.cache
oslo.concurrency
@@ -2435,6 +2497,7 @@ oslo.reports
oslo.rootwrap
oslo.serialization
oslo.service
oslo.upgradecheck
oslo.utils
oslo.versionedobjects
oslo.vmware
@@ -2443,6 +2506,7 @@ oslotest
osprofiler
ostree
otp
ouimeaux
ovirt-guest-agent
ovs
ovsdbapp
@@ -2486,6 +2550,8 @@ pbzip2
pciutils
pcre
pcre2
pdns
pdns-recursor
pecan
pep8
performance
@@ -3180,6 +3246,7 @@ plasma-workspace
plasma-workspace-wallpapers
pluggy
ply
plzip
pmdk
polkit
poppler
@@ -3196,12 +3263,14 @@ powerdevil
powerline-fonts
powertop
poxml
ppp
pretend
prettytable
prison
proc-macro2
processor-trace
procps-ng
proj
prometheus_client
prompt_toolkit
protobuf
@@ -3228,6 +3297,8 @@ pyasn1
pyasn1-modules
pyatspi
pybind11
pybtex
pybtex-docutils
pycadf
pycairo
pycam
@@ -3240,6 +3311,7 @@ pydot
pydot_ng
pydotplus
pyeclib
pyecobee
pyee
pyemd
pyflakes
@@ -3247,6 +3319,7 @@ pygobject
pygobject-legacy
pygtk
pygtkglext
pyhs100
pyinotify
pykerberos
pylama
@@ -3268,6 +3341,7 @@ pyrsistent
pysaml2
pysendfile
pyserial
pyside2-setup
pysnmp
pytest
pytest-asyncio
@@ -3322,6 +3396,7 @@ python-polib
python-rpm-legacypython
python-saharaclient
python-senlinclient
python-slugify
python-subunit
python-swiftclient
python-systemd
@@ -3338,6 +3413,7 @@ python2-mod_wsgi
python3
pytools
pytz
pyu2f
pyudev
pywbem
pyxattr
@@ -3349,6 +3425,7 @@ qemu-lite
qml-box2d
qpdf
qpid-python
qpid-tools
qqc2-desktop-style
qrencode
qscintilla
@@ -3364,6 +3441,7 @@ qtdeclarative
qtgamepad
qtgraphicaleffects
qtimageformats
qtkeychain
qtlocation
qtmultimedia
qtnetworkauth
@@ -3390,6 +3468,7 @@ qtxmlpatterns
quagga
quassel
quilt
qwt
rabbitmq-c
rabbitmq-server
radvd
@@ -3419,6 +3498,7 @@ requests-toolbelt
requestsexceptions
rest
restructuredtext_lint
retry
retry_decorator
retrying
retype
@@ -3453,6 +3533,7 @@ sbc
sbsigntools
scala
scala-dep
scene-alembic
scikit-build
scikit-image
scikit-learn
@@ -3468,6 +3549,7 @@ secretstorage
sed
selenium
semantic_version
seqdiag
serf
serpent
setproctitle
@@ -3505,7 +3587,9 @@ solid
sonnet
sortedcontainers
sos
sound-theme-freedesktop
soundmodem
soupsieve
source-code-pro
source-highlight
sox
@@ -3517,20 +3601,25 @@ speexdsp
sphinx-feature-classification
sphinx_rtd_theme
sphinxcontrib-apidoc
sphinxcontrib-bibtex
sphinxcontrib-blockdiag
sphinxcontrib-httpdomain
sphinxcontrib-newsfeed
sphinxcontrib-programoutput
sphinxcontrib-seqdiag
sphinxcontrib-trio
sphinxcontrib-websupport
spi-tools
spice
spice-gtk
spice-protocol
spyder-notebook
spyrk
sqlalchemy-migrate
sqlite-autoconf
sqlparse
squashfs-tools
squid
sshfs
sshpass
sssd
@@ -3749,6 +3838,7 @@ xdg-desktop-portal-kde
xdg-user-dirs
xdg-user-dirs-gtk
xdg-utils
xdotool
xdpyinfo
xemacs
xerces-c