Compare commits

..

28 Commits

Author SHA1 Message Date
clrbuilder 908afb2637 Update packages file for version 37540
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-10-31 06:52:53 -07:00
clrbuilder 13d61f38fc Update packages file for version 37530
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-10-28 09:59:42 -07:00
clrbuilder 3a34726589 Update packages file for version 37510
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-10-26 16:21:38 -07:00
clrbuilder f7747fad82 Update packages file for version 37490
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-10-24 15:22:28 -07:00
clrbuilder f562dba8ac Update packages file for version 37480
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-10-20 04:08:43 -07:00
clrbuilder a875acb1fe Update packages file for version 37450
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-10-15 09:02:27 -07:00
clrbuilder 2de768ab6d Update packages file for version 37430
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-10-11 04:09:24 -07:00
clrbuilder 6ce9826071 Update packages file for version 37400
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-10-06 04:16:28 -07:00
clrbuilder d96968cc98 Update packages file for version 37360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-30 11:40:26 -07:00
clrbuilder 4b284ecb9b Update packages file for version 37340
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-29 08:28:29 -07:00
clrbuilder 746d69c99b Update packages file for version 37330
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-28 12:13:33 -07:00
clrbuilder 14f1e53183 Update packages file for version 37320
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-27 04:12:23 -07:00
Patrick McCarty a734764581 common: default to always use sudo
The conditional setting of WITH_SUDO has been a no-op for several years,
so just set the default value to `sudo`.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-09-26 22:10:53 +00:00
clrbuilder 0c9a4e6802 Update packages file for version 37310
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-26 07:43:46 -07:00
Patrick McCarty c44e74f556 Ensure make diff output is not piped to a pager
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-09-26 03:14:50 +00:00
clrbuilder 16e5086381 Update packages file for version 37300
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-22 18:37:05 -07:00
clrbuilder ae3cbddb46 Update packages file for version 37230
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-21 06:28:45 -07:00
clrbuilder 7b1ffd3045 Update packages file for version 37220
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-20 04:12:29 -07:00
clrbuilder 75610ac5f7 Update packages file for version 37210
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-19 17:57:48 -07:00
clrbuilder 8b98eabe53 Update packages file for version 37200
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-19 10:01:28 -07:00
clrbuilder 8b7cfc2cf1 Update packages file for version 37130
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-12 11:48:21 -07:00
clrbuilder ddb800af7e Update packages file for version 37070
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-07 12:43:19 -07:00
clrbuilder c514292f56 Update packages file for version 37010
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-02 10:36:13 -07:00
clrbuilder a1b55a619a Update packages file for version 36990
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-01 04:09:36 -07:00
clrbuilder 0896766e26 Update packages file for version 36950
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-29 14:07:22 -07:00
clrbuilder 68da68007d Update packages file for version 36940
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-26 16:50:07 -07:00
clrbuilder 35cdf3d618 Update packages file for version 36920
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-25 13:42:14 -07:00
clrbuilder c646187f11 Update packages file for version 36910
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-25 04:10:45 -07:00
3 changed files with 51 additions and 34 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ LATEST_RPMS = $(wildcard rpms/*.rpm)
DEBUGINFO_RPM = $(wildcard rpms/${PKG_NAME}-debuginfo-$(shell $(call queryspec,%{V}-%{R},${SPECFILE})).*.rpm)
RPMS ?= $(LATEST_RPMS)
WITH_SUDO = $(shell cmp /usr/bin/mock /usr/sbin/mock &> /dev/null && echo sudo )
WITH_SUDO = sudo
# MOCK_CONFIG_VAL is set in Makefile.shared
MOCK_SMP_FLAGS=$(patsubst -j%, -D_smp_mflags\ -j%,$(filter -j%, $(MAKEFLAGS)))
+1 -1
View File
@@ -168,7 +168,7 @@ status: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
#help the --stat flag.
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
(cd $$p; git status --porcelain | grep -vq '^?? ' && (echo "Uncommitted changes in: $$p"; git diff --stat); :) ;\
(cd $$p; git status --porcelain | grep -vq '^?? ' && (echo "Uncommitted changes in: $$p"; git --no-pager diff --stat); :) ;\
done
#help log: Run git log origin/main..HEAD for all package repos, thus
+49 -32
View File
@@ -48,7 +48,6 @@ QAT_engine
QGIS
R
R-AER
R-AMORE
R-ATR
R-Amelia
R-AmesHousing
@@ -166,7 +165,6 @@ R-Rsolnp
R-Rtsne
R-Rvmmin
R-Ryacas
R-SDMTools
R-SGP
R-SGPdata
R-SQUAREM
@@ -201,7 +199,6 @@ R-adespatial
R-admisc
R-afex
R-alabama
R-alr3
R-analogue
R-animation
R-ape
@@ -346,7 +343,6 @@ R-dynlm
R-e1071
R-eRm
R-earth
R-eco
R-ecodist
R-eddington
R-effects
@@ -646,6 +642,7 @@ R-officer
R-openssl
R-openxlsx
R-optextras
R-optimParallel
R-optimx
R-optparse
R-ordinal
@@ -1087,9 +1084,7 @@ aspell-pt_BR
assimp
asunder
at
at-spi2-atk
at-spi2-core
atk
atkmm
attica
attr
@@ -1208,7 +1203,6 @@ cgdb
cgit
check
cheese
chrome-gnome-shell
chrony
chrpath
cifs-utils
@@ -1277,6 +1271,7 @@ compat-curl-gnutls-soname4
compat-enchant-soname1
compat-fuse-soname2
compat-gcc-10
compat-gcr-soname1
compat-gdal-soname27
compat-glibmm-soname24
compat-gnome-bluetooth-soname-13
@@ -1291,15 +1286,16 @@ compat-libva-soname1
compat-lua-52
compat-lua-53
compat-nettle-soname7
compat-openssl-soname11
compat-pangomm-soname14
compat-poppler-soname117
compat-poppler-soname123
compat-protobuf-soname29
compat-readline-soname5
compat-rest-soname07
compat-tracker-soname2.0
compat-webkitgtk-soname40
component
compute-image-packages
conda
configobj
confuse
conky
@@ -1331,6 +1327,7 @@ cups-bjnp
cups-filters
cups-pk-helper
curl
curl-mini
custom_inherit
cycler
cyrus-sasl
@@ -1366,7 +1363,6 @@ dino
directx-headers
direwolf
dist-pam-configs
distro
dkms
dlm
dlt-daemon
@@ -1393,6 +1389,7 @@ doxygen
dpdk
dracut
dragon
dragonbox
drkonqi
dropwatch
dssi
@@ -1408,6 +1405,7 @@ e2fsprogs
earlyoom
ebtables
ed
editorconfig-core-c
edk2
efibootmgr
efitools
@@ -1461,7 +1459,6 @@ filelight
filesystem
findutils
fio
firecracker
firefox
firewalld
fish
@@ -1494,6 +1491,7 @@ freetype
fribidi
fritzing-app
fs
fsarchiver
fsearch
fuse
fwupd
@@ -1628,6 +1626,7 @@ gpgme
gphoto2
gpm
gpredict
gpsd
gptfdisk
gramps
granatier
@@ -1721,6 +1720,7 @@ icon-naming-utils
icu4c
idle-python3.7-assets
iftop
igsc
igt-gpu-tools
iio-sensor-proxy
imagescan
@@ -1758,6 +1758,7 @@ ipvsadm
ipxe
irqbalance
irrlicht
irrlichtmt
irssi
isa-l
iso-codes
@@ -1792,11 +1793,6 @@ kapidox
kapman
kapptemplate
karchive
kata-image
kata-proxy
kata-qemu-lite
kata-runtime
kata-shim
kate
katomic
kauth
@@ -1817,6 +1813,7 @@ kcharselect
kcmutils
kcodecs
kcolorchooser
kcolorpicker
kcompletion
kconfig
kconfigwidgets
@@ -1887,6 +1884,7 @@ kidletime
kig
kigo
killbots
kimageannotator
kimageformats
kimagemapeditor
kimap
@@ -1957,6 +1955,7 @@ kross
kruler
krunner
krusader
ksanecore
kscreen
kscreenlocker
kservice
@@ -2063,6 +2062,7 @@ libcerf
libcgroup
libchamplain
libclc
libcloudproviders
libcmis
libcomps
libconfig
@@ -2096,6 +2096,7 @@ libexttextcat
libfakekey
libfastjson
libffi
libfixmath
libfm
libfm-qt
libfontenc
@@ -2120,7 +2121,6 @@ libgtop
libgudev
libgusb
libgweather
libgweather4
libhandy
libical
libidn
@@ -2199,6 +2199,7 @@ libpipeline
libplacebo
libpng
libportal
libproxy
libpsl
libpthread-stubs
libpwquality
@@ -2306,7 +2307,6 @@ linux-firmware-ipu
linux-hyperv-lts
linux-iot-lts2018
linux-iot-lts2018-preempt-rt
linux-kata
linux-libc-headers
linux-lts2017
linux-lts2018
@@ -2400,11 +2400,13 @@ meta-desktop-kde
meta-os-core
meta-os-core-plus
metacity
metee
metis
metrics-discovery
micro-config-drive
micro-config-drive-aliyun
micro-config-drive-aws
micro-config-drive-equinix
micro-config-drive-oci
milou
minetest
@@ -2439,6 +2441,7 @@ mosh
mosquitto
motd-update
motif
mozjs102
mozjs91
mpc
mpfr
@@ -2539,6 +2542,7 @@ octave
oiio
okteta
okular
oneVPL
onig
opa-fm
opa-psm2
@@ -2600,7 +2604,6 @@ pass
patch
patchelf
patchutils
pathlib2
pathos
pavucontrol
pbzip2
@@ -3555,10 +3558,6 @@ portmidi
postfix
postgis
postgresql
postgresql11
postgresql12
postgresql13
postgresql9
potrace
powerdevil
powerline-fonts
@@ -3609,6 +3608,7 @@ pypi-aiosmtpd
pypi-alabaster
pypi-altgraph
pypi-ansi2html
pypi-ansible_builder
pypi-ansible_compat
pypi-ansible_pygments
pypi-anyio
@@ -3652,6 +3652,7 @@ pypi-azure_mgmt_resource
pypi-azure_mgmt_storage
pypi-babel
pypi-backcall
pypi-backoff
pypi-backports.cached_property
pypi-backports.entry_points_selectable
pypi-backports.functools_lru_cache
@@ -3664,6 +3665,7 @@ pypi-bcrypt
pypi-beautifulsoup4
pypi-beniget
pypi-binaryornot
pypi-bindep
pypi-bkcharts
pypi-black
pypi-bleach
@@ -3688,7 +3690,6 @@ pypi-cachetools
pypi-cachy
pypi-capturer
pypi-cattrs
pypi-cchardet
pypi-cerberus
pypi-certbot
pypi-certbot_dns_google
@@ -3728,8 +3729,8 @@ pypi-cons
pypi-constantly
pypi-contextlib2
pypi-contextvars
pypi-contourpy
pypi-cookiecutter
pypi-cookies
pypi-coverage
pypi-coveralls
pypi-cppy
@@ -3759,9 +3760,11 @@ pypi-diffoscope
pypi-dill
pypi-diskcache
pypi-distlib
pypi-distro
pypi-dj_database_url
pypi-django
pypi-django_appconf
pypi-django_babel
pypi-django_compressor
pypi-django_discover_runner
pypi-django_nose
@@ -3775,6 +3778,7 @@ pypi-docopt
pypi-docstring_parser
pypi-docutils
pypi-dpcontracts
pypi-dulwich
pypi-ecdsa
pypi-editables
pypi-elementpath
@@ -3796,6 +3800,7 @@ pypi-falcon
pypi-fasteners
pypi-fastimport
pypi-fastjsonschema
pypi-filecache
pypi-filelock
pypi-fissix
pypi-flake8
@@ -3818,7 +3823,6 @@ pypi-funcparserlib
pypi-future
pypi-gast
pypi-gcs_oauth2_boto_plugin
pypi-gensim
pypi-gevent
pypi-geventhttpclient
pypi-ghp_import
@@ -3834,6 +3838,8 @@ pypi-google_auth_oauthlib
pypi-google_pasta
pypi-google_reauth
pypi-googleapis_common_protos
pypi-gql
pypi-graphql_core
pypi-graphviz
pypi-greenlet
pypi-grpcio
@@ -3848,6 +3854,8 @@ pypi-h11
pypi-h2
pypi-h5py
pypi-hammock
pypi-hatch_fancy_pypi_readme
pypi-hatch_nodejs_version
pypi-hatch_vcs
pypi-hatchling
pypi-heapdict
@@ -3882,7 +3890,6 @@ pypi-inflect
pypi-inflection
pypi-influxdb
pypi-iniconfig
pypi-inspursmsdk
pypi-intervaltree
pypi-invoke
pypi-iocapture
@@ -3973,6 +3980,7 @@ pypi-matplotlib_inline
pypi-mdit_py_plugins
pypi-mdurl
pypi-mergedeep
pypi-meson_python
pypi-mido
pypi-minikanren
pypi-mistune
@@ -4000,7 +4008,6 @@ pypi-natsort
pypi-nbclassic
pypi-nbclient
pypi-nbconvert
pypi-nbdime
pypi-nbformat
pypi-nbsphinx
pypi-nbval
@@ -4041,11 +4048,13 @@ pypi-paramiko
pypi-parse
pypi-parse_type
pypi-parsedatetime
pypi-parsley
pypi-parso
pypi-partd
pypi-paste
pypi-pastedeploy
pypi-pastel
pypi-pathlib2
pypi-pathspec
pypi-pathtools
pypi-patsy
@@ -4063,6 +4072,7 @@ pypi-phabricator
pypi-pickleshare
pypi-pid
pypi-pillow
pypi-pint
pypi-pip
pypi-pip_tools
pypi-pkgconfig
@@ -4074,6 +4084,7 @@ pypi-ply
pypi-pockets
pypi-poetry
pypi-poetry_core
pypi-poetry_plugin_export
pypi-polib
pypi-port_for
pypi-portalocker
@@ -4144,6 +4155,8 @@ pypi-pyproject_metadata
pypi-pyprojectx
pypi-pypsrp
pypi-pyqrcode
pypi-pyqt6_sip
pypi-pyqt_builder
pypi-pyquery
pypi-pyreadline
pypi-pyrfc3339
@@ -4211,6 +4224,7 @@ pypi-pyzmq
pypi-qtawesome
pypi-qtconsole
pypi-qtpy
pypi-rapidfuzz_capi
pypi-rcssmin
pypi-readme_renderer
pypi-recommonmark
@@ -4226,6 +4240,7 @@ pypi-requests_mock
pypi-requests_oauthlib
pypi-requests_toolbelt
pypi-requests_unixsocket
pypi-requirements_parser
pypi-resolvelib
pypi-responses
pypi-restructuredtext_lint
@@ -4369,6 +4384,7 @@ pypi-types_dataclasses
pypi-types_enum34
pypi-types_ipaddress
pypi-types_mock
pypi-types_psutil
pypi-types_pyopenssl
pypi-types_pyrfc3339
pypi-types_python_dateutil
@@ -4378,13 +4394,14 @@ pypi-types_requests
pypi-types_setuptools
pypi-types_six
pypi-types_termcolor
pypi-types_toml
pypi-types_typed_ast
pypi-types_urllib3
pypi-typing_extensions
pypi-typogrify
pypi-tzdata
pypi-tzlocal
pypi-ua_parser
pypi-uamqp
pypi-uc_micro_py
pypi-ufolib2
pypi-uharfbuzz
@@ -4433,7 +4450,6 @@ pypi-yamlloader
pypi-yapf
pypi-yarg
pypi-yarl
pypi-yaspin
pypi-zabbix_api
pypi-zc.lockfile
pypi-zeroconf
@@ -4551,7 +4567,6 @@ redis2-nginx-module
redland
redshift
redsocks
renderdoc
requests-ntlm
rest
restic
@@ -4641,6 +4656,7 @@ speexdsp
spice
spice-gtk
spice-protocol
spice-vdagent
sqlite-autoconf
squashfs-tools
squid
@@ -4763,7 +4779,6 @@ usb-modeswitch-data
usbredir
usbutils
user-manager
usermode
userspace-rcu
usrbinjava
usrbinpython
@@ -4799,6 +4814,7 @@ wayland
wayland-protocols
wcslib
webkitgtk
webkitgtk50
weechat
weston
wget
@@ -4814,6 +4830,7 @@ woff2
wol
wpa_supplicant
wsjtx
wslu
wxWidgets
x11perf
x11vnc