Compare commits

..

27 Commits

Author SHA1 Message Date
clrbuilder 4133026569 Update packages file for version 34430
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-03-23 00:08:00 -07:00
clrbuilder 60de5ce7d5 Update packages file for version 34400
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-03-18 15:11:31 -07:00
clrbuilder 91a4c42013 Update packages file for version 34380
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-03-16 00:07:41 -07:00
Patrick McCarty 49289f00d9 install-debuginfo-local: fix up symlinks to avoid lookaside directory
Because clr-debug-info doesn't yet use the lookaside location
(/usr/share/debug), we still need to modify the debuginfo symlinks to
point to the location under /usr/lib/debug.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-03-16 02:23:32 +00:00
clrbuilder 64a279e8f8 Update packages file for version 34370
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-03-11 00:08:25 -08:00
Patrick McCarty c4709f40af spdx: update for 3.12 release
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-03-09 23:57:50 +00:00
clrbuilder b443e169d5 Update packages file for version 34360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-03-09 00:06:34 -08:00
Patrick McCarty cd55363a3c Improve detection of the debuginfo rpm
It's not likely for a package name to have the substring "-debuginfo",
but just in case, implement more robust detection of the actual
debuginfo rpm for a package by constructing the name more carefully.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-03-09 06:19:40 +00:00
Patrick McCarty e0054520f8 Filter out debuginfo rpms when scanning for banned files
The debuginfo subpackages are automatically generated, with content
installed according to a predefined directory layout, so there is little
value in checking for banned files they may ship.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-03-09 06:02:10 +00:00
Patrick McCarty ecb84bfabf Add two new CRAN packages
Needed to satisfy new updates for `R-kableExtra` and `R-ks`.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-03-08 22:43:34 +00:00
clrbuilder 6b3a74eea5 Update packages file for version 34350
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-03-04 00:08:35 -08:00
Patrick McCarty 9b81676c6f The make diff command should ignore untracked content
If a package repo contains only untracked content, `make diff` prints
output for it in this form:

    Uncommitted changes in: packages/FOO
     0 files changed

