mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 19:16:00 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9892e87aec | |||
| 100ad5965e | |||
| 61db58c057 | |||
| abe044ee0c | |||
| 8997c889f8 | |||
| f2dd86b50c | |||
| fa6fa080d6 | |||
| a20775675d |
+7
-1
@@ -193,10 +193,16 @@ autospecnew:
|
||||
echo "Please specify NAME and URL. The ARCHIVES variable is optional."; \
|
||||
exit 1; \
|
||||
fi
|
||||
@git clone $(PKG_BASE_URL)/$(NAME) $(TOPLVL)/packages/$(NAME) &> /dev/null || true
|
||||
@if [ ! -d $(TOPLVL)/packages/$(NAME)/.git ]; then \
|
||||
echo "no remote repository found, creating new package repository and running autospec"; \
|
||||
mkdir -p $(TOPLVL)/packages/$(NAME); \
|
||||
( \
|
||||
cd $(TOPLVL)/packages/$(NAME); \
|
||||
git init; \
|
||||
git remote add origin $(PKG_BASE_URL)/$(NAME); \
|
||||
$(call gitoliteurl,packages/$(NAME)); \
|
||||
$(call subjectprefix,$(NAME)); \
|
||||
); \
|
||||
printf 'PKG_NAME := %s\nURL = %s\nARCHIVES = %s\n\ninclude ../common/Makefile.common\n' $(NAME) '$(value URL)' '$(value ARCHIVES)' > $(TOPLVL)/packages/$(NAME)/Makefile; \
|
||||
python3 $(TOPLVL)/projects/autospec/autospec/autospec.py --integrity -t packages/$(NAME) --config $(AUTOSPEC_CONF) $(URL) --name $(NAME); \
|
||||
$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist $(TOPLVL)/packages/${NAME}/results/*.rpm; \
|
||||
|
||||
@@ -9,6 +9,7 @@ Jinja2
|
||||
Keras
|
||||
LS_COLORS
|
||||
LVM2
|
||||
LibRaw
|
||||
LibVNCServer
|
||||
Linux-PAM
|
||||
LuaJIT
|
||||
@@ -24,7 +25,6 @@ OpenSP
|
||||
Paste
|
||||
PasteDeploy
|
||||
Pillow
|
||||
PyQt5
|
||||
PyWavelets
|
||||
PyYAML
|
||||
Pygments
|
||||
@@ -255,6 +255,7 @@ bluez
|
||||
bndl-lamp-basic
|
||||
bokeh
|
||||
boost
|
||||
borgbackup
|
||||
boto
|
||||
boto3
|
||||
botocore
|
||||
@@ -269,6 +270,7 @@ c_rehash
|
||||
ca-certs
|
||||
ca-certs-static
|
||||
cabextract
|
||||
cached-property
|
||||
cairo
|
||||
cairomm
|
||||
cargo
|
||||
@@ -334,6 +336,7 @@ comedilib
|
||||
compat-SDL2-soname1
|
||||
compat-efivar-soname0
|
||||
compat-fuse-soname2
|
||||
compat-gegl
|
||||
compat-glew-soname1
|
||||
compat-guile-soname20
|
||||
compat-libical-soname2
|
||||
@@ -389,6 +392,7 @@ dbus-glib
|
||||
dconf
|
||||
deap
|
||||
decorator
|
||||
defusedxml
|
||||
dejagnu
|
||||
desktop-file-utils
|
||||
dfc
|
||||
@@ -509,6 +513,7 @@ geoclue
|
||||
geocode-glib
|
||||
gettext
|
||||
gevent
|
||||
gexiv2
|
||||
gflags
|
||||
ghostscript
|
||||
gimp
|
||||
@@ -667,10 +672,12 @@ irssi
|
||||
isa-l
|
||||
iso-codes
|
||||
iso8601
|
||||
isodate
|
||||
isort
|
||||
ister
|
||||
itstool
|
||||
iw
|
||||
ixpdimm_sw
|
||||
jedi
|
||||
jedi-vim
|
||||
jemalloc
|
||||
@@ -856,6 +863,7 @@ libxml2
|
||||
libxml2-legacy
|
||||
libxshmfence
|
||||
libxslt
|
||||
libyami
|
||||
libzip
|
||||
linecache2
|
||||
links
|
||||
@@ -927,6 +935,7 @@ mozjs38
|
||||
mpc
|
||||
mpfr
|
||||
mpg123
|
||||
msgpack-python
|
||||
msmtp
|
||||
msr-tools
|
||||
mstflint
|
||||
@@ -944,10 +953,12 @@ nasm
|
||||
nautilus
|
||||
nbconvert
|
||||
nbformat
|
||||
nbsphinx
|
||||
ncurses
|
||||
ncurses-compat
|
||||
ndctl
|
||||
ndg_httpsclient
|
||||
neofetch
|
||||
neon
|
||||
net-snmp
|
||||
net-tools
|
||||
@@ -1002,6 +1013,7 @@ openconnect
|
||||
opencv
|
||||
openjade
|
||||
openjdk
|
||||
openjdk9
|
||||
openldap
|
||||
openmpi
|
||||
opensm
|
||||
@@ -1014,6 +1026,7 @@ opusfile
|
||||
orc
|
||||
ordereddict
|
||||
ostree
|
||||
ovirt-guest-agent
|
||||
p11-kit
|
||||
p7zip
|
||||
packaging
|
||||
@@ -1226,6 +1239,7 @@ python-systemd
|
||||
python-tappy
|
||||
python-toml
|
||||
python-urwid
|
||||
python-zeep
|
||||
python3
|
||||
pytz
|
||||
pyudev
|
||||
@@ -1235,8 +1249,33 @@ pyzmq
|
||||
qemu
|
||||
qemu-lite
|
||||
qpdf
|
||||
qt-everywhere-opensource-src
|
||||
qt3d
|
||||
qtbase
|
||||
qtcanvas3d
|
||||
qtcharts
|
||||
qtconnectivity
|
||||
qtconsole
|
||||
qtdeclarative
|
||||
qtgraphicaleffects
|
||||
qtimageformats
|
||||
qtlocation
|
||||
qtmultimedia
|
||||
qtquickcontrols
|
||||
qtquickcontrols2
|
||||
qtremoteobjects
|
||||
qtscript
|
||||
qtscxml
|
||||
qtsensors
|
||||
qtserialbus
|
||||
qtserialport
|
||||
qtsvg
|
||||
qttools
|
||||
qttranslations
|
||||
qtvirtualkeyboard
|
||||
qtwebchannel
|
||||
qtwebsockets
|
||||
qtx11extras
|
||||
qtxmlpatterns
|
||||
quagga
|
||||
quilt
|
||||
randrproto
|
||||
@@ -1310,13 +1349,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
|
||||
@@ -1373,6 +1412,7 @@ tiptop
|
||||
tk
|
||||
tmux
|
||||
tokyocabinet
|
||||
toolbelt
|
||||
tornado
|
||||
totem
|
||||
totem-pl-parser
|
||||
|
||||
Reference in New Issue
Block a user