Compare commits

...

25 Commits

Author SHA1 Message Date
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
2 changed files with 61 additions and 0 deletions
+9
View File
@@ -461,6 +461,15 @@ generateupstream:
drop-abandoned: $(SPECFILE) drop-abandoned: $(SPECFILE)
python3 $(TOPLVL)/projects/common/drop-abandoned-patches.py $(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 # Define site local common targets in a separate makefile
-include $(TOPLVL)/projects/common/Makefile.common.site_local -include $(TOPLVL)/projects/common/Makefile.common.site_local
+52
View File
@@ -4,11 +4,13 @@ Botan
CUnit CUnit
Cheetah Cheetah
CherryPy CherryPy
Coin
ConfigArgParse ConfigArgParse
Counter Counter
Cython Cython
Django Django
Edge-optimized-models Edge-optimized-models
F-Engrave
Flask Flask
Flask-RESTful Flask-RESTful
FlatBuffers FlatBuffers
@@ -36,6 +38,8 @@ MonkeyType
MySQL-python MySQL-python
NetworkManager NetworkManager
NetworkManager-openconnect NetworkManager-openconnect
OpenCASCADE
OpenColorIO
OpenSP OpenSP
PackageKit PackageKit
Paste Paste
@@ -46,6 +50,7 @@ PyDispatcher
PyJWT PyJWT
PyMySQL PyMySQL
PyNaCl PyNaCl
PyOpenGL
PyQRCode PyQRCode
PyWavelets PyWavelets
PyYAML PyYAML
@@ -259,6 +264,7 @@ R-cowplot
R-crayon R-crayon
R-crosstalk R-crosstalk
R-crul R-crul
R-csvy
R-cubature R-cubature
R-curl R-curl
R-cvTools R-cvTools
@@ -340,6 +346,7 @@ R-fastcluster
R-fastmatch R-fastmatch
R-fauxpas R-fauxpas
R-fda R-fda
R-feather
R-ff R-ff
R-fields R-fields
R-filehash R-filehash
@@ -371,6 +378,7 @@ R-gclus
R-gdata R-gdata
R-geepack R-geepack
R-geiger R-geiger
R-generics
R-geometry R-geometry
R-getopt R-getopt
R-ggjoy R-ggjoy
@@ -807,6 +815,7 @@ Texmaker
Theano Theano
Thunar Thunar
UkPostcodeParser UkPostcodeParser
VTK
Vertex-theme Vertex-theme
Vulkan-Headers Vulkan-Headers
Vulkan-Loader Vulkan-Loader
@@ -890,6 +899,7 @@ apache-spark
apache-zookeeper apache-zookeeper
apipkg apipkg
appdirs appdirs
appstream
appstream-glib appstream-glib
apr apr
apr-util apr-util
@@ -938,6 +948,7 @@ awesome-wm
awscli awscli
axel axel
azure-configs azure-configs
azure-iot-sdk
babeltrace babeltrace
babl babl
backcall backcall
@@ -967,6 +978,7 @@ binutils
bison bison
bkcharts bkcharts
bleach bleach
blender
blinken blinken
blinker blinker
blktrace blktrace
@@ -1011,6 +1023,7 @@ buildreq-mvn
buildreq-qmake buildreq-qmake
buildreq-scons buildreq-scons
bundle-chroot-builder bundle-chroot-builder
bwidget
bz2file bz2file
bzip2 bzip2
c-ares c-ares
@@ -1020,6 +1033,7 @@ ca-certs-static
cabextract cabextract
cached-property cached-property
cachetools cachetools
caffe
cairo cairo
cairomm cairomm
calendarsupport calendarsupport
@@ -1066,6 +1080,8 @@ click
cliff cliff
clinfo clinfo
cln cln
cloc
cloud-native-setup
cloudpickle cloudpickle
clr-R-helpers clr-R-helpers
clr-avx-tools clr-avx-tools
@@ -1095,6 +1111,7 @@ cmake
cmd2 cmd2
cmocka cmocka
cmrt cmrt
cnf
cni cni
cni-plugins cni-plugins
cockpit cockpit
@@ -1129,6 +1146,7 @@ compat-SDL2-soname1
compat-cryptsetup-soname4 compat-cryptsetup-soname4
compat-efivar-soname0 compat-efivar-soname0
compat-enchant-soname1 compat-enchant-soname1
compat-exiv2-soname26
compat-fuse-soname2 compat-fuse-soname2
compat-gegl compat-gegl
compat-gegl-0.3 compat-gegl-0.3
@@ -1139,6 +1157,7 @@ compat-guile-soname20
compat-hdf5-soname10 compat-hdf5-soname10
compat-hyperscan-soname4 compat-hyperscan-soname4
compat-icu4c-soname61 compat-icu4c-soname61
compat-intel-gmmlib-soname1
compat-ipset-soname10 compat-ipset-soname10
compat-libical-soname2 compat-libical-soname2
compat-libidn-soname11 compat-libidn-soname11
@@ -1147,6 +1166,7 @@ compat-libwebp-soname6
compat-llvm-soname4 compat-llvm-soname4
compat-llvm-soname5 compat-llvm-soname5
compat-llvm-soname6 compat-llvm-soname6
compat-mariadb-soname18
compat-mpfr-soname4 compat-mpfr-soname4
compat-opencv-soname32 compat-opencv-soname32
compat-opencv-soname33 compat-opencv-soname33
@@ -1156,6 +1176,7 @@ compat-poppler-soname78
compat-protobuf-soname14 compat-protobuf-soname14
compat-protobuf-soname15 compat-protobuf-soname15
compat-readline compat-readline
compat-readline-soname5
component component
compute-image-packages compute-image-packages
configobj configobj
@@ -1217,6 +1238,7 @@ defusedxml
dejagnu dejagnu
deprecation deprecation
desktop-file-utils desktop-file-utils
desktop-icons
devhelp devhelp
dfc dfc
dfu-util dfu-util
@@ -1240,6 +1262,7 @@ django_compressor
dldt dldt
dldt-model-optimizer dldt-model-optimizer
dlt-daemon dlt-daemon
dmap2gcode
dmenu dmenu
dmidecode dmidecode
dmlc-core dmlc-core
@@ -1396,6 +1419,7 @@ gdal
gdb gdb
gdbm gdbm
gdk-pixbuf gdk-pixbuf
gdl
gdm gdm
geany geany
geany-plugins geany-plugins
@@ -1528,6 +1552,8 @@ gtk-doc
gtk-vnc gtk-vnc
gtk-xfce-engine gtk-xfce-engine
gtk3 gtk3
gtkglext
gtkmm2
gtkmm3 gtkmm3
gtksourceview gtksourceview
gtkspell3 gtkspell3
@@ -1536,6 +1562,7 @@ gupnp-av
gutenprint gutenprint
gvfs gvfs
gvim gvim
gwenview
gzip gzip
h5py h5py
hacking hacking
@@ -1555,6 +1582,7 @@ hicolor-icon-theme
hold hold
home-assistant home-assistant
horizon horizon
horovod
hostname hostname
html5lib html5lib
htop htop
@@ -1599,6 +1627,7 @@ inflection
influxdb influxdb
iniparse iniparse
init-rdahead init-rdahead
inkscape
inotify-tools inotify-tools
intel-gmmlib intel-gmmlib
intel-gpu-tools intel-gpu-tools
@@ -1898,6 +1927,7 @@ less
leveldb leveldb
lftp lftp
libICE libICE
libMED
libSM libSM
libX11 libX11
libXScrnSaver libXScrnSaver
@@ -2027,6 +2057,7 @@ libmbim
libmediaart libmediaart
libmicrohttpd libmicrohttpd
libmnl libmnl
libmodbus
libmodulemd libmodulemd
libmspack libmspack
libmspub libmspub
@@ -2085,6 +2116,7 @@ libsolv
libsoup libsoup
libspectre libspectre
libspiro libspiro
libspnav
libsrtp libsrtp
libssh libssh
libssh2 libssh2
@@ -2094,6 +2126,7 @@ libtasn1
libthai libthai
libtheora libtheora
libtirpc libtirpc
libtk-img
libtool libtool
libudev0-shim libudev0-shim
libuev libuev
@@ -2167,6 +2200,7 @@ llvm
llvmlite llvmlite
lmdb lmdb
locket locket
locustio
logilab-common logilab-common
logrotate logrotate
logutils logutils
@@ -2263,6 +2297,7 @@ msmtp
msr-tools msr-tools
msrest msrest
mstflint mstflint
mtd-utils
mtdev mtdev
mtr mtr
multidict multidict
@@ -2440,6 +2475,8 @@ pandoc
pandocfilters pandocfilters
pango pango
pangomm pangomm
pangox-compat
paper-icon-theme
parallel parallel
parameter-framework parameter-framework
paramiko paramiko
@@ -2461,6 +2498,8 @@ pbzip2
pciutils pciutils
pcre pcre
pcre2 pcre2
pdns
pdns-recursor
pecan pecan
pep8 pep8
performance performance
@@ -3165,7 +3204,9 @@ portend
positional positional
posix_ipc posix_ipc
postgresql postgresql
potrace
povray povray
powerdevil
powerline-fonts powerline-fonts
powertop powertop
poxml poxml
@@ -3203,6 +3244,7 @@ pyatspi
pybind11 pybind11
pycadf pycadf
pycairo pycairo
pycam
pycodestyle pycodestyle
pycparser pycparser
pycrypto pycrypto
@@ -3216,6 +3258,9 @@ pyee
pyemd pyemd
pyflakes pyflakes
pygobject pygobject
pygobject-legacy
pygtk
pygtkglext
pyinotify pyinotify
pykerberos pykerberos
pylama pylama
@@ -3237,6 +3282,7 @@ pyrsistent
pysaml2 pysaml2
pysendfile pysendfile
pyserial pyserial
pyside2-setup
pysnmp pysnmp
pytest pytest
pytest-asyncio pytest-asyncio
@@ -3474,6 +3520,7 @@ solid
sonnet sonnet
sortedcontainers sortedcontainers
sos sos
sound-theme-freedesktop
soundmodem soundmodem
source-code-pro source-code-pro
source-highlight source-highlight
@@ -3520,6 +3567,7 @@ suds-jurko
sundials sundials
sure sure
suricata suricata
svg.path
svgpart svgpart
sweeper sweeper
swift swift
@@ -3548,6 +3596,7 @@ taskflow
taskwarrior taskwarrior
tbb tbb
tcl tcl
tclx
tcpdump tcpdump
tdb tdb
telemetrics-client telemetrics-client
@@ -3585,6 +3634,7 @@ tiff
tig tig
tigervnc tigervnc
time time
tini
tinyrpc tinyrpc
tinyxml2 tinyxml2
tiptop tiptop
@@ -3715,8 +3765,10 @@ xdg-desktop-portal-kde
xdg-user-dirs xdg-user-dirs
xdg-user-dirs-gtk xdg-user-dirs-gtk
xdg-utils xdg-utils
xdotool
xdpyinfo xdpyinfo
xemacs xemacs
xerces-c
xf86-input-evdev xf86-input-evdev
xf86-input-libinput xf86-input-libinput
xf86-input-mouse xf86-input-mouse