mirror of
https://github.com/clearlinux/common.git
synced 2026-06-17 03:26:29 +00:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8997c889f8 | |||
| f2dd86b50c | |||
| fa6fa080d6 | |||
| a20775675d | |||
| 9dfe2ba937 | |||
| 744cf78eb1 | |||
| 97e7ab937a | |||
| 4fb96cadcc | |||
| 670a01fc25 | |||
| 728e6ea221 | |||
| 240653c41d | |||
| 6935953ee7 | |||
| f210130e38 |
+2
-1
@@ -148,6 +148,7 @@ proper: $(proper_PKGS)
|
||||
.PHONY: $(proper_PKGS)
|
||||
|
||||
$(clean_PKGS):
|
||||
@echo "cleaning $(patsubst clean_%,%,$@)"
|
||||
-@$(MAKE) -s -j -C $(addprefix packages/,$(patsubst clean_%,%,$@)) clean
|
||||
|
||||
$(proper_PKGS):
|
||||
@@ -157,7 +158,7 @@ $(proper_PKGS):
|
||||
#help and unstaged files in addition to staged files.
|
||||
status: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS))
|
||||
@for p in projects/common $(addprefix packages/,$(PKGS)); do \
|
||||
(cd $$p ; git status | grep -q 'nothing to commit, working [^ ]* clean' || (echo "Uncommitted changes in $$p:"; git status)) ;\
|
||||
if [ -d "$$p/.git" ] && [ -n "$$(git -C $$p status -uno --porcelain)" ]; then echo "Uncommitted changes in $$p:"; git -C "$$p" status --short; fi ;\
|
||||
done
|
||||
|
||||
#help diff: Runs git diff for all package repos and displays the output using
|
||||
|
||||
@@ -24,7 +24,6 @@ OpenSP
|
||||
Paste
|
||||
PasteDeploy
|
||||
Pillow
|
||||
PyQt5
|
||||
PyWavelets
|
||||
PyYAML
|
||||
Pygments
|
||||
@@ -288,8 +287,10 @@ chardet
|
||||
check
|
||||
cheese
|
||||
chrome-gnome-shell
|
||||
chrony
|
||||
chrpath
|
||||
cifs-utils
|
||||
clamav
|
||||
clear-config-management
|
||||
clear-containers-agent
|
||||
clear-containers-image
|
||||
@@ -332,7 +333,6 @@ comedilib
|
||||
compat-SDL2-soname1
|
||||
compat-efivar-soname0
|
||||
compat-fuse-soname2
|
||||
compat-gc-soname1
|
||||
compat-glew-soname1
|
||||
compat-guile-soname20
|
||||
compat-libical-soname2
|
||||
@@ -423,6 +423,7 @@ ecdsa
|
||||
ed
|
||||
edk2
|
||||
efibootmgr
|
||||
efitools
|
||||
efivar
|
||||
eigen
|
||||
elasticsearch
|
||||
@@ -669,7 +670,7 @@ isort
|
||||
ister
|
||||
itstool
|
||||
iw
|
||||
javapackages-tools
|
||||
ixpdimm_sw
|
||||
jedi
|
||||
jedi-vim
|
||||
jemalloc
|
||||
@@ -800,7 +801,6 @@ libnftnl
|
||||
libnice
|
||||
libnl
|
||||
libnotify
|
||||
libnsl
|
||||
liboauth
|
||||
libogg
|
||||
libosinfo
|
||||
@@ -856,6 +856,7 @@ libxml2
|
||||
libxml2-legacy
|
||||
libxshmfence
|
||||
libxslt
|
||||
libyami
|
||||
libzip
|
||||
linecache2
|
||||
links
|
||||
@@ -870,6 +871,7 @@ linux-hyperv-mini
|
||||
linux-kvm
|
||||
linux-libc-headers
|
||||
linux-lts
|
||||
linux-pk414
|
||||
linux-steam-integration
|
||||
linux-tools
|
||||
llvm
|
||||
@@ -914,6 +916,7 @@ mistune
|
||||
mixer-tools
|
||||
mkfontdir
|
||||
mkfontscale
|
||||
mkosi
|
||||
mock
|
||||
mod_wsgi
|
||||
moka-icon-theme
|
||||
@@ -942,10 +945,12 @@ nasm
|
||||
nautilus
|
||||
nbconvert
|
||||
nbformat
|
||||
nbsphinx
|
||||
ncurses
|
||||
ncurses-compat
|
||||
ndctl
|
||||
ndg_httpsclient
|
||||
neofetch
|
||||
neon
|
||||
net-snmp
|
||||
net-tools
|
||||
@@ -1000,6 +1005,7 @@ openconnect
|
||||
opencv
|
||||
openjade
|
||||
openjdk
|
||||
openjdk9
|
||||
openldap
|
||||
openmpi
|
||||
opensm
|
||||
@@ -1012,6 +1018,7 @@ opusfile
|
||||
orc
|
||||
ordereddict
|
||||
ostree
|
||||
ovirt-guest-agent
|
||||
p11-kit
|
||||
p7zip
|
||||
packaging
|
||||
@@ -1061,6 +1068,7 @@ perl-Eval-Closure
|
||||
perl-Exception-Class
|
||||
perl-Exporter-Tiny
|
||||
perl-File-Listing
|
||||
perl-File-Slurp
|
||||
perl-HTML-Parser
|
||||
perl-HTML-Tagset
|
||||
perl-HTTP-Cookies
|
||||
@@ -1232,8 +1240,32 @@ pyzmq
|
||||
qemu
|
||||
qemu-lite
|
||||
qpdf
|
||||
qt-everywhere-opensource-src
|
||||
qt3d
|
||||
qtbase
|
||||
qtcanvas3d
|
||||
qtcharts
|
||||
qtconnectivity
|
||||
qtconsole
|
||||
qtdeclarative
|
||||
qtgraphicaleffects
|
||||
qtimageformats
|
||||
qtlocation
|
||||
qtmultimedia
|
||||
qtquickcontrols
|
||||
qtquickcontrols2
|
||||
qtscript
|
||||
qtscxml
|
||||
qtsensors
|
||||
qtserialbus
|
||||
qtserialport
|
||||
qtsvg
|
||||
qttools
|
||||
qttranslations
|
||||
qtvirtualkeyboard
|
||||
qtwebchannel
|
||||
qtwebsockets
|
||||
qtx11extras
|
||||
qtxmlpatterns
|
||||
quagga
|
||||
quilt
|
||||
randrproto
|
||||
@@ -1307,13 +1339,13 @@ sox
|
||||
spark-dep
|
||||
speex
|
||||
speexdsp
|
||||
sphinx_rtd_theme
|
||||
sphinxcontrib-newsfeed
|
||||
sphinxcontrib-websupport
|
||||
spi-tools
|
||||
spice
|
||||
spice-gtk
|
||||
spice-protocol
|
||||
spyder
|
||||
spyder-notebook
|
||||
sqlite-autoconf
|
||||
sqlparse
|
||||
@@ -1442,7 +1474,9 @@ xauth
|
||||
xbitmaps
|
||||
xcb-proto
|
||||
xcb-util
|
||||
xcb-util-image
|
||||
xcb-util-keysyms
|
||||
xcb-util-wm
|
||||
xclip
|
||||
xcmiscproto
|
||||
xcursor-themes
|
||||
|
||||
Reference in New Issue
Block a user