Compare commits

..

7 Commits

Author SHA1 Message Date
clrbuilder 05598abd55 Update packages file for version 40010
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-26 08:04:38 -07:00
clrbuilder 2b0163ef73 Update packages file for version 40000
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-25 13:55:49 -07:00
clrbuilder 3f2b9100e6 Update packages file for version 39990
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-22 11:34:36 -07:00
William Douglas 1b841e095d Update help comment for clean-pkgs-dir
Signed-off-by: William Douglas <william.douglas@intel.com>
2023-09-19 11:24:22 -07:00
William Douglas 579d79ef92 Make clean-pkgs-dir backup things it cleans up
If something already exists in backup form, skip it, otherwise move
the content to the backup directory.

Signed-off-by: William Douglas <william.douglas@intel.com>
2023-09-19 11:22:01 -07:00
clrbuilder d85dfaec30 Update packages file for version 39970
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-19 00:06:54 -07:00
clrbuilder 8787caac84 Update packages file for version 39940
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-09-12 00:06:48 -07:00
2 changed files with 21 additions and 7 deletions
+9 -3
View File
@@ -126,11 +126,17 @@ endif
pull: ${PULL_PKGS}
#help clean-pkgs-dir: For packages that are no longer present in the distro,
#help removes the associated package repos from the ./packages tree
#help removes the associated package repos from the ./packages tree and stores
#help it in packages_old. If it already exists in packages_old, skip it.
clean-pkgs-dir: $(PACKAGES_FILE)
@for p in ${PKGS_ORPHANED}; do \
echo "Removing $$p from packages, it is no longer in common/packages."; \
rm -rf packages/$$p; \
mkdir -p packages_old; \
if [ -d "packages_old/$$p" ]; then \
echo "packages_old/$$p already exists, not touching it"; \
else \
echo "Moving $$p from packages to packages_old, as it is no longer in common/packages."; \
mv packages/$$p packages_old/$$p; \
fi; \
done
@echo "packages directory cleaned";
+12 -4
View File
@@ -126,6 +126,7 @@ R-NMOF
R-PKI
R-ParamHelpers
R-PerformanceAnalytics
R-QuickJSR
R-R.cache
R-R.methodsS3
R-R.oo
@@ -997,6 +998,7 @@ R-winch
R-withr
R-wk
R-worrms
R-writexl
R-xfun
R-xgboost
R-xml2
@@ -1207,6 +1209,7 @@ cantarell-fonts
cantata
cantor
capnproto
capslock
capstone
caribou
casync
@@ -1905,6 +1908,7 @@ kimap
kinfocenter
kinit
kio
kio-admin
kio-extras
kirigami2
kitemmodels
@@ -2093,6 +2097,7 @@ libdazzle
libdbusmenu
libdbusmenu-qt
libdeps
libdex
libdmx
libdnf
libdrm
@@ -2124,6 +2129,7 @@ libftdi1
libgcrypt
libgd
libgdata
libgedit-amtk
libgee
libgeotiff
libgit2
@@ -2213,6 +2219,7 @@ libopenzwave
liborcus
libosinfo
libpagemaker
libpanel
libpcap
libpciaccess
libpeas
@@ -2450,6 +2457,7 @@ mosquitto
motd-update
motif
mozjs102
mozjs115
mozjs91
mpc
mpfr
@@ -2596,6 +2604,7 @@ ostree
otp
oxygen
oxygen-icons5
oxygen-sounds
p11-kit
p7zip
pacrunner
@@ -4021,7 +4030,6 @@ pypi-jupyter_console
pypi-jupyter_core
pypi-jupyter_events
pypi-jupyter_lsp
pypi-jupyter_nbgallery
pypi-jupyter_packaging
pypi-jupyter_server
pypi-jupyter_server_fileid
@@ -4031,7 +4039,6 @@ pypi-jupyter_server_ydoc
pypi-jupyter_sphinx
pypi-jupyter_ydoc
pypi-jupyterlab
pypi-jupyterlab_launcher
pypi-jupyterlab_link_share
pypi-jupyterlab_pygments
pypi-jupyterlab_server
@@ -4053,6 +4060,7 @@ pypi-lazy
pypi-lazy_loader
pypi-lazy_object_proxy
pypi-ldap3
pypi-levenshtein
pypi-libarchive_c
pypi-libevdev
pypi-license_expression
@@ -4136,7 +4144,6 @@ pypi-nocaselist
pypi-nodeenv
pypi-nose
pypi-nose_timer
pypi-notebook
pypi-notebook_shim
pypi-numpoly
pypi-numpy
@@ -4339,7 +4346,6 @@ pypi-python_install
pypi-python_json_logger
pypi-python_jsonrpc_server
pypi-python_language_server
pypi-python_levenshtein
pypi-python_lsp_black
pypi-python_lsp_jsonrpc
pypi-python_lsp_server
@@ -4923,6 +4929,7 @@ tbb
tcl
tcpdump
tdb
tecla
telemetrics-client
telepathy-glib
telepathy-qt
@@ -5064,6 +5071,7 @@ xdg-desktop-portal
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
xdg-desktop-portal-kde
xdg-desktop-portal-wlr
xdg-user-dirs
xdg-user-dirs-gtk
xdg-utils