Compare commits

..

28 Commits

Author SHA1 Message Date
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
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
clrbuilder 32141b9181 Update packages file for version 26470
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-23 13:03:04 +00:00
clrbuilder bc66045b2d Update packages file for version 26460
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-22 19:02:18 +00:00
clrbuilder 649a59bf12 Update packages file for version 26450
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-11-22 13:02:19 +00:00
2 changed files with 84 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
+75 -1
View File
@@ -4,14 +4,17 @@ Botan
CUnit
Cheetah
CherryPy
Coin
ConfigArgParse
Counter
Cython
Django
Edge-optimized-models
F-Engrave
Flask
Flask-RESTful
FlatBuffers
FreeCAD
FreeRDP
GConf
GitPython
@@ -36,6 +39,8 @@ MonkeyType
MySQL-python
NetworkManager
NetworkManager-openconnect
OpenCASCADE
OpenColorIO
OpenSP
PackageKit
Paste
@@ -46,11 +51,14 @@ PyDispatcher
PyJWT
PyMySQL
PyNaCl
PyOpenGL
PyQRCode
PyQt5
PyWavelets
PyYAML
Pygments
Pyro4
QGIS
QtAwesome
QtPy
R
@@ -259,6 +267,7 @@ R-cowplot
R-crayon
R-crosstalk
R-crul
R-csvy
R-cubature
R-curl
R-cvTools
@@ -340,6 +349,7 @@ R-fastcluster
R-fastmatch
R-fauxpas
R-fda
R-feather
R-ff
R-fields
R-filehash
@@ -371,6 +381,7 @@ R-gclus
R-gdata
R-geepack
R-geiger
R-generics
R-geometry
R-getopt
R-ggjoy
@@ -807,6 +818,7 @@ Texmaker
Theano
Thunar
UkPostcodeParser
VTK
Vertex-theme
Vulkan-Headers
Vulkan-Loader
@@ -890,6 +902,7 @@ apache-spark
apache-zookeeper
apipkg
appdirs
appstream
appstream-glib
apr
apr-util
@@ -938,6 +951,7 @@ awesome-wm
awscli
axel
azure-configs
azure-iot-sdk
babeltrace
babl
backcall
@@ -967,6 +981,7 @@ binutils
bison
bkcharts
bleach
blender
blinken
blinker
blktrace
@@ -1011,6 +1026,7 @@ buildreq-mvn
buildreq-qmake
buildreq-scons
bundle-chroot-builder
bwidget
bz2file
bzip2
c-ares
@@ -1020,6 +1036,7 @@ ca-certs-static
cabextract
cached-property
cachetools
caffe
cairo
cairomm
calendarsupport
@@ -1066,6 +1083,8 @@ click
cliff
clinfo
cln
cloc
cloud-native-setup
cloudpickle
clr-R-helpers
clr-avx-tools
@@ -1095,6 +1114,7 @@ cmake
cmd2
cmocka
cmrt
cnf
cni
cni-plugins
cockpit
@@ -1129,6 +1149,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
@@ -1139,23 +1160,29 @@ 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
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
component
compute-image-packages
configobj
@@ -1217,6 +1244,7 @@ defusedxml
dejagnu
deprecation
desktop-file-utils
desktop-icons
devhelp
dfc
dfu-util
@@ -1240,6 +1268,7 @@ django_compressor
dldt
dldt-model-optimizer
dlt-daemon
dmap2gcode
dmenu
dmidecode
dmlc-core
@@ -1337,6 +1366,7 @@ filelock
filesystem
findutils
fio
firecracker
firefox
fish
fixtures
@@ -1396,6 +1426,7 @@ gdal
gdb
gdbm
gdk-pixbuf
gdl
gdm
geany
geany-plugins
@@ -1404,6 +1435,7 @@ gegl
gensim
geoclue
geocode-glib
geos
gettext
gevent
gexiv2
@@ -1504,6 +1536,7 @@ grantleetheme
graphene
graphite
graphviz
grass
greenlet
grep
grig
@@ -1528,6 +1561,8 @@ gtk-doc
gtk-vnc
gtk-xfce-engine
gtk3
gtkglext
gtkmm2
gtkmm3
gtksourceview
gtkspell3
@@ -1536,6 +1571,7 @@ gupnp-av
gutenprint
gvfs
gvim
gwenview
gzip
h5py
hacking
@@ -1555,6 +1591,7 @@ hicolor-icon-theme
hold
home-assistant
horizon
horovod
hostname
html5lib
htop
@@ -1588,6 +1625,7 @@ idna
idna-ssl
ifaddr
iftop
igt-gpu-tools
ilmbase
image
imagesize
@@ -1599,9 +1637,9 @@ inflection
influxdb
iniparse
init-rdahead
inkscape
inotify-tools
intel-gmmlib
intel-gpu-tools
intel-hybrid-driver
intel-media-driver
intelhex
@@ -1898,6 +1936,7 @@ less
leveldb
lftp
libICE
libMED
libSM
libX11
libXScrnSaver
@@ -2027,6 +2066,7 @@ libmbim
libmediaart
libmicrohttpd
libmnl
libmodbus
libmodulemd
libmspack
libmspub
@@ -2083,8 +2123,11 @@ libsndfile
libsodium
libsolv
libsoup
libspatialindex
libspatialite
libspectre
libspiro
libspnav
libsrtp
libssh
libssh2
@@ -2094,6 +2137,7 @@ libtasn1
libthai
libtheora
libtirpc
libtk-img
libtool
libudev0-shim
libuev
@@ -2154,6 +2198,7 @@ linux-kata
linux-kvm
linux-libc-headers
linux-lts
linux-networktest
linux-oracle
linux-pk414
linux-pk414-preempt-rt
@@ -2167,6 +2212,7 @@ llvm
llvmlite
lmdb
locket
locustio
logilab-common
logrotate
logutils
@@ -2195,6 +2241,7 @@ man-pages
marble
mariadb
mash
materia-theme
matplotlib
maven-dep
mc
@@ -2263,6 +2310,7 @@ msmtp
msr-tools
msrest
mstflint
mtd-utils
mtdev
mtr
multidict
@@ -2289,6 +2337,7 @@ nbformat
nbsphinx
ncdu
ncurses
ncurses-compat
ndctl
ndg_httpsclient
neofetch
@@ -2440,6 +2489,8 @@ pandoc
pandocfilters
pango
pangomm
pangox-compat
paper-icon-theme
parallel
parameter-framework
paramiko
@@ -2461,6 +2512,8 @@ pbzip2
pciutils
pcre
pcre2
pdns
pdns-recursor
pecan
pep8
performance
@@ -3165,16 +3218,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
@@ -3201,8 +3258,10 @@ pyasn1
pyasn1-modules
pyatspi
pybind11
pybtex-docutils
pycadf
pycairo
pycam
pycodestyle
pycparser
pycrypto
@@ -3216,6 +3275,9 @@ pyee
pyemd
pyflakes
pygobject
pygobject-legacy
pygtk
pygtkglext
pyinotify
pykerberos
pylama
@@ -3237,6 +3299,7 @@ pyrsistent
pysaml2
pysendfile
pyserial
pyside2-setup
pysnmp
pytest
pytest-asyncio
@@ -3255,6 +3318,7 @@ python-augeas
python-barbicanclient
python-ceilometerclient
python-cinderclient
python-coveralls
python-crfsuite
python-dateutil
python-dateutil-legacypython
@@ -3332,6 +3396,7 @@ qtdeclarative
qtgamepad
qtgraphicaleffects
qtimageformats
qtkeychain
qtlocation
qtmultimedia
qtnetworkauth
@@ -3358,6 +3423,7 @@ qtxmlpatterns
quagga
quassel
quilt
qwt
rabbitmq-c
rabbitmq-server
radvd
@@ -3421,6 +3487,7 @@ sbc
sbsigntools
scala
scala-dep
scene-alembic
scikit-build
scikit-image
scikit-learn
@@ -3473,6 +3540,7 @@ solid
sonnet
sortedcontainers
sos
sound-theme-freedesktop
soundmodem
source-code-pro
source-highlight
@@ -3485,6 +3553,7 @@ speexdsp
sphinx-feature-classification
sphinx_rtd_theme
sphinxcontrib-apidoc
sphinxcontrib-bibtex
sphinxcontrib-blockdiag
sphinxcontrib-httpdomain
sphinxcontrib-newsfeed
@@ -3519,6 +3588,7 @@ suds-jurko
sundials
sure
suricata
svg.path
svgpart
sweeper
swift
@@ -3547,6 +3617,7 @@ taskflow
taskwarrior
tbb
tcl
tclx
tcpdump
tdb
telemetrics-client
@@ -3584,6 +3655,7 @@ tiff
tig
tigervnc
time
tini
tinyrpc
tinyxml2
tiptop
@@ -3714,8 +3786,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