Compare commits

..

12 Commits

Author SHA1 Message Date
clrbuilder f62255e8c3 Update packages file for version 35190
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-10-28 00:08:22 -07:00
Patrick McCarty 2d1a67d3b0 Revise handling of autospec repo
Always clone autospec from the upstream clearlinux/autospec github repo
regardless of whether a gitolite instance is configured.

Also, do not set the repo's pushurl, since the expectation is for
contributors to push changes to github forks of autospec, not directly
to the upstream repo.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-10-19 12:12:13 -07:00
clrbuilder 65c7cc8db6 Update packages file for version 35150
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-10-19 00:07:14 -07:00
clrbuilder 5c7f52dc15 Update packages file for version 35140
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-10-16 07:10:13 -07:00
clrbuilder 6d165ea0dd Update packages file for version 35120
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-10-12 00:08:51 -07:00
clrbuilder c4ce7408a7 Update packages file for version 35110
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-10-07 00:06:50 -07:00
clrbuilder 2cf46aa5a4 Update packages file for version 35100
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-10-05 00:07:09 -07:00
Patrick McCarty a84e3f08e2 Replace bro with zeek
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-10-01 10:26:32 -07:00
clrbuilder 5322002ad9 Update packages file for version 35090
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-09-30 00:09:49 -07:00
clrbuilder ad8fd73cfe Update packages file for version 35080
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-09-28 00:10:55 -07:00
insilications 347e0e60a5 Fix clear.cfg
- Use jinja expansions for useradd macros.

- Use config_opts['use_bootstrap'] instead of
config_opts['use_bootstrap_container'] (deprecated in 2.4.1)

