Compare commits

...
17 Commits
Author SHA1 Message Date
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
3 changed files with 33 additions and 17 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) DEBUGINFO_RPM = $(wildcard rpms/${PKG_NAME}-debuginfo-$(shell $(call queryspec,%{V}-%{R},${SPECFILE})).*.rpm)
RPMS ?= $(LATEST_RPMS) 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_CONFIG_VAL is set in Makefile.shared
MOCK_SMP_FLAGS=$(patsubst -j%, -D_smp_mflags\ -j%,$(filter -j%, $(MAKEFLAGS))) 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. #help the --stat flag.
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL)) diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \ @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 done
#help log: Run git log origin/main..HEAD for all package repos, thus #help log: Run git log origin/main..HEAD for all package repos, thus
+31 -15
View File
@@ -642,6 +642,7 @@ R-officer
R-openssl R-openssl
R-openxlsx R-openxlsx
R-optextras R-optextras
R-optimParallel
R-optimx R-optimx
R-optparse R-optparse
R-ordinal R-ordinal
@@ -1083,9 +1084,7 @@ aspell-pt_BR
assimp assimp
asunder asunder
at at
at-spi2-atk
at-spi2-core at-spi2-core
atk
atkmm atkmm
attica attica
attr attr
@@ -1273,6 +1272,7 @@ compat-curl-gnutls-soname4
compat-enchant-soname1 compat-enchant-soname1
compat-fuse-soname2 compat-fuse-soname2
compat-gcc-10 compat-gcc-10
compat-gcr-soname1
compat-gdal-soname27 compat-gdal-soname27
compat-glibmm-soname24 compat-glibmm-soname24
compat-gnome-bluetooth-soname-13 compat-gnome-bluetooth-soname-13
@@ -1287,11 +1287,13 @@ compat-libva-soname1
compat-lua-52 compat-lua-52
compat-lua-53 compat-lua-53
compat-nettle-soname7 compat-nettle-soname7
compat-openssl-soname11
compat-pangomm-soname14 compat-pangomm-soname14
compat-poppler-soname117 compat-poppler-soname117
compat-poppler-soname123
compat-protobuf-soname29
compat-readline-soname5 compat-readline-soname5
compat-rest-soname07 compat-rest-soname07
compat-tracker-soname2.0
compat-webkitgtk-soname40 compat-webkitgtk-soname40
component component
compute-image-packages compute-image-packages
@@ -1404,6 +1406,7 @@ e2fsprogs
earlyoom earlyoom
ebtables ebtables
ed ed
editorconfig-core-c
edk2 edk2
efibootmgr efibootmgr
efitools efitools
@@ -1457,7 +1460,6 @@ filelight
filesystem filesystem
findutils findutils
fio fio
firecracker
firefox firefox
firewalld firewalld
fish fish
@@ -1490,6 +1492,7 @@ freetype
fribidi fribidi
fritzing-app fritzing-app
fs fs
fsarchiver
fsearch fsearch
fuse fuse
fwupd fwupd
@@ -1755,6 +1758,7 @@ ipvsadm
ipxe ipxe
irqbalance irqbalance
irrlicht irrlicht
irrlichtmt
irssi irssi
isa-l isa-l
iso-codes iso-codes
@@ -1789,11 +1793,6 @@ kapidox
kapman kapman
kapptemplate kapptemplate
karchive karchive
kata-image
kata-proxy
kata-qemu-lite
kata-runtime
kata-shim
kate kate
katomic katomic
kauth kauth
@@ -1814,6 +1813,7 @@ kcharselect
kcmutils kcmutils
kcodecs kcodecs
kcolorchooser kcolorchooser
kcolorpicker
kcompletion kcompletion
kconfig kconfig
kconfigwidgets kconfigwidgets
@@ -1884,6 +1884,7 @@ kidletime
kig kig
kigo kigo
killbots killbots
kimageannotator
kimageformats kimageformats
kimagemapeditor kimagemapeditor
kimap kimap
@@ -1954,6 +1955,7 @@ kross
kruler kruler
krunner krunner
krusader krusader
ksanecore
kscreen kscreen
kscreenlocker kscreenlocker
kservice kservice
@@ -2060,6 +2062,7 @@ libcerf
libcgroup libcgroup
libchamplain libchamplain
libclc libclc
libcloudproviders
libcmis libcmis
libcomps libcomps
libconfig libconfig
@@ -2117,7 +2120,6 @@ libgtop
libgudev libgudev
libgusb libgusb
libgweather libgweather
libgweather4
libhandy libhandy
libical libical
libidn libidn
@@ -2196,6 +2198,7 @@ libpipeline
libplacebo libplacebo
libpng libpng
libportal libportal
libproxy
libpsl libpsl
libpthread-stubs libpthread-stubs
libpwquality libpwquality
@@ -2303,7 +2306,6 @@ linux-firmware-ipu
linux-hyperv-lts linux-hyperv-lts
linux-iot-lts2018 linux-iot-lts2018
linux-iot-lts2018-preempt-rt linux-iot-lts2018-preempt-rt
linux-kata
linux-libc-headers linux-libc-headers
linux-lts2017 linux-lts2017
linux-lts2018 linux-lts2018
@@ -2437,6 +2439,7 @@ mosh
mosquitto mosquitto
motd-update motd-update
motif motif
mozjs102
mozjs91 mozjs91
mpc mpc
mpfr mpfr
@@ -2584,7 +2587,6 @@ oxygen
oxygen-icons5 oxygen-icons5
p11-kit p11-kit
p7zip p7zip
pacrunner
paho.mqtt.c paho.mqtt.c
paho.mqtt.cpp paho.mqtt.cpp
palapeli palapeli
@@ -2599,7 +2601,6 @@ pass
patch patch
patchelf patchelf
patchutils patchutils
pathlib2
pathos pathos
pavucontrol pavucontrol
pbzip2 pbzip2
@@ -3651,6 +3652,7 @@ pypi-azure_mgmt_resource
pypi-azure_mgmt_storage pypi-azure_mgmt_storage
pypi-babel pypi-babel
pypi-backcall pypi-backcall
pypi-backoff
pypi-backports.cached_property pypi-backports.cached_property
pypi-backports.entry_points_selectable pypi-backports.entry_points_selectable
pypi-backports.functools_lru_cache pypi-backports.functools_lru_cache
@@ -3727,6 +3729,7 @@ pypi-cons
pypi-constantly pypi-constantly
pypi-contextlib2 pypi-contextlib2
pypi-contextvars pypi-contextvars
pypi-contourpy
pypi-cookiecutter pypi-cookiecutter
pypi-cookies pypi-cookies
pypi-coverage pypi-coverage
@@ -3774,6 +3777,7 @@ pypi-docopt
pypi-docstring_parser pypi-docstring_parser
pypi-docutils pypi-docutils
pypi-dpcontracts pypi-dpcontracts
pypi-dulwich
pypi-ecdsa pypi-ecdsa
pypi-editables pypi-editables
pypi-elementpath pypi-elementpath
@@ -3795,6 +3799,7 @@ pypi-falcon
pypi-fasteners pypi-fasteners
pypi-fastimport pypi-fastimport
pypi-fastjsonschema pypi-fastjsonschema
pypi-filecache
pypi-filelock pypi-filelock
pypi-fissix pypi-fissix
pypi-flake8 pypi-flake8
@@ -3833,6 +3838,8 @@ pypi-google_auth_oauthlib
pypi-google_pasta pypi-google_pasta
pypi-google_reauth pypi-google_reauth
pypi-googleapis_common_protos pypi-googleapis_common_protos
pypi-gql
pypi-graphql_core
pypi-graphviz pypi-graphviz
pypi-greenlet pypi-greenlet
pypi-grpcio pypi-grpcio
@@ -3847,6 +3854,8 @@ pypi-h11
pypi-h2 pypi-h2
pypi-h5py pypi-h5py
pypi-hammock pypi-hammock
pypi-hatch_fancy_pypi_readme
pypi-hatch_nodejs_version
pypi-hatch_vcs pypi-hatch_vcs
pypi-hatchling pypi-hatchling
pypi-heapdict pypi-heapdict
@@ -4045,6 +4054,7 @@ pypi-partd
pypi-paste pypi-paste
pypi-pastedeploy pypi-pastedeploy
pypi-pastel pypi-pastel
pypi-pathlib2
pypi-pathspec pypi-pathspec
pypi-pathtools pypi-pathtools
pypi-patsy pypi-patsy
@@ -4073,6 +4083,7 @@ pypi-ply
pypi-pockets pypi-pockets
pypi-poetry pypi-poetry
pypi-poetry_core pypi-poetry_core
pypi-poetry_plugin_export
pypi-polib pypi-polib
pypi-port_for pypi-port_for
pypi-portalocker pypi-portalocker
@@ -4143,6 +4154,7 @@ pypi-pyproject_metadata
pypi-pyprojectx pypi-pyprojectx
pypi-pypsrp pypi-pypsrp
pypi-pyqrcode pypi-pyqrcode
pypi-pyqt6_sip
pypi-pyquery pypi-pyquery
pypi-pyreadline pypi-pyreadline
pypi-pyrfc3339 pypi-pyrfc3339
@@ -4210,6 +4222,7 @@ pypi-pyzmq
pypi-qtawesome pypi-qtawesome
pypi-qtconsole pypi-qtconsole
pypi-qtpy pypi-qtpy
pypi-rapidfuzz_capi
pypi-rcssmin pypi-rcssmin
pypi-readme_renderer pypi-readme_renderer
pypi-recommonmark pypi-recommonmark
@@ -4368,6 +4381,7 @@ pypi-types_dataclasses
pypi-types_enum34 pypi-types_enum34
pypi-types_ipaddress pypi-types_ipaddress
pypi-types_mock pypi-types_mock
pypi-types_psutil
pypi-types_pyopenssl pypi-types_pyopenssl
pypi-types_pyrfc3339 pypi-types_pyrfc3339
pypi-types_python_dateutil pypi-types_python_dateutil
@@ -4377,6 +4391,7 @@ pypi-types_requests
pypi-types_setuptools pypi-types_setuptools
pypi-types_six pypi-types_six
pypi-types_termcolor pypi-types_termcolor
pypi-types_typed_ast
pypi-types_urllib3 pypi-types_urllib3
pypi-typing_extensions pypi-typing_extensions
pypi-typogrify pypi-typogrify
@@ -4432,7 +4447,6 @@ pypi-yamlloader
pypi-yapf pypi-yapf
pypi-yarg pypi-yarg
pypi-yarl pypi-yarl
pypi-yaspin
pypi-zabbix_api pypi-zabbix_api
pypi-zc.lockfile pypi-zc.lockfile
pypi-zeroconf pypi-zeroconf
@@ -4640,6 +4654,7 @@ speexdsp
spice spice
spice-gtk spice-gtk
spice-protocol spice-protocol
spice-vdagent
sqlite-autoconf sqlite-autoconf
squashfs-tools squashfs-tools
squid squid
@@ -4762,7 +4777,6 @@ usb-modeswitch-data
usbredir usbredir
usbutils usbutils
user-manager user-manager
usermode
userspace-rcu userspace-rcu
usrbinjava usrbinjava
usrbinpython usrbinpython
@@ -4798,6 +4812,7 @@ wayland
wayland-protocols wayland-protocols
wcslib wcslib
webkitgtk webkitgtk
webkitgtk50
weechat weechat
weston weston
wget wget
@@ -4813,6 +4828,7 @@ woff2
wol wol
wpa_supplicant wpa_supplicant
wsjtx wsjtx
wslu
wxWidgets wxWidgets
x11perf x11perf
x11vnc x11vnc