mirror of
https://github.com/clearlinux/common.git
synced 2026-07-14 00:35:53 +00:00
Compare commits
77 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a499f61626 | |||
| 794174863b | |||
| dedad8c6c7 | |||
| 54737f7d97 | |||
| 56fdddbca3 | |||
| 58dff13c12 | |||
| 45a416f269 | |||
| b09ef7403e | |||
| 2059376f34 | |||
| 4501493d03 | |||
| df3579f538 | |||
| 3c01990ffc | |||
| 991e0baaaa | |||
| 434ab82632 | |||
| 0f814b2df9 | |||
| f2c3f4f95b | |||
| 590efe2b9c | |||
| 7919adae9f | |||
| 8ea05f2ae4 | |||
| 3560600fb6 | |||
| 0e54abbb3f | |||
| 3e7f5be6fc | |||
| 36d3edd56c | |||
| 9008cbccba | |||
| 04022fb765 | |||
| 424c34140e | |||
| f85cd42756 | |||
| e7afb1ae5e | |||
| 2c52a5ab39 | |||
| d84fec113e | |||
| f1b1424db4 | |||
| df8b789d60 | |||
| 78d7b4366b | |||
| 7be12344b6 | |||
| 04e58480cb | |||
| ebcc67f00b | |||
| f5b1aa8c87 | |||
| c61c91f9f2 | |||
| a57af837d8 | |||
| 03ba957d5f | |||
| d661496a4c | |||
| 4e1ce01d4e | |||
| dfeb8f9862 | |||
| 79c4befdea | |||
| c8c0c08100 | |||
| 877cd04101 | |||
| 7453e26bc7 | |||
| 11e0b5baee | |||
| 54c652944f | |||
| ef5179c975 | |||
| fc9793ff4e | |||
| 1508582709 | |||
| fca82072fa | |||
| 7fb07fdb29 | |||
| 387cb23c79 | |||
| c63ed02014 | |||
| d0773602f5 | |||
| 7b2b947843 | |||
| e619aeeab5 | |||
| f041821042 | |||
| 04e79ac6f7 | |||
| 942c21283f | |||
| 0803beead9 | |||
| 8bf3888935 | |||
| 3f2c7de583 | |||
| 514048840f | |||
| 012a1a3767 | |||
| 0168eb6258 | |||
| 2212f350e9 | |||
| 75a06769ea | |||
| 797f6c050c | |||
| 3169a8db4c | |||
| c6e5d09862 | |||
| 76d551ae77 | |||
| 92202763aa | |||
| 3a666723c1 | |||
| ed7e63d752 |
+29
-1
@@ -15,6 +15,7 @@ SRPMVERS = $(shell [ ! -f $(SPECFILE) ] || rpmspec -D '_vendor clr' --srpm -q --
|
|||||||
SRPMFILE = results/$(SRPMVERS).src.rpm
|
SRPMFILE = results/$(SRPMVERS).src.rpm
|
||||||
|
|
||||||
LATEST_RPMS = $(wildcard rpms/*.rpm)
|
LATEST_RPMS = $(wildcard rpms/*.rpm)
|
||||||
|
DEBUGINFO_RPM = $(wildcard rpms/*-debuginfo-*.rpm)
|
||||||
RPMS ?= $(LATEST_RPMS)
|
RPMS ?= $(LATEST_RPMS)
|
||||||
|
|
||||||
WITH_SUDO = $(shell cmp /usr/bin/mock /usr/sbin/mock &> /dev/null && echo sudo )
|
WITH_SUDO = $(shell cmp /usr/bin/mock /usr/sbin/mock &> /dev/null && echo sudo )
|
||||||
@@ -154,13 +155,15 @@ pullrebase:
|
|||||||
fi \
|
fi \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
preautospec-checks:
|
||||||
|
|
||||||
#help autospec: automatically generates a specfile. If there is
|
#help autospec: automatically generates a specfile. If there is
|
||||||
#help already a specfile, it will be overwritten. Several files used by
|
#help already a specfile, it will be overwritten. Several files used by
|
||||||
#help autospec will be created in the process.
|
#help autospec will be created in the process.
|
||||||
#help Use MOCK_OPTS environment varible to pass down arbitrary mock options
|
#help Use MOCK_OPTS environment varible to pass down arbitrary mock options
|
||||||
#help to autospec.
|
#help to autospec.
|
||||||
#help For more information, see the project at https://github.com/clearlinux/autospec
|
#help For more information, see the project at https://github.com/clearlinux/autospec
|
||||||
autospec: pullrebase localreponotice clean-old-content
|
autospec: preautospec-checks pullrebase localreponotice clean-old-content
|
||||||
@if [ -e $(SPECFILE) ] && ! grep -q "# Generated by: autospec.py" $(SPECFILE) ; then \
|
@if [ -e $(SPECFILE) ] && ! grep -q "# Generated by: autospec.py" $(SPECFILE) ; then \
|
||||||
echo "Specfile already exists and was not created by autospec.py! Aborting."; \
|
echo "Specfile already exists and was not created by autospec.py! Aborting."; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
@@ -406,6 +409,31 @@ install:
|
|||||||
done
|
done
|
||||||
@$(MAKE) loop-down DEVICE=6
|
@$(MAKE) loop-down DEVICE=6
|
||||||
|
|
||||||
|
#help install-debuginfo-local: Install locally built debuginfo RPM to
|
||||||
|
#help the automatic debuginfo cache location (/var/cache/debuginfo)
|
||||||
|
install-debuginfo-local:
|
||||||
|
tmpdir=$$(mktemp -d); \
|
||||||
|
rpm2cpio ${DEBUGINFO_RPM} | ( cd $$tmpdir; cpio -i -d -u); \
|
||||||
|
dest=/var/cache/debuginfo/lib; \
|
||||||
|
find $$tmpdir/usr/lib/debug/ -mindepth 1 -maxdepth 1 | while read -r d; do \
|
||||||
|
sudo chown -R dbginfo:dbginfo "$$d"; \
|
||||||
|
sudo cp -a "$$d" $$dest/; \
|
||||||
|
done; \
|
||||||
|
dest=/var/cache/debuginfo/src; \
|
||||||
|
find $$tmpdir/usr/src/debug/ -mindepth 1 -maxdepth 1 | while read -r d; do \
|
||||||
|
sudo chown -R dbginfo:dbginfo "$$d"; \
|
||||||
|
sudo cp -a "$$d" $$dest/; \
|
||||||
|
done; \
|
||||||
|
sudo rm -rf $$tmpdir
|
||||||
|
|
||||||
|
#help install-local: Install locally built RPMs to the root filesystem. Note that the
|
||||||
|
#help debuginfo RPM installs to /var/cache/debuginfo
|
||||||
|
install-local:
|
||||||
|
for r in $(filter-out ${DEBUGINFO_RPM},${RPMS}); do \
|
||||||
|
rpm2cpio $$r | (cd /; sudo cpio -i -d -u); \
|
||||||
|
done
|
||||||
|
$(MAKE) install-debuginfo-local
|
||||||
|
|
||||||
#help generateupstream: Run this rule to create or update the 'upstream' file
|
#help generateupstream: Run this rule to create or update the 'upstream' file
|
||||||
#help by downloading the upstream source tarballs listed in the spec file and
|
#help by downloading the upstream source tarballs listed in the spec file and
|
||||||
#help calculating their hashes. Autospec performs this step automatically, so
|
#help calculating their hashes. Autospec performs this step automatically, so
|
||||||
|
|||||||
+3
-1
@@ -190,13 +190,15 @@ releases: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
|||||||
provides:
|
provides:
|
||||||
@$(TOPLVL)/projects/common/provides.sh -f $(FP) -r $(RN)
|
@$(TOPLVL)/projects/common/provides.sh -f $(FP) -r $(RN)
|
||||||
|
|
||||||
|
preautospecnew-checks:
|
||||||
|
|
||||||
#help autospecnew: Creates a new autospec package with for a given URL=$(URL)
|
#help autospecnew: Creates a new autospec package with for a given URL=$(URL)
|
||||||
#help with NAME=$(NAME). Several files used by autospec will be created in the
|
#help with NAME=$(NAME). Several files used by autospec will be created in the
|
||||||
#help process.
|
#help process.
|
||||||
#help Use MOCK_OPTS environment varible to pass down arbitrary mock options
|
#help Use MOCK_OPTS environment varible to pass down arbitrary mock options
|
||||||
#help to autospec.
|
#help to autospec.
|
||||||
#help For more information about autospec, see the project page on Github https://github.com/clearlinux/autospec
|
#help For more information about autospec, see the project page on Github https://github.com/clearlinux/autospec
|
||||||
autospecnew: localreponotice
|
autospecnew: preautospecnew-checks localreponotice
|
||||||
@if [ -z $(NAME) ] || [ -z $(URL) ]; then \
|
@if [ -z $(NAME) ] || [ -z $(URL) ]; then \
|
||||||
echo "Please specify NAME and URL. The ARCHIVES variable is optional."; \
|
echo "Please specify NAME and URL. The ARCHIVES variable is optional."; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,4 @@
|
|||||||
|
AVB-AudioModules
|
||||||
Babel
|
Babel
|
||||||
Botan
|
Botan
|
||||||
CUnit
|
CUnit
|
||||||
@@ -7,6 +8,7 @@ ConfigArgParse
|
|||||||
Counter
|
Counter
|
||||||
Cython
|
Cython
|
||||||
Django
|
Django
|
||||||
|
Edge-optimized-models
|
||||||
Flask
|
Flask
|
||||||
Flask-RESTful
|
Flask-RESTful
|
||||||
FlatBuffers
|
FlatBuffers
|
||||||
@@ -34,6 +36,7 @@ MySQL-python
|
|||||||
NetworkManager
|
NetworkManager
|
||||||
NetworkManager-openconnect
|
NetworkManager-openconnect
|
||||||
OpenSP
|
OpenSP
|
||||||
|
PackageKit
|
||||||
Paste
|
Paste
|
||||||
PasteDeploy
|
PasteDeploy
|
||||||
Pillow
|
Pillow
|
||||||
@@ -41,6 +44,8 @@ Pint
|
|||||||
PyDispatcher
|
PyDispatcher
|
||||||
PyJWT
|
PyJWT
|
||||||
PyMySQL
|
PyMySQL
|
||||||
|
PyNaCl
|
||||||
|
PyQRCode
|
||||||
PyWavelets
|
PyWavelets
|
||||||
PyYAML
|
PyYAML
|
||||||
Pygments
|
Pygments
|
||||||
@@ -231,6 +236,7 @@ R-circlize
|
|||||||
R-classInt
|
R-classInt
|
||||||
R-cli
|
R-cli
|
||||||
R-clipr
|
R-clipr
|
||||||
|
R-clisymbols
|
||||||
R-clue
|
R-clue
|
||||||
R-clustMixType
|
R-clustMixType
|
||||||
R-clusterGeneration
|
R-clusterGeneration
|
||||||
@@ -243,6 +249,7 @@ R-colourpicker
|
|||||||
R-combinat
|
R-combinat
|
||||||
R-commonmark
|
R-commonmark
|
||||||
R-compositions
|
R-compositions
|
||||||
|
R-config
|
||||||
R-contfrac
|
R-contfrac
|
||||||
R-conting
|
R-conting
|
||||||
R-corpcor
|
R-corpcor
|
||||||
@@ -349,6 +356,7 @@ R-formatR
|
|||||||
R-fossil
|
R-fossil
|
||||||
R-fpc
|
R-fpc
|
||||||
R-fracdiff
|
R-fracdiff
|
||||||
|
R-fs
|
||||||
R-futile.logger
|
R-futile.logger
|
||||||
R-futile.options
|
R-futile.options
|
||||||
R-future
|
R-future
|
||||||
@@ -369,6 +377,7 @@ R-ggplot2
|
|||||||
R-ggplot2movies
|
R-ggplot2movies
|
||||||
R-ggridges
|
R-ggridges
|
||||||
R-ggvis
|
R-ggvis
|
||||||
|
R-gh
|
||||||
R-git2r
|
R-git2r
|
||||||
R-glmnet
|
R-glmnet
|
||||||
R-globals
|
R-globals
|
||||||
@@ -403,6 +412,7 @@ R-hypergeo
|
|||||||
R-ica
|
R-ica
|
||||||
R-igraph
|
R-igraph
|
||||||
R-import
|
R-import
|
||||||
|
R-ini
|
||||||
R-inline
|
R-inline
|
||||||
R-inum
|
R-inum
|
||||||
R-ipred
|
R-ipred
|
||||||
@@ -413,6 +423,7 @@ R-joineR
|
|||||||
R-joineRML
|
R-joineRML
|
||||||
R-jpeg
|
R-jpeg
|
||||||
R-jsonlite
|
R-jsonlite
|
||||||
|
R-keras
|
||||||
R-kernlab
|
R-kernlab
|
||||||
R-klaR
|
R-klaR
|
||||||
R-kmi
|
R-kmi
|
||||||
@@ -595,6 +606,7 @@ R-ranger
|
|||||||
R-rappdirs
|
R-rappdirs
|
||||||
R-raster
|
R-raster
|
||||||
R-rasterVis
|
R-rasterVis
|
||||||
|
R-rcmdcheck
|
||||||
R-reactR
|
R-reactR
|
||||||
R-readr
|
R-readr
|
||||||
R-readstata13
|
R-readstata13
|
||||||
@@ -604,6 +616,8 @@ R-registry
|
|||||||
R-relimp
|
R-relimp
|
||||||
R-rematch
|
R-rematch
|
||||||
R-rematch2
|
R-rematch2
|
||||||
|
R-remote
|
||||||
|
R-remotes
|
||||||
R-rentrez
|
R-rentrez
|
||||||
R-repr
|
R-repr
|
||||||
R-reprex
|
R-reprex
|
||||||
@@ -655,6 +669,7 @@ R-sendmailR
|
|||||||
R-seqinr
|
R-seqinr
|
||||||
R-seriation
|
R-seriation
|
||||||
R-seroincidence
|
R-seroincidence
|
||||||
|
R-sessioninfo
|
||||||
R-setRNG
|
R-setRNG
|
||||||
R-sfsmisc
|
R-sfsmisc
|
||||||
R-sgeostat
|
R-sgeostat
|
||||||
@@ -706,8 +721,10 @@ R-taxize
|
|||||||
R-tclust
|
R-tclust
|
||||||
R-tensor
|
R-tensor
|
||||||
R-tensorA
|
R-tensorA
|
||||||
|
R-tensorflow
|
||||||
R-testit
|
R-testit
|
||||||
R-testthat
|
R-testthat
|
||||||
|
R-tfruns
|
||||||
R-threejs
|
R-threejs
|
||||||
R-tibble
|
R-tibble
|
||||||
R-tidyr
|
R-tidyr
|
||||||
@@ -733,6 +750,7 @@ R-ucminf
|
|||||||
R-urca
|
R-urca
|
||||||
R-urltools
|
R-urltools
|
||||||
R-uroot
|
R-uroot
|
||||||
|
R-usethis
|
||||||
R-utf8
|
R-utf8
|
||||||
R-uuid
|
R-uuid
|
||||||
R-varImp
|
R-varImp
|
||||||
@@ -754,10 +772,12 @@ R-withr
|
|||||||
R-worrms
|
R-worrms
|
||||||
R-xfun
|
R-xfun
|
||||||
R-xml2
|
R-xml2
|
||||||
|
R-xopen
|
||||||
R-xtable
|
R-xtable
|
||||||
R-xts
|
R-xts
|
||||||
R-yaml
|
R-yaml
|
||||||
R-zCompositions
|
R-zCompositions
|
||||||
|
R-zeallot
|
||||||
R-zip
|
R-zip
|
||||||
R-zoo
|
R-zoo
|
||||||
Remmina
|
Remmina
|
||||||
@@ -781,10 +801,14 @@ SocksiPy-branch
|
|||||||
Sphinx
|
Sphinx
|
||||||
SuiteSparse
|
SuiteSparse
|
||||||
Tempita
|
Tempita
|
||||||
|
Texmaker
|
||||||
Theano
|
Theano
|
||||||
Thunar
|
Thunar
|
||||||
UkPostcodeParser
|
UkPostcodeParser
|
||||||
Vertex-theme
|
Vertex-theme
|
||||||
|
Vulkan-Headers
|
||||||
|
Vulkan-Loader
|
||||||
|
Vulkan-Tools
|
||||||
WALinuxAgent
|
WALinuxAgent
|
||||||
WSGIProxy2
|
WSGIProxy2
|
||||||
WSME
|
WSME
|
||||||
@@ -830,6 +854,7 @@ acl
|
|||||||
acme
|
acme
|
||||||
acpica-unix2
|
acpica-unix2
|
||||||
acrn-hypervisor
|
acrn-hypervisor
|
||||||
|
adapt-parser
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
aeon
|
aeon
|
||||||
aioeventlet
|
aioeventlet
|
||||||
@@ -873,6 +898,7 @@ argparse
|
|||||||
ark
|
ark
|
||||||
artikulate
|
artikulate
|
||||||
asciidoc
|
asciidoc
|
||||||
|
asciinema
|
||||||
asio
|
asio
|
||||||
asn1crypto
|
asn1crypto
|
||||||
aspell
|
aspell
|
||||||
@@ -890,6 +916,7 @@ at-spi2-atk
|
|||||||
at-spi2-core
|
at-spi2-core
|
||||||
atk
|
atk
|
||||||
atkmm
|
atkmm
|
||||||
|
atom
|
||||||
atomicwrites
|
atomicwrites
|
||||||
attica
|
attica
|
||||||
attr
|
attr
|
||||||
@@ -905,6 +932,7 @@ autofs
|
|||||||
autogen
|
autogen
|
||||||
automake
|
automake
|
||||||
automaton
|
automaton
|
||||||
|
awesome-wm
|
||||||
awscli
|
awscli
|
||||||
axel
|
axel
|
||||||
azure-configs
|
azure-configs
|
||||||
@@ -927,6 +955,7 @@ bashdb
|
|||||||
bats
|
bats
|
||||||
bazel
|
bazel
|
||||||
bc
|
bc
|
||||||
|
bcc
|
||||||
bcrypt
|
bcrypt
|
||||||
bdftopcf
|
bdftopcf
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
@@ -957,8 +986,10 @@ breeze
|
|||||||
breeze-gtk
|
breeze-gtk
|
||||||
breeze-icons
|
breeze-icons
|
||||||
bridge-utils
|
bridge-utils
|
||||||
|
bro
|
||||||
brotli
|
brotli
|
||||||
bsdiff
|
bsdiff
|
||||||
|
bspwm
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
buildreq-R
|
buildreq-R
|
||||||
buildreq-cmake
|
buildreq-cmake
|
||||||
@@ -1012,6 +1043,7 @@ cgdb
|
|||||||
cgit
|
cgit
|
||||||
chardet
|
chardet
|
||||||
check
|
check
|
||||||
|
check-manifest
|
||||||
cheese
|
cheese
|
||||||
cheroot
|
cheroot
|
||||||
chrome-gnome-shell
|
chrome-gnome-shell
|
||||||
@@ -1041,6 +1073,7 @@ clr-find-bundle
|
|||||||
clr-fwupd-hooks
|
clr-fwupd-hooks
|
||||||
clr-hardware-files
|
clr-hardware-files
|
||||||
clr-init
|
clr-init
|
||||||
|
clr-installer
|
||||||
clr-man-pages
|
clr-man-pages
|
||||||
clr-power-tweaks
|
clr-power-tweaks
|
||||||
clr-python-timestamp
|
clr-python-timestamp
|
||||||
@@ -1092,23 +1125,30 @@ commonmark
|
|||||||
compat-SDL2-soname1
|
compat-SDL2-soname1
|
||||||
compat-cryptsetup-soname4
|
compat-cryptsetup-soname4
|
||||||
compat-efivar-soname0
|
compat-efivar-soname0
|
||||||
|
compat-enchant-soname1
|
||||||
compat-fuse-soname2
|
compat-fuse-soname2
|
||||||
compat-gegl
|
compat-gegl
|
||||||
compat-gegl-0.3
|
compat-gegl-0.3
|
||||||
compat-glew-soname1
|
compat-glew-soname1
|
||||||
|
compat-gmime-26
|
||||||
compat-gtksourceview-soname3
|
compat-gtksourceview-soname3
|
||||||
compat-guile-soname20
|
compat-guile-soname20
|
||||||
compat-hdf5-soname10
|
compat-hdf5-soname10
|
||||||
compat-hyperscan-soname4
|
compat-hyperscan-soname4
|
||||||
|
compat-icu4c-soname61
|
||||||
compat-ipset-soname10
|
compat-ipset-soname10
|
||||||
compat-libical-soname2
|
compat-libical-soname2
|
||||||
|
compat-libidn-soname11
|
||||||
compat-libpng-soname12
|
compat-libpng-soname12
|
||||||
compat-libwebp-soname6
|
compat-libwebp-soname6
|
||||||
compat-llvm-soname4
|
compat-llvm-soname4
|
||||||
compat-llvm-soname5
|
compat-llvm-soname5
|
||||||
|
compat-llvm-soname6
|
||||||
compat-mpfr-soname4
|
compat-mpfr-soname4
|
||||||
compat-opencv-soname32
|
compat-opencv-soname32
|
||||||
compat-opencv-soname33
|
compat-opencv-soname33
|
||||||
|
compat-openssl-soname-10
|
||||||
|
compat-poppler-soname78
|
||||||
compat-protobuf-soname14
|
compat-protobuf-soname14
|
||||||
compat-protobuf-soname15
|
compat-protobuf-soname15
|
||||||
compat-readline
|
compat-readline
|
||||||
@@ -1129,8 +1169,10 @@ cov-core
|
|||||||
coverage
|
coverage
|
||||||
cpio
|
cpio
|
||||||
cppcheck
|
cppcheck
|
||||||
|
cpprestsdk
|
||||||
cppunit
|
cppunit
|
||||||
cpuid
|
cpuid
|
||||||
|
cpuloadgen
|
||||||
cracklib
|
cracklib
|
||||||
crcmod
|
crcmod
|
||||||
createrepo_c
|
createrepo_c
|
||||||
@@ -1155,6 +1197,7 @@ cyrus-sasl
|
|||||||
dapl
|
dapl
|
||||||
darktable
|
darktable
|
||||||
dask
|
dask
|
||||||
|
datefudge
|
||||||
db
|
db
|
||||||
dbus
|
dbus
|
||||||
dbus-broker
|
dbus-broker
|
||||||
@@ -1190,8 +1233,12 @@ django-discover-runner
|
|||||||
django-nose
|
django-nose
|
||||||
django-pyscss
|
django-pyscss
|
||||||
django_compressor
|
django_compressor
|
||||||
|
dldt
|
||||||
|
dldt-model-optimizer
|
||||||
|
dlt-daemon
|
||||||
dmenu
|
dmenu
|
||||||
dmidecode
|
dmidecode
|
||||||
|
dmlc-core
|
||||||
dnf
|
dnf
|
||||||
dnf-plugins-core
|
dnf-plugins-core
|
||||||
dnsmasq
|
dnsmasq
|
||||||
@@ -1213,6 +1260,7 @@ dosfstools
|
|||||||
double-conversion
|
double-conversion
|
||||||
dovecot
|
dovecot
|
||||||
doxygen
|
doxygen
|
||||||
|
dpcontracts
|
||||||
dpdk
|
dpdk
|
||||||
dracut
|
dracut
|
||||||
dragon
|
dragon
|
||||||
@@ -1221,10 +1269,12 @@ dstat
|
|||||||
dtc
|
dtc
|
||||||
dtopt
|
dtopt
|
||||||
dulwich
|
dulwich
|
||||||
|
dunst
|
||||||
duperemove
|
duperemove
|
||||||
dwarves
|
dwarves
|
||||||
dyskctl
|
dyskctl
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
|
earlyapp
|
||||||
ebtables
|
ebtables
|
||||||
ecdsa
|
ecdsa
|
||||||
ed
|
ed
|
||||||
@@ -1235,9 +1285,11 @@ efivar
|
|||||||
eigen
|
eigen
|
||||||
elasticsearch
|
elasticsearch
|
||||||
elasticsearch-dep
|
elasticsearch-dep
|
||||||
|
electric-fence
|
||||||
elementary-xfce
|
elementary-xfce
|
||||||
elfutils
|
elfutils
|
||||||
elixir
|
elixir
|
||||||
|
ell
|
||||||
emacs
|
emacs
|
||||||
empy
|
empy
|
||||||
enchant
|
enchant
|
||||||
@@ -1247,6 +1299,7 @@ envs
|
|||||||
eog
|
eog
|
||||||
eog-plugins
|
eog-plugins
|
||||||
epm
|
epm
|
||||||
|
eternalegypt
|
||||||
ethtool
|
ethtool
|
||||||
eventlet
|
eventlet
|
||||||
eventviews
|
eventviews
|
||||||
@@ -1266,6 +1319,7 @@ f2fs-tools
|
|||||||
faba-icon-theme
|
faba-icon-theme
|
||||||
fakeroot
|
fakeroot
|
||||||
fann
|
fann
|
||||||
|
fann2
|
||||||
farstream
|
farstream
|
||||||
fasteners
|
fasteners
|
||||||
fcgi
|
fcgi
|
||||||
@@ -1274,6 +1328,7 @@ fftw
|
|||||||
file
|
file
|
||||||
file-roller
|
file-roller
|
||||||
filelight
|
filelight
|
||||||
|
filelock
|
||||||
filesystem
|
filesystem
|
||||||
findutils
|
findutils
|
||||||
fio
|
fio
|
||||||
@@ -1291,6 +1346,7 @@ flake8-docstrings
|
|||||||
flake8-import-order
|
flake8-import-order
|
||||||
flake8-polyfill
|
flake8-polyfill
|
||||||
flatpak
|
flatpak
|
||||||
|
flatpak-builder
|
||||||
fldigi
|
fldigi
|
||||||
flex
|
flex
|
||||||
flmsg
|
flmsg
|
||||||
@@ -1302,6 +1358,8 @@ font-adobe-75dpi
|
|||||||
font-bitstream-type1
|
font-bitstream-type1
|
||||||
font-util
|
font-util
|
||||||
fontconfig
|
fontconfig
|
||||||
|
fontforge
|
||||||
|
fonttools
|
||||||
frameworkintegration
|
frameworkintegration
|
||||||
freeglut
|
freeglut
|
||||||
freeipmi
|
freeipmi
|
||||||
@@ -1384,6 +1442,7 @@ gnome-common
|
|||||||
gnome-control-center
|
gnome-control-center
|
||||||
gnome-desktop
|
gnome-desktop
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
|
gnome-doc-utils
|
||||||
gnome-flashback
|
gnome-flashback
|
||||||
gnome-font-viewer
|
gnome-font-viewer
|
||||||
gnome-icon-theme
|
gnome-icon-theme
|
||||||
@@ -1422,6 +1481,8 @@ gom
|
|||||||
goocanvas
|
goocanvas
|
||||||
google-api-python-client
|
google-api-python-client
|
||||||
google-apitools
|
google-apitools
|
||||||
|
google-auth
|
||||||
|
google-auth-httplib2
|
||||||
google-reauth
|
google-reauth
|
||||||
googletest
|
googletest
|
||||||
gperf
|
gperf
|
||||||
@@ -1486,6 +1547,7 @@ help2man
|
|||||||
hexchat
|
hexchat
|
||||||
hgtools
|
hgtools
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
|
hold
|
||||||
home-assistant
|
home-assistant
|
||||||
horizon
|
horizon
|
||||||
hostname
|
hostname
|
||||||
@@ -1514,28 +1576,38 @@ ibus-table
|
|||||||
icalendar
|
icalendar
|
||||||
icdiff
|
icdiff
|
||||||
iceauth
|
iceauth
|
||||||
|
icecream
|
||||||
icon-naming-utils
|
icon-naming-utils
|
||||||
icu4c
|
icu4c
|
||||||
idna
|
idna
|
||||||
idna-ssl
|
idna-ssl
|
||||||
|
ifaddr
|
||||||
iftop
|
iftop
|
||||||
|
ilmbase
|
||||||
|
image
|
||||||
imagesize
|
imagesize
|
||||||
imapfilter
|
imapfilter
|
||||||
imlib2
|
imlib2
|
||||||
indent
|
indent
|
||||||
infiniband-diags
|
infiniband-diags
|
||||||
|
inflection
|
||||||
influxdb
|
influxdb
|
||||||
iniparse
|
iniparse
|
||||||
init-rdahead
|
init-rdahead
|
||||||
inotify-tools
|
inotify-tools
|
||||||
|
intel-gmmlib
|
||||||
intel-gpu-tools
|
intel-gpu-tools
|
||||||
intel-hybrid-driver
|
intel-hybrid-driver
|
||||||
|
intel-media-driver
|
||||||
|
intelhex
|
||||||
intltool
|
intltool
|
||||||
ioc-cbc-tools
|
ioc-cbc-tools
|
||||||
ioping
|
ioping
|
||||||
iotop
|
iotop
|
||||||
ipaddr
|
ipaddr
|
||||||
ipaddress
|
ipaddress
|
||||||
|
ipdb
|
||||||
|
ipdbplugin
|
||||||
iperf
|
iperf
|
||||||
ipmctl
|
ipmctl
|
||||||
ipmitool
|
ipmitool
|
||||||
@@ -1568,6 +1640,7 @@ iw
|
|||||||
ixion
|
ixion
|
||||||
jansson
|
jansson
|
||||||
jaraco.functools
|
jaraco.functools
|
||||||
|
jdcal
|
||||||
jedi
|
jedi
|
||||||
jedi-vim
|
jedi-vim
|
||||||
jeepney
|
jeepney
|
||||||
@@ -1592,6 +1665,7 @@ jupyter_console
|
|||||||
jupyter_core
|
jupyter_core
|
||||||
jupyterlab
|
jupyterlab
|
||||||
jupyterlab_launcher
|
jupyterlab_launcher
|
||||||
|
jupyterlab_server
|
||||||
kactivities
|
kactivities
|
||||||
kactivities-stats
|
kactivities-stats
|
||||||
kactivitymanagerd
|
kactivitymanagerd
|
||||||
@@ -1704,6 +1778,7 @@ killbots
|
|||||||
kimageformats
|
kimageformats
|
||||||
kimagemapeditor
|
kimagemapeditor
|
||||||
kimap
|
kimap
|
||||||
|
kimchi
|
||||||
kinfocenter
|
kinfocenter
|
||||||
kinit
|
kinit
|
||||||
kio
|
kio
|
||||||
@@ -1753,6 +1828,7 @@ konqueror
|
|||||||
konquest
|
konquest
|
||||||
konsole
|
konsole
|
||||||
kontactinterface
|
kontactinterface
|
||||||
|
konversation
|
||||||
kpackage
|
kpackage
|
||||||
kparts
|
kparts
|
||||||
kpeople
|
kpeople
|
||||||
@@ -1764,6 +1840,7 @@ kqtquickcharts
|
|||||||
krb5
|
krb5
|
||||||
krdc
|
krdc
|
||||||
kreversi
|
kreversi
|
||||||
|
krita
|
||||||
kross
|
kross
|
||||||
kruler
|
kruler
|
||||||
krunner
|
krunner
|
||||||
@@ -1813,6 +1890,7 @@ ldb
|
|||||||
lensfun
|
lensfun
|
||||||
less
|
less
|
||||||
leveldb
|
leveldb
|
||||||
|
lftp
|
||||||
libICE
|
libICE
|
||||||
libSM
|
libSM
|
||||||
libX11
|
libX11
|
||||||
@@ -1853,6 +1931,7 @@ libassuan
|
|||||||
libasyncns
|
libasyncns
|
||||||
libatasmart
|
libatasmart
|
||||||
libatomic_ops
|
libatomic_ops
|
||||||
|
libavtp
|
||||||
libb64
|
libb64
|
||||||
libblockdev
|
libblockdev
|
||||||
libburn
|
libburn
|
||||||
@@ -1880,6 +1959,7 @@ libe-book
|
|||||||
libepoxy
|
libepoxy
|
||||||
libepubgen
|
libepubgen
|
||||||
liberasurecode
|
liberasurecode
|
||||||
|
liberation-fonts
|
||||||
libetonyek
|
libetonyek
|
||||||
libev
|
libev
|
||||||
libevdev
|
libevdev
|
||||||
@@ -1887,6 +1967,7 @@ libevent
|
|||||||
libexif
|
libexif
|
||||||
libexttextcat
|
libexttextcat
|
||||||
libffi
|
libffi
|
||||||
|
libffmpeg-stub
|
||||||
libfontenc
|
libfontenc
|
||||||
libfprint
|
libfprint
|
||||||
libfreehand
|
libfreehand
|
||||||
@@ -1912,10 +1993,12 @@ libgusb
|
|||||||
libgweather
|
libgweather
|
||||||
libical
|
libical
|
||||||
libidn
|
libidn
|
||||||
|
libidn2
|
||||||
libindicator
|
libindicator
|
||||||
libinput
|
libinput
|
||||||
libiscsi
|
libiscsi
|
||||||
libisofs
|
libisofs
|
||||||
|
libite
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libjpeg-turbo-soname8
|
libjpeg-turbo-soname8
|
||||||
libkcddb
|
libkcddb
|
||||||
@@ -1991,9 +2074,11 @@ libsigc++
|
|||||||
libsmbios
|
libsmbios
|
||||||
libsmi
|
libsmi
|
||||||
libsndfile
|
libsndfile
|
||||||
|
libsodium
|
||||||
libsolv
|
libsolv
|
||||||
libsoup
|
libsoup
|
||||||
libspectre
|
libspectre
|
||||||
|
libspiro
|
||||||
libsrtp
|
libsrtp
|
||||||
libssh
|
libssh
|
||||||
libssh2
|
libssh2
|
||||||
@@ -2005,6 +2090,8 @@ libtheora
|
|||||||
libtirpc
|
libtirpc
|
||||||
libtool
|
libtool
|
||||||
libudev0-shim
|
libudev0-shim
|
||||||
|
libuev
|
||||||
|
libuninameslist
|
||||||
libunistring
|
libunistring
|
||||||
libunwind
|
libunwind
|
||||||
libusb
|
libusb
|
||||||
@@ -2028,6 +2115,7 @@ libwpd
|
|||||||
libwpg
|
libwpg
|
||||||
libwps
|
libwps
|
||||||
libxcb
|
libxcb
|
||||||
|
libxdg-basedir
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
libxfce4util
|
libxfce4util
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
@@ -2042,6 +2130,8 @@ libyami-utils
|
|||||||
libzip
|
libzip
|
||||||
libzmf
|
libzmf
|
||||||
libzmq
|
libzmq
|
||||||
|
lightdm
|
||||||
|
lightdm-gtk-greeter
|
||||||
linecache2
|
linecache2
|
||||||
links
|
links
|
||||||
linux
|
linux
|
||||||
@@ -2052,6 +2142,8 @@ linux-gce
|
|||||||
linux-hyperv
|
linux-hyperv
|
||||||
linux-hyperv-lts
|
linux-hyperv-lts
|
||||||
linux-hyperv-mini
|
linux-hyperv-mini
|
||||||
|
linux-iot-lts2017-preempt-rt
|
||||||
|
linux-iot-lts2018
|
||||||
linux-kata
|
linux-kata
|
||||||
linux-kvm
|
linux-kvm
|
||||||
linux-libc-headers
|
linux-libc-headers
|
||||||
@@ -2064,9 +2156,11 @@ linux-steam-integration
|
|||||||
linux-tools
|
linux-tools
|
||||||
linuxptp
|
linuxptp
|
||||||
lksctp-tools
|
lksctp-tools
|
||||||
|
llfuse
|
||||||
llvm
|
llvm
|
||||||
llvmlite
|
llvmlite
|
||||||
lmdb
|
lmdb
|
||||||
|
locket
|
||||||
logilab-common
|
logilab-common
|
||||||
logrotate
|
logrotate
|
||||||
logutils
|
logutils
|
||||||
@@ -2075,9 +2169,12 @@ lsacpi
|
|||||||
lshw
|
lshw
|
||||||
lskat
|
lskat
|
||||||
lsof
|
lsof
|
||||||
|
lsscsi
|
||||||
ltp
|
ltp
|
||||||
ltrace
|
ltrace
|
||||||
lua
|
lua
|
||||||
|
lualgi
|
||||||
|
luarocks
|
||||||
lxml
|
lxml
|
||||||
lz4
|
lz4
|
||||||
lzip
|
lzip
|
||||||
@@ -2100,10 +2197,12 @@ mcelog
|
|||||||
mdadm
|
mdadm
|
||||||
mdds
|
mdds
|
||||||
media-player-info
|
media-player-info
|
||||||
|
mediasdk
|
||||||
meld
|
meld
|
||||||
memcached
|
memcached
|
||||||
memkind
|
memkind
|
||||||
memshrinker
|
memshrinker
|
||||||
|
mercurial
|
||||||
mesa
|
mesa
|
||||||
mesa-demos
|
mesa-demos
|
||||||
meson
|
meson
|
||||||
@@ -2124,6 +2223,7 @@ mistune
|
|||||||
mixer-tools
|
mixer-tools
|
||||||
mkfontdir
|
mkfontdir
|
||||||
mkfontscale
|
mkfontscale
|
||||||
|
mkl-dnn
|
||||||
mkosi
|
mkosi
|
||||||
mobile-broadband-provider-info
|
mobile-broadband-provider-info
|
||||||
mock
|
mock
|
||||||
@@ -2150,7 +2250,9 @@ mpfr
|
|||||||
mpg123
|
mpg123
|
||||||
mpi4py
|
mpi4py
|
||||||
mpmath
|
mpmath
|
||||||
|
mraa
|
||||||
msgpack
|
msgpack
|
||||||
|
msm
|
||||||
msmtp
|
msmtp
|
||||||
msr-tools
|
msr-tools
|
||||||
mstflint
|
mstflint
|
||||||
@@ -2165,8 +2267,11 @@ musl
|
|||||||
mutagen
|
mutagen
|
||||||
mutt
|
mutt
|
||||||
mutter
|
mutter
|
||||||
|
mxnet
|
||||||
|
mycroft-core
|
||||||
mypaint-brushes
|
mypaint-brushes
|
||||||
mypy
|
mypy
|
||||||
|
mypy_extensions
|
||||||
mythes
|
mythes
|
||||||
nagios-plugins
|
nagios-plugins
|
||||||
nano
|
nano
|
||||||
@@ -2185,6 +2290,7 @@ net-snmp
|
|||||||
net-tools
|
net-tools
|
||||||
netaddr
|
netaddr
|
||||||
netbase
|
netbase
|
||||||
|
netcdf
|
||||||
netdisco
|
netdisco
|
||||||
netifaces
|
netifaces
|
||||||
nettle
|
nettle
|
||||||
@@ -2220,8 +2326,10 @@ nrpe
|
|||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
nss-altfiles
|
nss-altfiles
|
||||||
|
nss-pam-ldapd
|
||||||
ntfs-3g
|
ntfs-3g
|
||||||
ntlm-auth
|
ntlm-auth
|
||||||
|
ntp
|
||||||
ntplib
|
ntplib
|
||||||
numactl
|
numactl
|
||||||
numatop
|
numatop
|
||||||
@@ -2236,11 +2344,13 @@ ocaml
|
|||||||
ocl-icd
|
ocl-icd
|
||||||
octave
|
octave
|
||||||
offlineimap
|
offlineimap
|
||||||
|
oiio
|
||||||
okular
|
okular
|
||||||
olefile
|
olefile
|
||||||
onig
|
onig
|
||||||
onnx
|
onnx
|
||||||
opa-psm2
|
opa-psm2
|
||||||
|
opcodes
|
||||||
open-iscsi
|
open-iscsi
|
||||||
open-isns
|
open-isns
|
||||||
open-lldp
|
open-lldp
|
||||||
@@ -2250,6 +2360,7 @@ openal-soft
|
|||||||
openblas
|
openblas
|
||||||
openconnect
|
openconnect
|
||||||
opencv
|
opencv
|
||||||
|
openexr
|
||||||
openjade
|
openjade
|
||||||
openjdk
|
openjdk
|
||||||
openjdk9
|
openjdk9
|
||||||
@@ -2311,6 +2422,11 @@ p11-kit
|
|||||||
p7zip
|
p7zip
|
||||||
packaging
|
packaging
|
||||||
pacrunner
|
pacrunner
|
||||||
|
padaos
|
||||||
|
padatious
|
||||||
|
paho-mqtt
|
||||||
|
paho.mqtt.c
|
||||||
|
paho.mqtt.cpp
|
||||||
palapeli
|
palapeli
|
||||||
pandas
|
pandas
|
||||||
pandoc
|
pandoc
|
||||||
@@ -2323,11 +2439,13 @@ paramiko
|
|||||||
parley
|
parley
|
||||||
parsedatetime
|
parsedatetime
|
||||||
parso
|
parso
|
||||||
|
partd
|
||||||
parted
|
parted
|
||||||
passlib
|
passlib
|
||||||
patch
|
patch
|
||||||
patchutils
|
patchutils
|
||||||
pathlib
|
pathlib
|
||||||
|
pathlib2
|
||||||
patsy
|
patsy
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pbr
|
pbr
|
||||||
@@ -2424,6 +2542,7 @@ perl-Clone-PP
|
|||||||
perl-Compress-Bzip2
|
perl-Compress-Bzip2
|
||||||
perl-Compress-Raw-Lzma
|
perl-Compress-Raw-Lzma
|
||||||
perl-Config-Any
|
perl-Config-Any
|
||||||
|
perl-Config-General
|
||||||
perl-Config-Grammar
|
perl-Config-Grammar
|
||||||
perl-Config-IniFiles
|
perl-Config-IniFiles
|
||||||
perl-Config-Std
|
perl-Config-Std
|
||||||
@@ -2639,6 +2758,7 @@ perl-Image-Size
|
|||||||
perl-Import-Into
|
perl-Import-Into
|
||||||
perl-Importer
|
perl-Importer
|
||||||
perl-Inline
|
perl-Inline
|
||||||
|
perl-Inline-C
|
||||||
perl-JSON
|
perl-JSON
|
||||||
perl-JSON-MaybeXS
|
perl-JSON-MaybeXS
|
||||||
perl-JSON-RPC
|
perl-JSON-RPC
|
||||||
@@ -2734,6 +2854,7 @@ perl-Net-IDN-Encode
|
|||||||
perl-Net-INET6Glue
|
perl-Net-INET6Glue
|
||||||
perl-Net-Ident
|
perl-Net-Ident
|
||||||
perl-Net-MAC
|
perl-Net-MAC
|
||||||
|
perl-Net-MQTT
|
||||||
perl-Net-NTP
|
perl-Net-NTP
|
||||||
perl-Net-OpenID-Common
|
perl-Net-OpenID-Common
|
||||||
perl-Net-OpenID-Consumer
|
perl-Net-OpenID-Consumer
|
||||||
@@ -2791,8 +2912,6 @@ perl-Pod-Plainer
|
|||||||
perl-Pod-Spell
|
perl-Pod-Spell
|
||||||
perl-Pod-Strip
|
perl-Pod-Strip
|
||||||
perl-PostScript-File
|
perl-PostScript-File
|
||||||
perl-Proc-Daemon
|
|
||||||
perl-Proc-ProcessTable
|
|
||||||
perl-Proc-Wait3
|
perl-Proc-Wait3
|
||||||
perl-Protocol-OSC
|
perl-Protocol-OSC
|
||||||
perl-Quota
|
perl-Quota
|
||||||
@@ -2861,7 +2980,7 @@ perl-Term-Table
|
|||||||
perl-Term-UI
|
perl-Term-UI
|
||||||
perl-Test-Assertions
|
perl-Test-Assertions
|
||||||
perl-Test-Base
|
perl-Test-Base
|
||||||
perl-Test-CleanNameSpaces
|
perl-Test-CleanNamespaces
|
||||||
perl-Test-Compile
|
perl-Test-Compile
|
||||||
perl-Test-Deep
|
perl-Test-Deep
|
||||||
perl-Test-Differences
|
perl-Test-Differences
|
||||||
@@ -2878,6 +2997,7 @@ perl-Test-Manifest
|
|||||||
perl-Test-MockModule
|
perl-Test-MockModule
|
||||||
perl-Test-MockTime
|
perl-Test-MockTime
|
||||||
perl-Test-More-UTF8
|
perl-Test-More-UTF8
|
||||||
|
perl-Test-Most
|
||||||
perl-Test-Needs
|
perl-Test-Needs
|
||||||
perl-Test-NoWarnings
|
perl-Test-NoWarnings
|
||||||
perl-Test-Number-Delta
|
perl-Test-Number-Delta
|
||||||
@@ -2894,6 +3014,7 @@ perl-Test-Strict
|
|||||||
perl-Test-Synopsis
|
perl-Test-Synopsis
|
||||||
perl-Test-TCP
|
perl-Test-TCP
|
||||||
perl-Test-Taint
|
perl-Test-Taint
|
||||||
|
perl-Test-Trap
|
||||||
perl-Test-UseAllModules
|
perl-Test-UseAllModules
|
||||||
perl-Test-Warn
|
perl-Test-Warn
|
||||||
perl-Test-Warnings
|
perl-Test-Warnings
|
||||||
@@ -3037,6 +3158,7 @@ portend
|
|||||||
positional
|
positional
|
||||||
posix_ipc
|
posix_ipc
|
||||||
postgresql
|
postgresql
|
||||||
|
povray
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
powertop
|
powertop
|
||||||
poxml
|
poxml
|
||||||
@@ -3058,6 +3180,7 @@ pth
|
|||||||
ptyprocess
|
ptyprocess
|
||||||
pugixml
|
pugixml
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
pulsectl
|
||||||
purpose
|
purpose
|
||||||
pv
|
pv
|
||||||
pwgen
|
pwgen
|
||||||
@@ -3065,10 +3188,12 @@ py
|
|||||||
pyOpenSSL
|
pyOpenSSL
|
||||||
pyScss
|
pyScss
|
||||||
pyaes
|
pyaes
|
||||||
|
pyalsaaudio
|
||||||
pyaml
|
pyaml
|
||||||
pyasn1
|
pyasn1
|
||||||
pyasn1-modules
|
pyasn1-modules
|
||||||
pyatspi
|
pyatspi
|
||||||
|
pybind11
|
||||||
pycadf
|
pycadf
|
||||||
pycairo
|
pycairo
|
||||||
pycodestyle
|
pycodestyle
|
||||||
@@ -3080,16 +3205,18 @@ pydot
|
|||||||
pydot_ng
|
pydot_ng
|
||||||
pydotplus
|
pydotplus
|
||||||
pyeclib
|
pyeclib
|
||||||
|
pyee
|
||||||
pyemd
|
pyemd
|
||||||
pyflakes
|
pyflakes
|
||||||
pygobject
|
pygobject
|
||||||
pyinotify
|
pyinotify
|
||||||
pykerberos
|
pykerberos
|
||||||
|
pylama
|
||||||
pyliblzma
|
pyliblzma
|
||||||
pylint
|
pylint
|
||||||
pymemcache
|
pymemcache
|
||||||
pymongo
|
pymongo
|
||||||
pynacl
|
pyotp
|
||||||
pypandoc
|
pypandoc
|
||||||
pyparsing
|
pyparsing
|
||||||
pyperclip
|
pyperclip
|
||||||
@@ -3097,6 +3224,7 @@ pypowervm
|
|||||||
pyquery
|
pyquery
|
||||||
pyreadline
|
pyreadline
|
||||||
pyrfc3339
|
pyrfc3339
|
||||||
|
pyroma
|
||||||
pyroute2
|
pyroute2
|
||||||
pyrsistent
|
pyrsistent
|
||||||
pysaml2
|
pysaml2
|
||||||
@@ -3104,8 +3232,10 @@ pysendfile
|
|||||||
pyserial
|
pyserial
|
||||||
pysnmp
|
pysnmp
|
||||||
pytest
|
pytest
|
||||||
|
pytest-asyncio
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-forked
|
pytest-forked
|
||||||
|
pytest-randomly
|
||||||
pytest-repeat
|
pytest-repeat
|
||||||
pytest-rerunfailures
|
pytest-rerunfailures
|
||||||
pytest-runner
|
pytest-runner
|
||||||
@@ -3119,12 +3249,16 @@ python-barbicanclient
|
|||||||
python-ceilometerclient
|
python-ceilometerclient
|
||||||
python-cinderclient
|
python-cinderclient
|
||||||
python-dateutil
|
python-dateutil
|
||||||
|
python-dateutil-legacypython
|
||||||
python-designateclient
|
python-designateclient
|
||||||
|
python-dldt
|
||||||
python-editor
|
python-editor
|
||||||
python-future
|
python-future
|
||||||
python-gflags
|
python-gflags
|
||||||
python-glanceclient
|
python-glanceclient
|
||||||
|
python-graphviz
|
||||||
python-heatclient
|
python-heatclient
|
||||||
|
python-hwinfo
|
||||||
python-kconfiglib
|
python-kconfiglib
|
||||||
python-keystoneclient
|
python-keystoneclient
|
||||||
python-krbV
|
python-krbV
|
||||||
@@ -3138,6 +3272,7 @@ python-mock
|
|||||||
python-multilib
|
python-multilib
|
||||||
python-neutronclient
|
python-neutronclient
|
||||||
python-novaclient
|
python-novaclient
|
||||||
|
python-openid
|
||||||
python-openstackclient
|
python-openstackclient
|
||||||
python-openzwave
|
python-openzwave
|
||||||
python-perf
|
python-perf
|
||||||
@@ -3150,13 +3285,18 @@ python-senlinclient
|
|||||||
python-subunit
|
python-subunit
|
||||||
python-swiftclient
|
python-swiftclient
|
||||||
python-systemd
|
python-systemd
|
||||||
|
python-tabulate
|
||||||
python-tappy
|
python-tappy
|
||||||
python-toml
|
python-toml
|
||||||
python-troveclient
|
python-troveclient
|
||||||
python-urwid
|
python-urwid
|
||||||
|
python-vlc
|
||||||
python-zaqarclient
|
python-zaqarclient
|
||||||
python-zeep
|
python-zeep
|
||||||
|
python-zstandard
|
||||||
|
python2-mod_wsgi
|
||||||
python3
|
python3
|
||||||
|
pytools
|
||||||
pytz
|
pytz
|
||||||
pyudev
|
pyudev
|
||||||
pywbem
|
pywbem
|
||||||
@@ -3171,6 +3311,7 @@ qpdf
|
|||||||
qpid-python
|
qpid-python
|
||||||
qqc2-desktop-style
|
qqc2-desktop-style
|
||||||
qrencode
|
qrencode
|
||||||
|
qscintilla
|
||||||
qt-creator
|
qt-creator
|
||||||
qt3d
|
qt3d
|
||||||
qtbase
|
qtbase
|
||||||
@@ -3227,6 +3368,7 @@ redsocks
|
|||||||
reno
|
reno
|
||||||
reportlab
|
reportlab
|
||||||
repoze.lru
|
repoze.lru
|
||||||
|
repoze.sphinx.autointerface
|
||||||
repoze.who
|
repoze.who
|
||||||
requests
|
requests
|
||||||
requests-kerberos
|
requests-kerberos
|
||||||
@@ -3252,6 +3394,7 @@ rsa
|
|||||||
rsync
|
rsync
|
||||||
rt-tests
|
rt-tests
|
||||||
rtslib-fb
|
rtslib-fb
|
||||||
|
ruamel-yaml
|
||||||
ruby
|
ruby
|
||||||
runc
|
runc
|
||||||
rust-std32
|
rust-std32
|
||||||
@@ -3285,6 +3428,7 @@ sed
|
|||||||
selenium
|
selenium
|
||||||
semantic_version
|
semantic_version
|
||||||
serf
|
serf
|
||||||
|
serpent
|
||||||
setproctitle
|
setproctitle
|
||||||
setserial
|
setserial
|
||||||
setuptools
|
setuptools
|
||||||
@@ -3296,6 +3440,7 @@ sg3_utils
|
|||||||
shadow
|
shadow
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
sharutils
|
sharutils
|
||||||
|
shell
|
||||||
shim
|
shim
|
||||||
siege
|
siege
|
||||||
simg-tools
|
simg-tools
|
||||||
@@ -3324,6 +3469,7 @@ source-highlight
|
|||||||
sox
|
sox
|
||||||
spandsp
|
spandsp
|
||||||
spark-dep
|
spark-dep
|
||||||
|
spectacle
|
||||||
speex
|
speex
|
||||||
speexdsp
|
speexdsp
|
||||||
sphinx-feature-classification
|
sphinx-feature-classification
|
||||||
@@ -3332,6 +3478,7 @@ sphinxcontrib-apidoc
|
|||||||
sphinxcontrib-blockdiag
|
sphinxcontrib-blockdiag
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
sphinxcontrib-newsfeed
|
sphinxcontrib-newsfeed
|
||||||
|
sphinxcontrib-programoutput
|
||||||
sphinxcontrib-websupport
|
sphinxcontrib-websupport
|
||||||
spi-tools
|
spi-tools
|
||||||
spice
|
spice
|
||||||
@@ -3370,6 +3517,7 @@ swupd-client
|
|||||||
swupd-overdue
|
swupd-overdue
|
||||||
swupd-probe
|
swupd-probe
|
||||||
swupd-server
|
swupd-server
|
||||||
|
sxhkd
|
||||||
sympy
|
sympy
|
||||||
syndication
|
syndication
|
||||||
synergy
|
synergy
|
||||||
@@ -3416,6 +3564,7 @@ text-unidecode
|
|||||||
tflearn
|
tflearn
|
||||||
tgt
|
tgt
|
||||||
thermal_daemon
|
thermal_daemon
|
||||||
|
thermal_monitor
|
||||||
thin-provisioning-tools
|
thin-provisioning-tools
|
||||||
threadweaver
|
threadweaver
|
||||||
thrift
|
thrift
|
||||||
@@ -3432,11 +3581,16 @@ tiptop
|
|||||||
tk
|
tk
|
||||||
tmux
|
tmux
|
||||||
tokyocabinet
|
tokyocabinet
|
||||||
|
toolz
|
||||||
tooz
|
tooz
|
||||||
tornado
|
tornado
|
||||||
totem
|
totem
|
||||||
totem-pl-parser
|
totem-pl-parser
|
||||||
tox
|
tox
|
||||||
|
tpm2-abrmd
|
||||||
|
tpm2-simulator
|
||||||
|
tpm2-tools
|
||||||
|
tpm2-tss
|
||||||
tqdm
|
tqdm
|
||||||
traceback2
|
traceback2
|
||||||
traceroute
|
traceroute
|
||||||
@@ -3447,6 +3601,7 @@ tree
|
|||||||
trollius
|
trollius
|
||||||
typed-ast
|
typed-ast
|
||||||
typing
|
typing
|
||||||
|
typing_extensions
|
||||||
tzdata
|
tzdata
|
||||||
tzlocal
|
tzlocal
|
||||||
ua-parser
|
ua-parser
|
||||||
@@ -3461,6 +3616,7 @@ unison
|
|||||||
unittest2
|
unittest2
|
||||||
unixODBC
|
unixODBC
|
||||||
unzip
|
unzip
|
||||||
|
upm
|
||||||
upower
|
upower
|
||||||
uritemplate
|
uritemplate
|
||||||
urlgrabber
|
urlgrabber
|
||||||
@@ -3495,10 +3651,10 @@ voluptuous
|
|||||||
voluptuous-serialize
|
voluptuous-serialize
|
||||||
vsqlite
|
vsqlite
|
||||||
vte
|
vte
|
||||||
vulkan-sdk
|
|
||||||
waffle
|
waffle
|
||||||
waitress
|
waitress
|
||||||
warlock
|
warlock
|
||||||
|
watchdogd
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
wcwidth
|
wcwidth
|
||||||
@@ -3513,11 +3669,13 @@ weston
|
|||||||
wget
|
wget
|
||||||
wheel
|
wheel
|
||||||
which
|
which
|
||||||
|
whois
|
||||||
widgetsnbextension
|
widgetsnbextension
|
||||||
winpdb
|
winpdb
|
||||||
wireless-regdb-master
|
wireless-regdb-master
|
||||||
wireshark
|
wireshark
|
||||||
woff2
|
woff2
|
||||||
|
wok
|
||||||
wol
|
wol
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
wrapt
|
wrapt
|
||||||
@@ -3603,6 +3761,7 @@ xwd
|
|||||||
xwininfo
|
xwininfo
|
||||||
xz
|
xz
|
||||||
yajl
|
yajl
|
||||||
|
yakuake
|
||||||
yaml
|
yaml
|
||||||
yarl
|
yarl
|
||||||
yarn
|
yarn
|
||||||
@@ -3612,7 +3771,6 @@ yelp-tools
|
|||||||
yelp-xsl
|
yelp-xsl
|
||||||
yum
|
yum
|
||||||
yum-metadata-parser
|
yum-metadata-parser
|
||||||
yum-utils
|
|
||||||
zVMCloudConnector
|
zVMCloudConnector
|
||||||
zake
|
zake
|
||||||
zc.lockfile
|
zc.lockfile
|
||||||
|
|||||||
+9
-1
@@ -43,11 +43,19 @@ if [ ! -f "$IMAGE" ]; then
|
|||||||
fi
|
fi
|
||||||
rm -f debug.log
|
rm -f debug.log
|
||||||
|
|
||||||
|
# 10/25/2018: keep back compatibility for a while
|
||||||
|
UEFI_BIOS="-bios OVMF.fd"
|
||||||
|
|
||||||
|
if [ -f OVMF_VARS.fd -a -f OVMF_CODE.fd ]; then
|
||||||
|
UEFI_BIOS=" -drive file=OVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on "
|
||||||
|
UEFI_BIOS+=" -drive file=OVMF_VARS.fd,if=pflash,format=raw,unit=1 "
|
||||||
|
fi
|
||||||
|
|
||||||
VMN=${VMN:=1}
|
VMN=${VMN:=1}
|
||||||
|
|
||||||
qemu-system-x86_64 \
|
qemu-system-x86_64 \
|
||||||
-enable-kvm \
|
-enable-kvm \
|
||||||
-bios OVMF.fd \
|
${UEFI_BIOS} \
|
||||||
-smp sockets=1,cpus=4,cores=2 -cpu host \
|
-smp sockets=1,cpus=4,cores=2 -cpu host \
|
||||||
-m 1024 \
|
-m 1024 \
|
||||||
-vga none -nographic \
|
-vga none -nographic \
|
||||||
|
|||||||
+12
-3
@@ -6,6 +6,7 @@ SERVERCA=""
|
|||||||
CLIENTCA=""
|
CLIENTCA=""
|
||||||
WORKSPACE="clearlinux"
|
WORKSPACE="clearlinux"
|
||||||
PACKAGE_REPOS=
|
PACKAGE_REPOS=
|
||||||
|
NEEDS_KVM_GROUP=
|
||||||
|
|
||||||
help() {
|
help() {
|
||||||
printf "%s\n" >&2 "Usage: $SCRIPT [options]" \
|
printf "%s\n" >&2 "Usage: $SCRIPT [options]" \
|
||||||
@@ -115,6 +116,10 @@ required_progs() {
|
|||||||
|
|
||||||
required_progs
|
required_progs
|
||||||
|
|
||||||
|
if ! groups | grep -qw kvm; then
|
||||||
|
NEEDS_KVM_GROUP=1
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Initializing development workspace in \"$WORKSPACE\" . . ."
|
echo "Initializing development workspace in \"$WORKSPACE\" . . ."
|
||||||
|
|
||||||
mkdir "$WORKSPACE"
|
mkdir "$WORKSPACE"
|
||||||
@@ -146,8 +151,10 @@ if [ "$USE_KOJI" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Adding user to kvm group . . ."
|
if [ -n "$NEEDS_KVM_GROUP" ]; then
|
||||||
sudo usermod -a -G kvm $USER
|
echo "Adding user to kvm group . . ."
|
||||||
|
sudo usermod -a -G kvm $USER
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Cloning special project repositories . . ."
|
echo "Cloning special project repositories . . ."
|
||||||
make ${JOBS_ARG} clone-projects
|
make ${JOBS_ARG} clone-projects
|
||||||
@@ -179,7 +186,9 @@ if [ -z "$PACKAGE_REPOS" ]; then
|
|||||||
echo "NOTE: To clone all package repos, run \"cd $WORKSPACE; make [-j NUM] clone-packages\""
|
echo "NOTE: To clone all package repos, run \"cd $WORKSPACE; make [-j NUM] clone-packages\""
|
||||||
echo "NOTE: To clone a single package repo with NAME, run \"cd $WORKSPACE; make clone_NAME\""
|
echo "NOTE: To clone a single package repo with NAME, run \"cd $WORKSPACE; make clone_NAME\""
|
||||||
fi
|
fi
|
||||||
echo 'NOTE: logout and log back in to finalize the setup process'
|
if [ -n "$NEEDS_KVM_GROUP" ]; then
|
||||||
|
echo 'NOTE: logout and log back in to finalize the setup process'
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# vi: ft=sh sw=2 et sts=2
|
# vi: ft=sh sw=2 et sts=2
|
||||||
|
|||||||
Reference in New Issue
Block a user