[Adapted by Patrick McCarty from the analogous patch to the `mock`
package.]

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-09-23 10:39:22 -07:00
clrbuilder 9fea6124da Update packages file for version 35070
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-09-23 00:06:03 -07:00
3 changed files with 53 additions and 10 deletions
+6 -6
View File
@@ -31,11 +31,13 @@ $(proj_PKGS):
@proj=$(patsubst proj_%,%,$@); \
[ -d projects/$$proj ] || ( \
echo "Checking out: projects/$$proj"; \
git clone $(PRJ_BASE_URL)/$$proj projects/$$proj; \
cd projects/$$proj; \
if [ "$$proj" = "autospec" ] ; then \
git remote set-url --push origin git@github.com:clearlinux/autospec.git; \
git clone https://github.com/clearlinux/autospec.git projects/autospec; \
else \
git clone $(PRJ_BASE_URL)/$$proj projects/$$proj; \
fi; \
cd projects/$$proj; \
if [ "$$proj" != "autospec" ] ; then \
$(call gitoliteurl,projects/$$proj); \
fi; \
$(call subjectprefix,$$proj); \
@@ -76,9 +78,7 @@ ${PULL_PKGS}:
fi ; \
git --no-pager log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit $$O..$$N; echo; \
fi ; \
if [ "$$p" = "projects/autospec" ] ; then \
git remote set-url --push origin git@github.com:clearlinux/autospec.git; \
else \
if [ "$$p" != "projects/autospec" ] ; then \
$(call gitoliteurl,$$p); \
fi ; \
else \
+2 -2
View File
@@ -4,14 +4,14 @@ config_opts['legal_host_arches'] = ('x86_64',)
config_opts['chroot_setup_cmd'] = 'groupinstall build srpm-build'
config_opts['dist'] = 'clear' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['useradd'] = '/usr/sbin/useradd -m -u %(uid)s -g %(gid)s -d %(home)s %(user)s'
config_opts['useradd'] = '/usr/sbin/useradd -m -u {{chrootuid}} -g {{chrootgid}} -d {{chroothome}} {{chrootuser}}'
config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['root_cache_opts']['compress_program'] = 'zstd -5'
config_opts['plugin_conf']['root_cache_opts']['extension'] = '.zst'
config_opts['releasever'] = 'clear'
config_opts['package_manager'] = 'dnf'
config_opts['chrootgroup'] = 'mockbuild'
config_opts['use_bootstrap_container'] = False
config_opts['use_bootstrap'] = False
config_opts['dnf.conf'] = """
+45 -2
View File
@@ -155,6 +155,7 @@ R-NLP
R-NMF
R-NMOF
R-PKI
R-ParamHelpers
R-PerformanceAnalytics
R-R.cache
R-R.methodsS3
@@ -172,6 +173,7 @@ R-RJSONIO
R-RNeXML
R-RNetCDF
R-ROCR
R-ROSE
R-RProtoBuf
R-RSQLite
R-RSclient
@@ -226,6 +228,7 @@ R-adegraphics
R-adephylo
R-adespatial
R-afex
R-alabama
R-alr3
R-analogue
R-animation
@@ -238,6 +241,9 @@ R-askpass
R-assertthat
R-backports
R-base64enc
R-base64url
R-basefun
R-batchtools
R-bayesm
R-bayesplot
R-bazar
@@ -301,6 +307,7 @@ R-combinat
R-commonmark
R-compositions
R-conditionz
R-coneproj
R-config
R-conflicted
R-conquer
@@ -427,6 +434,7 @@ R-flexsurv
R-float
R-fontBitstreamVera
R-fontLiberation
R-fontawesome
R-fontquiver
R-forcats
R-foreach
@@ -460,6 +468,7 @@ R-geojson
R-geometry
R-gert
R-getopt
R-ggfortify
R-ggjoy
R-ggplot2
R-ggplot2movies
@@ -614,6 +623,8 @@ R-mitools
R-mixtools
R-mlbench
R-mlmRev
R-mlr
R-mlt
R-mnormt
R-mockery
R-mockr
@@ -653,11 +664,13 @@ R-optextras
R-optimx
R-optparse
R-ordinal
R-orthopolynom
R-pROC
R-packrat
R-palmerpenguins
R-pamr
R-pander
R-parallelMap
R-parallelly
R-parsedate
R-partitions
@@ -675,6 +688,7 @@ R-pdfCluster
R-pdftools
R-pdp
R-permute
R-perry
R-phangorn
R-pheatmap
R-phylobase
@@ -806,6 +820,7 @@ R-rngWELL
R-rngtools
R-robCompositions
R-robust
R-robustHD
R-robustbase
R-rootSolve
R-rotl
@@ -918,6 +933,7 @@ R-testthat
R-texreg
R-textshaping
R-tfruns
R-themis
R-threejs
R-tibble
R-tidyr
@@ -936,12 +952,14 @@ R-topicmodels
R-tree
R-triebeard
R-trimcluster
R-trtf
R-truncdist
R-truncnorm
R-tseries
R-tsne
R-tzdb
R-ucminf
R-unbalanced
R-units
R-unix
R-urca
@@ -951,6 +969,7 @@ R-usethis
R-utf8
R-uuid
R-varImp
R-variables
R-vcd
R-vcdExtra
R-vcr
@@ -1206,8 +1225,6 @@ breeze
breeze-gtk
breeze-icons
bridge-utils
bro
bro-af_packet-plugin
brotli
brotlipy
bsdiff
@@ -1296,6 +1313,7 @@ clr-bundle-screenshots
clr-bundles
clr-debug-info
clr-desktop-defaults
clr-elf-replace
clr-find-bundle
clr-fwupd-hooks
clr-hardware-files
@@ -1351,13 +1369,17 @@ compat-gtksourceview-soname3
compat-libffi-soname6
compat-libpng-soname12
compat-libsigc++-soname20
compat-libsoup-soname-24
compat-libva-soname1
compat-libvpx-soname6
compat-lua-52
compat-lua-53
compat-nettle-soname7
compat-pangomm-soname14
compat-protobuf-soname23
compat-readline-soname5
compat-tracker-soname2.0
compat-webkitgtk-soname40
complete
component
compute-image-packages
@@ -1367,6 +1389,7 @@ confuse
conky
conmon
connect-proxy
connections
conntrack-tools
console-autostart
containerd
@@ -1656,6 +1679,7 @@ gexiv2
gfbgraph
gflags
gftp
gh
ghc
ghostscript
giflib
@@ -1800,6 +1824,7 @@ gstreamer-vaapi
gsutil
gtk+
gtk-doc
gtk-frdp
gtk-vnc
gtk-xfce-engine
gtk3
@@ -1891,6 +1916,7 @@ imlib2
importlib_metadata
importlib_resources
indent
inflection
influxdb
iniconfig
inih
@@ -1993,6 +2019,7 @@ jupyterlab_launcher
jupyterlab_pygments
jupyterlab_server
jupyterlab_widgets
kaccounts-integration
kactivities
kactivities-stats
kactivitymanagerd
@@ -2253,6 +2280,8 @@ libXvMC
libXxf86dga
libabigail
libabw
libaccounts-glib
libaccounts-qt
libadwaita
libaio
libappindicator
@@ -2262,6 +2291,7 @@ libass
libassuan
libatasmart
libatomic_ops
libavif
libavtp
libb64
libblockdev
@@ -2493,6 +2523,7 @@ libwnck3
libwpd
libwpg
libwps
libxcvt
libxdg-basedir
libxfce4ui
libxfce4util
@@ -3837,6 +3868,7 @@ postgresql
postgresql11
postgresql12
postgresql13
postgresql14
potrace
powerdevil
powerline-fonts
@@ -3928,6 +3960,7 @@ pytest-asyncio
pytest-cov
pytest-forked
pytest-localserver
pytest-mock
pytest-randomly
pytest-repeat
pytest-rerunfailures
@@ -3952,6 +3985,7 @@ python-hwinfo
python-jsonrpc-server
python-kconfiglib
python-language-server
python-lsp-black
python-lsp-jsonrpc
python-lsp-server
python-magic
@@ -3963,6 +3997,7 @@ python-openzwave
python-pkgconfig
python-pocketlint
python-polib
python-remoto
python-rpm-packaging
python-slip
python-slugify
@@ -3999,6 +4034,7 @@ qqc2-desktop-style
qrencode
qscintilla
qsstv
qstylizer
qt-creator
qt3d
qt5ct
@@ -4165,6 +4201,7 @@ shared-mime-info
sharutils
shim
siege
signond
simg-tools
simple-scan
simplegeneric
@@ -4288,6 +4325,7 @@ tdb
telemetrics-client
telepathy-glib
telepathy-qt
templated-dictionary
tempora
tensorboard
tensorflow
@@ -4432,6 +4470,7 @@ vsts-cd-manager
vte
waffle
waitress
watchdog
wavpack
wayland
wayland-protocols
@@ -4521,6 +4560,7 @@ xkill
xl2tpd
xlog
xmlb
xmldiff
xmlschema
xmlsec1
xmlstarlet
@@ -4565,6 +4605,8 @@ zabbix
zathura
zathura-pdf-poppler
zc.lockfile
zeek
zeek-af_packet-plugin
zenity
zeroconf
zeroconf-ioslave
@@ -4591,3 +4633,4 @@ zope.testrunner
zopfli
zsh
zstd
zstd-bin