Compare commits

...

24 Commits

Author SHA1 Message Date
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
clrbuilder 8e9dd55e0f Update packages file for version 26670
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-04 13:02:35 +00:00
clrbuilder 9ee80a2635 Update packages file for version 26650
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-03 19:02:24 +00:00
clrbuilder 653105ffdf Update packages file for version 26640
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-03 13:02:31 +00:00
clrbuilder a67fe47e39 Update packages file for version 26620
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-02 21:27:58 +00:00
clrbuilder 103222eb4e Update packages file for version 26610
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-12-02 16:23:53 +00:00
clrbuilder 0304bbd6b1 Update packages file for version 26590
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-30 13:02:24 +00:00
clrbuilder 4ca1662790 Update packages file for version 26570
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-29 13:01:54 +00:00
clrbuilder 94e2c39146 Update packages file for version 26560
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-28 21:18:03 +00:00
clrbuilder d67be8a71b Update packages file for version 26550
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-28 13:02:18 +00:00
clrbuilder 130f0f089e Update packages file for version 26540
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-28 02:46:45 +00:00
clrbuilder a75e19a379 Update packages file for version 26530
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-27 19:02:51 +00:00
clrbuilder d2e1c72c33 Update packages file for version 26520
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-27 13:03:47 +00:00
clrbuilder b94a1c537f Update packages file for version 26510
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-26 19:02:46 +00:00
clrbuilder 164dd8300e Update packages file for version 26500
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-26 13:03:05 +00:00
2 changed files with 64 additions and 1 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
+55 -1
View File
@@ -4,11 +4,13 @@ Botan
CUnit
Cheetah
CherryPy
Coin
ConfigArgParse
Counter
Cython
Django
Edge-optimized-models
F-Engrave
Flask
Flask-RESTful
FlatBuffers
@@ -36,6 +38,8 @@ MonkeyType
MySQL-python
NetworkManager
NetworkManager-openconnect
OpenCASCADE
OpenColorIO
OpenSP
PackageKit
Paste
@@ -46,7 +50,9 @@ PyDispatcher
PyJWT
PyMySQL
PyNaCl
PyOpenGL
PyQRCode
PyQt5
PyWavelets
PyYAML
Pygments
@@ -259,6 +265,7 @@ R-cowplot
R-crayon
R-crosstalk
R-crul
R-csvy
R-cubature
R-curl
R-cvTools
@@ -340,6 +347,7 @@ R-fastcluster
R-fastmatch
R-fauxpas
R-fda
R-feather
R-ff
R-fields
R-filehash
@@ -808,6 +816,7 @@ Texmaker
Theano
Thunar
UkPostcodeParser
VTK
Vertex-theme
Vulkan-Headers
Vulkan-Loader
@@ -891,6 +900,7 @@ apache-spark
apache-zookeeper
apipkg
appdirs
appstream
appstream-glib
apr
apr-util
@@ -969,6 +979,7 @@ binutils
bison
bkcharts
bleach
blender
blinken
blinker
blktrace
@@ -1013,6 +1024,7 @@ buildreq-mvn
buildreq-qmake
buildreq-scons
bundle-chroot-builder
bwidget
bz2file
bzip2
c-ares
@@ -1022,6 +1034,7 @@ ca-certs-static
cabextract
cached-property
cachetools
caffe
cairo
cairomm
calendarsupport
@@ -1068,6 +1081,8 @@ click
cliff
clinfo
cln
cloc
cloud-native-setup
cloudpickle
clr-R-helpers
clr-avx-tools
@@ -1097,6 +1112,7 @@ cmake
cmd2
cmocka
cmrt
cnf
cni
cni-plugins
cockpit
@@ -1131,6 +1147,7 @@ compat-SDL2-soname1
compat-cryptsetup-soname4
compat-efivar-soname0
compat-enchant-soname1
compat-exiv2-soname26
compat-fuse-soname2
compat-gegl
compat-gegl-0.3
@@ -1141,6 +1158,7 @@ compat-guile-soname20
compat-hdf5-soname10
compat-hyperscan-soname4
compat-icu4c-soname61
compat-intel-gmmlib-soname1
compat-ipset-soname10
compat-libical-soname2
compat-libidn-soname11
@@ -1149,6 +1167,7 @@ compat-libwebp-soname6
compat-llvm-soname4
compat-llvm-soname5
compat-llvm-soname6
compat-mariadb-soname18
compat-mpfr-soname4
compat-opencv-soname32
compat-opencv-soname33
@@ -1158,6 +1177,7 @@ compat-poppler-soname78
compat-protobuf-soname14
compat-protobuf-soname15
compat-readline
compat-readline-soname5
component
compute-image-packages
configobj
@@ -1219,6 +1239,7 @@ defusedxml
dejagnu
deprecation
desktop-file-utils
desktop-icons
devhelp
dfc
dfu-util
@@ -1242,6 +1263,7 @@ django_compressor
dldt
dldt-model-optimizer
dlt-daemon
dmap2gcode
dmenu
dmidecode
dmlc-core
@@ -1398,6 +1420,7 @@ gdal
gdb
gdbm
gdk-pixbuf
gdl
gdm
geany
geany-plugins
@@ -1406,6 +1429,7 @@ gegl
gensim
geoclue
geocode-glib
geos
gettext
gevent
gexiv2
@@ -1530,6 +1554,8 @@ gtk-doc
gtk-vnc
gtk-xfce-engine
gtk3
gtkglext
gtkmm2
gtkmm3
gtksourceview
gtkspell3
@@ -1538,6 +1564,7 @@ gupnp-av
gutenprint
gvfs
gvim
gwenview
gzip
h5py
hacking
@@ -1557,6 +1584,7 @@ hicolor-icon-theme
hold
home-assistant
horizon
horovod
hostname
html5lib
htop
@@ -1590,6 +1618,7 @@ idna
idna-ssl
ifaddr
iftop
igt-gpu-tools
ilmbase
image
imagesize
@@ -1601,9 +1630,9 @@ inflection
influxdb
iniparse
init-rdahead
inkscape
inotify-tools
intel-gmmlib
intel-gpu-tools
intel-hybrid-driver
intel-media-driver
intelhex
@@ -1900,6 +1929,7 @@ less
leveldb
lftp
libICE
libMED
libSM
libX11
libXScrnSaver
@@ -2029,6 +2059,7 @@ libmbim
libmediaart
libmicrohttpd
libmnl
libmodbus
libmodulemd
libmspack
libmspub
@@ -2087,6 +2118,7 @@ libsolv
libsoup
libspectre
libspiro
libspnav
libsrtp
libssh
libssh2
@@ -2096,6 +2128,7 @@ libtasn1
libthai
libtheora
libtirpc
libtk-img
libtool
libudev0-shim
libuev
@@ -2169,6 +2202,7 @@ llvm
llvmlite
lmdb
locket
locustio
logilab-common
logrotate
logutils
@@ -2443,6 +2477,8 @@ pandoc
pandocfilters
pango
pangomm
pangox-compat
paper-icon-theme
parallel
parameter-framework
paramiko
@@ -2464,6 +2500,8 @@ pbzip2
pciutils
pcre
pcre2
pdns
pdns-recursor
pecan
pep8
performance
@@ -3168,16 +3206,20 @@ portend
positional
posix_ipc
postgresql
potrace
povray
powerdevil
powerline-fonts
powertop
poxml
ppp
pretend
prettytable
prison
proc-macro2
processor-trace
procps-ng
proj
prometheus_client
prompt_toolkit
protobuf
@@ -3206,6 +3248,7 @@ pyatspi
pybind11
pycadf
pycairo
pycam
pycodestyle
pycparser
pycrypto
@@ -3219,6 +3262,9 @@ pyee
pyemd
pyflakes
pygobject
pygobject-legacy
pygtk
pygtkglext
pyinotify
pykerberos
pylama
@@ -3240,6 +3286,7 @@ pyrsistent
pysaml2
pysendfile
pyserial
pyside2-setup
pysnmp
pytest
pytest-asyncio
@@ -3425,6 +3472,7 @@ sbc
sbsigntools
scala
scala-dep
scene-alembic
scikit-build
scikit-image
scikit-learn
@@ -3477,6 +3525,7 @@ solid
sonnet
sortedcontainers
sos
sound-theme-freedesktop
soundmodem
source-code-pro
source-highlight
@@ -3523,6 +3572,7 @@ suds-jurko
sundials
sure
suricata
svg.path
svgpart
sweeper
swift
@@ -3551,6 +3601,7 @@ taskflow
taskwarrior
tbb
tcl
tclx
tcpdump
tdb
telemetrics-client
@@ -3588,6 +3639,7 @@ tiff
tig
tigervnc
time
tini
tinyrpc
tinyxml2
tiptop
@@ -3718,8 +3770,10 @@ xdg-desktop-portal-kde
xdg-user-dirs
xdg-user-dirs-gtk
xdg-utils
xdotool
xdpyinfo
xemacs
xerces-c
xf86-input-evdev
xf86-input-libinput
xf86-input-mouse