Avoid this type of output by more carefully detecting local package repo
changes that will actually produce a diffstat.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-03-04 02:17:03 +00:00
clrbuilder e0844510f6 Update packages file for version 34340
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-03-02 12:35:14 -08:00
clrbuilder 536b562a5b Update packages file for version 34330
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-03-02 08:12:17 -08:00
clrbuilder c4cb75a89f Update packages file for version 34310
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-02-25 00:07:59 -08:00
clrbuilder 244e21ef2d Update packages file for version 34300
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-02-23 00:09:02 -08:00
clrbuilder 8defd1c276 Update packages file for version 34290
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-02-18 00:08:17 -08:00
clrbuilder 3bd55aea4f Update packages file for version 34280
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-02-16 00:08:08 -08:00
clrbuilder e76c4bd179 Update packages file for version 34270
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-02-11 00:07:31 -08:00
clrbuilder 2383eca632 Update packages file for version 34260
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-02-09 00:08:27 -08:00
clrbuilder 89f861fda6 Update packages file for version 34250
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-02-04 00:07:32 -08:00
clrbuilder 447126c594 Update packages file for version 34230
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-02-02 00:09:39 -08:00
Patrick McCarty a3ad322a0a Add a few new R packages
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-01-27 23:17:04 +00:00
clrbuilder c357625466 Update packages file for version 34200
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-01-26 00:09:59 -08:00
clrbuilder ee3938da6c Update packages file for version 34190
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-01-21 00:07:46 -08:00
clrbuilder d86d9e564d Update packages file for version 34170
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-01-14 00:07:31 -08:00
clrbuilder df467c348a Update packages file for version 34160
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-01-12 00:08:32 -08:00
4 changed files with 76 additions and 13 deletions
+6 -2
View File
@@ -17,7 +17,7 @@ SRPMVERS = $(shell [ ! -f $(SPECFILE) ] || $(call queryspec,%{NVR}\n,$(SPECFILE)
SRPMFILE = results/$(SRPMVERS).src.rpm
LATEST_RPMS = $(wildcard rpms/*.rpm)
DEBUGINFO_RPM = $(wildcard rpms/*-debuginfo-*.rpm)
DEBUGINFO_RPM = $(wildcard rpms/${PKG_NAME}-debuginfo-$(shell $(call queryspec,%{V}-%{R},${SPECFILE})).*.rpm)
RPMS ?= $(LATEST_RPMS)
WITH_SUDO = $(shell cmp /usr/bin/mock /usr/sbin/mock &> /dev/null && echo sudo )
@@ -78,7 +78,7 @@ configemail:
#help checkblacklist: Verify rpms files to not include banned files for Clear Linux OS.
checkblacklist:
@$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist results/*.rpm
@$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist $(filter-out ${DEBUGINFO_RPM},${RPMS})
prebuild-checks:
@@ -451,6 +451,10 @@ install-debuginfo-local:
sudo chown -R dbginfo:dbginfo "$$d"; \
sudo cp -a "$$d" $$dest/; \
done; \
find $$tmpdir/usr/share/debug/.build-id -type l 2> /dev/null | while read -r link; do \
new_target=$$(readlink $$link | sed 's|/usr/share/debug|/usr/lib/debug|'); \
sudo ln -sf "$$new_target" "$$link"; \
done; \
find $$tmpdir/usr/share/debug/ -mindepth 1 -maxdepth 1 -regextype awk -regex '.*/(.build-id|boot|lib|sbin|usr)$$' 2> /dev/null | while read -r d; do \
sudo chown -R dbginfo:dbginfo "$$d"; \
sudo cp -a "$$d" $$dest/; \
+1 -1
View File
@@ -163,7 +163,7 @@ status: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
#help diffstat. Requires that diffstat is installed.
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
(cd $$p ; git status | grep -q 'nothing to commit, working [^ ]* clean' || (echo "Uncommitted changes in: $$p"; git diff |diffstat -p1)) ;\
(cd $$p; git status --porcelain | grep -vq '^?? ' && (echo "Uncommitted changes in: $$p"; git diff | diffstat -p1); :) ;\
done
#help log: Run git log origin/master..HEAD for all package repos, thus
+10
View File
@@ -45,11 +45,13 @@ BSD-3-Clause
BSD-3-Clause-Attribution
BSD-3-Clause-Clear
BSD-3-Clause-LBNL
BSD-3-Clause-Modification
BSD-3-Clause-No-Nuclear-License
BSD-3-Clause-No-Nuclear-License-2014
BSD-3-Clause-No-Nuclear-Warranty
BSD-3-Clause-Open-MPI
BSD-4-Clause
BSD-4-Clause-Shortened
BSD-4-Clause-UC
BSD-Protection
BSD-Source-Code
@@ -62,6 +64,7 @@ BitTorrent-1.0
BitTorrent-1.1
BlueOak-1.0.0
Borceux
C-UDA-1.0
CAL-1.0
CAL-1.0-Combined-Work-Exception
CATOSL-1.1
@@ -96,6 +99,7 @@ CC-BY-ND-4.0
CC-BY-SA-1.0
CC-BY-SA-2.0
CC-BY-SA-2.0-UK
CC-BY-SA-2.1-JP
CC-BY-SA-2.5
CC-BY-SA-3.0
CC-BY-SA-3.0-AT
@@ -132,6 +136,7 @@ CrystalStacker
Cube
D-FSL-1.0
DOC
DRL-1.0
DSDP
Dotseqn
ECL-1.0
@@ -154,7 +159,9 @@ FSFULLR
FTL
Fair
Frameworx-1.0
FreeBSD-DOC
FreeImage
GD
GFDL-1.1
GFDL-1.1-invariants-only
GFDL-1.1-invariants-or-later
@@ -252,6 +259,7 @@ Linux-OpenIB
MIT
MIT-0
MIT-CMU
MIT-Modern-Variant
MIT-advertising
MIT-enna
MIT-feh
@@ -271,6 +279,7 @@ MulanPSL-1.0
MulanPSL-2.0
Multics
Mup
NAIST-2003
NASA-1.3
NBPL-1.0
NCGL-UK-2.0
@@ -306,6 +315,7 @@ OFL-1.1
OFL-1.1-RFN
OFL-1.1-no-RFN
OGC-1.0
OGDL-Taiwan-1.0
OGL-Canada-2.0
OGL-UK-1.0
OGL-UK-2.0
+59 -10
View File
@@ -107,6 +107,7 @@ R-DT
R-DendSer
R-Deriv
R-DescTools
R-DiagrammeR
R-DistributionUtils
R-DoseFinding
R-Ecdat
@@ -260,9 +261,11 @@ R-bridgesampling
R-brio
R-brms
R-broom
R-bslib
R-bvls
R-ca
R-caTools
R-cachem
R-calibrate
R-calibrator
R-callr
@@ -293,6 +296,7 @@ R-commonmark
R-compositions
R-conditionz
R-config
R-conflicted
R-conquer
R-contfrac
R-conting
@@ -303,6 +307,7 @@ R-covr
R-cowplot
R-cpp11
R-crayon
R-credentials
R-crosstalk
R-crul
R-csvy
@@ -339,6 +344,7 @@ R-doParallel
R-doRNG
R-doSNOW
R-dotCall64
R-downlit
R-downloader
R-dplyr
R-drc
@@ -352,6 +358,7 @@ R-eRm
R-earth
R-eco
R-ecodist
R-eddington
R-effects
R-eha
R-eiPack
@@ -391,12 +398,14 @@ R-fUnitRoots
R-fail
R-fansi
R-farver
R-fastGHQuad
R-fastICA
R-fastcluster
R-fastmap
R-fastmatch
R-fauxpas
R-fda
R-fds
R-feather
R-ff
R-fields
@@ -439,6 +448,7 @@ R-geiger
R-generics
R-geojson
R-geometry
R-gert
R-getopt
R-ggjoy
R-ggplot2
@@ -447,6 +457,8 @@ R-ggridges
R-ggvis
R-gh
R-git2r
R-gitcreds
R-gld
R-glmnet
R-globals
R-glue
@@ -459,6 +471,7 @@ R-gower
R-gplots
R-gridBase
R-gridExtra
R-gsl
R-gss
R-gtable
R-gtools
@@ -499,6 +512,7 @@ R-joineR
R-joineRML
R-jpeg
R-jqr
R-jquerylib
R-jsonlite
R-kableExtra
R-keras
@@ -535,6 +549,7 @@ R-listviewer
R-lle
R-lme4
R-lmerTest
R-lmom
R-lmtest
R-locfit
R-logcondens
@@ -566,6 +581,7 @@ R-mda
R-measures
R-memisc
R-memoise
R-metafor
R-mi
R-mice
R-microbenchmark
@@ -655,6 +671,7 @@ R-pkgload
R-pkgmaker
R-plm
R-plogr
R-plot3D
R-plotly
R-plotmo
R-plotrix
@@ -706,6 +723,8 @@ R-quantmod
R-quantreg
R-questionr
R-qvcalc
R-ragg
R-rainbow
R-randomForest
R-randomNames
R-randtests
@@ -718,6 +737,7 @@ R-rbenchmark
R-rbibutils
R-rcmdcheck
R-reactR
R-reactable
R-reactlog
R-readODS
R-readr
@@ -733,6 +753,7 @@ R-remotes
R-rentrez
R-repr
R-reprex
R-repurrrsive
R-reshape
R-reshape2
R-reticulate
@@ -774,6 +795,7 @@ R-rsdmx
R-rstan
R-rstanarm
R-rstantools
R-rstpm2
R-rstudio
R-rstudio-server
R-rstudioapi
@@ -784,6 +806,7 @@ R-rvest
R-sROC
R-sampling
R-sandwich
R-sass
R-scales
R-scatterplot3d
R-sde
@@ -826,6 +849,8 @@ R-spam
R-sparkline
R-spatstat
R-spatstat.data
R-spatstat.geom
R-spatstat.sparse
R-spatstat.utils
R-spc
R-spdep
@@ -848,6 +873,7 @@ R-subselect
R-superpc
R-survey
R-svUnit
R-svglite
R-sys
R-systemfit
R-systemfonts
@@ -899,11 +925,14 @@ R-vcdExtra
R-vcr
R-vctrs
R-vegan
R-vembedr
R-vioplot
R-viridis
R-viridisLite
R-visNetwork
R-waldo
R-warp
R-webfakes
R-webmockr
R-webshot
R-webutils
@@ -976,6 +1005,7 @@ XStatic-term.js
Z3
abireport
absl-py
abydos
accountsservice
acl
acme
@@ -1072,6 +1102,7 @@ automake
autossh
avahi
awesome-wm
awesomeversion
awscli
axel
azure-configs
@@ -1107,6 +1138,8 @@ bleach
blender
blinken
blinker
blivet
blivet-gui
blktrace
blockdiag
bluedevil
@@ -1125,6 +1158,7 @@ boto
boto3
botocore
bovo
box2d
bpftrace
breeze
breeze-gtk
@@ -1260,22 +1294,22 @@ colord-gtk
colordiff
columbiad
commonmark
compat-boost-soname1.72.0
compat-atkmm-soname16
compat-boost-soname1.73.0
compat-cairomm-soname10
compat-curl-gnutls-soname4
compat-enchant-soname1
compat-fuse-soname2
compat-glibmm-soname24
compat-gtksourceview-soname3
compat-icu4c-soname64
compat-libhandy-0.0
compat-libpng-soname12
compat-libraw-soname19
compat-libsigc++-soname20
compat-libva-soname1
compat-nettle-soname6
compat-lua-52
compat-lua-53
compat-nettle-soname7
compat-opencv-soname42
compat-protobuf-soname22
compat-python38
compat-pangomm-soname14
compat-re2-soname7
compat-readline-soname5
compat-tracker-soname2.0
@@ -1358,6 +1392,7 @@ diffoscope
diffstat
diffutils
digikam
dill
ding-libs
dino
direwolf
@@ -1389,6 +1424,7 @@ docbook-utils
docbook-xml
docbook2X
docker
docker-cli
docker-compose
docker-py
docker-pycreds
@@ -1553,6 +1589,7 @@ geany
geany-plugins
geary
gedit
gedit-plugins-gnome
geeqie
gegl
gensim
@@ -1707,6 +1744,7 @@ gtk-doc
gtk-vnc
gtk-xfce-engine
gtk3
gtk4
gtkmm2
gtkmm3
gtksourceview
@@ -1860,6 +1898,7 @@ javaproperties
jdcal
jedi
jeepney
jellyfish
jemalloc
jmespath
joblib
@@ -2096,6 +2135,7 @@ ktp-desktop-applets
ktuberling
kturtle
kubernetes
kubernetes-migration-1.18
kunitconversion
kwallet
kwallet-pam
@@ -2146,7 +2186,6 @@ libXtst
libXv
libXvMC
libXxf86dga
libXxf86misc
libabigail
libabw
libaio
@@ -2190,6 +2229,7 @@ libdmx
libdnf
libdrm
libe-book
libebur128
libeconf
libedit
libepoxy
@@ -2359,6 +2399,7 @@ libuninameslist
libunistring
libunwind
libusb
libusb-compat
libuser
libuv
libva
@@ -2443,7 +2484,6 @@ lttng-tools
lttng-ust
lua
lua-nginx-module
lua52
lualgi
luarocks
lutris
@@ -2525,6 +2565,7 @@ mkl-dnn
mkosi
mlocate
mlt
mm-common
mmc-utils
mobile-broadband-provider-info
mock
@@ -2582,6 +2623,7 @@ nano
nasm
nautilus
nbclassic
nbclient
nbconvert
nbformat
nbval
@@ -2594,6 +2636,7 @@ ndpi
neofetch
neomutt
neovim
nest_asyncio
net-snmp
net-tools
netaddr
@@ -2761,6 +2804,7 @@ pdns
pdns-recursor
pdsh
pecan
ped
pep517
pep8
perftest
@@ -2916,7 +2960,6 @@ perl-DBIx-ContextualFetch
perl-DBIx-DBSchema
perl-DBIx-Simple
perl-DB_File
perl-Data-Alias
perl-Data-Compare
perl-Data-Denter
perl-Data-Dump
@@ -3323,6 +3366,7 @@ perl-Pod-Constants
perl-Pod-Coverage
perl-Pod-LaTeX
perl-Pod-POM
perl-Pod-Parser
perl-Pod-Plainer
perl-Pod-Spell
perl-Pod-Strip
@@ -3347,6 +3391,7 @@ perl-SGMLS
perl-SMTP-Server
perl-SQL-Abstract
perl-SQL-Abstract-Classic
perl-SQL-Abstract-Pg
perl-SQL-SplitStatement
perl-SQL-Tokenizer
perl-SQL-Translator
@@ -3656,6 +3701,7 @@ php-zmq
pickleshare
picmi
picocom
pid
pidgin
pidgin-sipe
pigeonhole
@@ -3772,6 +3818,7 @@ pynvim
pyotherside
pyotp
pyparsing
pyparted
pyperclip
pyperf
pyquery
@@ -3836,6 +3883,7 @@ pyu2f
pyudev
pyusb
pywbem
pyxDamerauLevenshtein
pyxattr
pyxdg
pyzmq
@@ -3942,6 +3990,7 @@ rinutils
rjsmin
rlwrap
rng-tools
robin-map
roboto
rocs
rofi