Compare commits

..

15 Commits

Author SHA1 Message Date
clrbuilder 1addfd447d Update packages file for version 29360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-10 12:02:05 +00:00
clrbuilder 8546a126bd Update packages file for version 29340
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-09 11:59:29 +00:00
clrbuilder 280d5471d7 Update packages file for version 29320
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-08 20:28:09 +00:00
clrbuilder 025c9a74f1 Update packages file for version 29310
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-08 16:33:20 +00:00
clrbuilder b03db840a6 Update packages file for version 29280
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-07 20:23:05 +00:00
Patrick McCarty 59dfc2236f install-debuginfo-local: fix installation with new lookaside locations
Debuginfo packages now install binary debuginfo to /usr/share/debug and
source debuginfo to /usr/share/debug/src.

The purpose for the migration is for these new locations to serve as
"lookaside" directories used by future versions of clr-debug-info,
enabling select debuginfo packages to be installed in bundles and safely
coexist with the FUSE mounts.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-05-07 10:58:47 -07:00
clrbuilder e61ebaafc6 Update packages file for version 29260
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-06 22:59:08 +00:00
clrbuilder 4bcceb402e Update packages file for version 29250
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-06 17:59:59 +00:00
clrbuilder 5e15b47efc Update packages file for version 29240
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-06 12:00:02 +00:00
clrbuilder 043265171f Update packages file for version 29220
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-05 19:41:10 +00:00
clrbuilder 982d58e0e6 Update packages file for version 29210
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-05 04:24:30 +00:00
clrbuilder accf578c02 Update packages file for version 29190
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-03 11:59:52 +00:00
clrbuilder efe2b2bccf Update packages file for version 29170
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-02 12:01:06 +00:00
clrbuilder 9f77cbb6e3 Update packages file for version 29110
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-29 15:52:05 +00:00
Arjan van de Ven bd6c14938b also zap ChangeLog 2019-04-29 15:11:11 +00:00
3 changed files with 48 additions and 1 deletions
+8
View File
@@ -425,11 +425,19 @@ install-debuginfo-local:
sudo chown -R dbginfo:dbginfo "$$d"; \
sudo cp -a "$$d" $$dest/; \
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/; \
done; \
dest=/var/cache/debuginfo/src; \
find $$tmpdir/usr/src/debug/ -mindepth 1 -maxdepth 1 2> /dev/null | while read -r d; do \
sudo chown -R dbginfo:dbginfo "$$d"; \
sudo cp -a "$$d" $$dest/; \
done; \
find $$tmpdir/usr/share/debug/src/ -mindepth 1 -maxdepth 1 2> /dev/null | while read -r d; do \
sudo chown -R dbginfo:dbginfo "$$d"; \
sudo cp -a "$$d" $$dest/; \
done; \
sudo rm -rf $$tmpdir; \
echo "done"
+39 -1
View File
@@ -324,6 +324,7 @@ R-dotCall64
R-downloader
R-dplyr
R-drc
R-dtplyr
R-dtw
R-dygraphs
R-dynlm
@@ -394,6 +395,7 @@ R-fossil
R-fpc
R-fracdiff
R-fs
R-fst
R-futile.logger
R-futile.options
R-future
@@ -437,6 +439,7 @@ R-haplo.stats
R-haven
R-hdrcde
R-here
R-hexView
R-hexbin
R-highlight
R-highr
@@ -491,6 +494,7 @@ R-leaps
R-lfe
R-lhs
R-libcoin
R-lintr
R-listenv
R-listviewer
R-lle
@@ -665,6 +669,7 @@ R-rbenchmark
R-rcmdcheck
R-reactR
R-reactlog
R-readODS
R-readr
R-readstata13
R-readxl
@@ -681,6 +686,7 @@ R-reprex
R-reshape
R-reshape2
R-reticulate
R-rex
R-rgenoud
R-rgeos
R-rgl
@@ -693,6 +699,7 @@ R-rjags
R-rjstat
R-rlang
R-rmarkdown
R-rmatio
R-rms
R-rmutil
R-rncl
@@ -714,6 +721,7 @@ R-rsdmx
R-rstan
R-rstanarm
R-rstantools
R-rstudio
R-rstudioapi
R-rsvg
R-runjags
@@ -773,6 +781,7 @@ R-startupmsg
R-statip
R-statmod
R-statnet.common
R-stringdist
R-stringi
R-stringr
R-strucchange
@@ -828,6 +837,7 @@ R-varImp
R-vcd
R-vcdExtra
R-vcr
R-vctrs
R-vegan
R-vioplot
R-viridis
@@ -865,6 +875,7 @@ SDL_image
SDL_mixer
SDL_net
SDL_ttf
SFML
SPIRV-Headers
SPIRV-Tools
SQLAlchemy
@@ -966,6 +977,7 @@ anyjson
apache-ant
apache-hadoop
apache-kafka
apache-libcloud
apache-maven
apache-spark
apache-zookeeper
@@ -1144,6 +1156,7 @@ catch2
catkin
catkin_pkg
ccache
ccid
ceilometer
ceph
ceph-deploy
@@ -1214,6 +1227,7 @@ cnf
cni
cni-plugins
cockpit
codec2
codecov
cogl
coinmp
@@ -1240,12 +1254,14 @@ collectl
colorama
colord
colord-gtk
columbiad
comedilib
comfortaa-fonts
commonmark
compat-SDL2-soname1
compat-cryptsetup-soname4
compat-curl-gnutls-soname4
compat-double-conversion-soname1
compat-efivar-soname0
compat-enchant-soname1
compat-exiv2-soname26
@@ -1316,6 +1332,7 @@ cpio
cppcheck
cpprestsdk
cppunit
cppzmq
cpuid
cpuloadgen
cracklib
@@ -1542,12 +1559,14 @@ epm
epydoc
eternalegypt
ethtool
etr
eventlet
eventviews
evince
evolution
evolution-data-server
evolution-ews
evtest
execnet
exempi
exiv2
@@ -1571,6 +1590,7 @@ fcoe-utils
fdm_materials
feh
fetchmail
ffmpegthumbs
fftw
file
file-roller
@@ -1767,6 +1787,7 @@ grpcio
grub
gsettings-desktop-schemas
gsl
gsm
gsound
gspell
gst-plugins-bad
@@ -2000,6 +2021,7 @@ kde-dev-utils
kde-gtk-config
kdebugsettings
kdeclarative
kdeconnect-kde
kdecoration
kded
kdeedu-data
@@ -2153,7 +2175,13 @@ ktimer
ktnef
ktp-approver
ktp-common-internals
ktp-contact-list
ktp-contact-runner
ktp-desktop-applets
ktp-filetransfer-handler
ktp-kded-module
ktp-send-file
ktp-text-ui
ktuberling
kturtle
kubernetes
@@ -2481,6 +2509,7 @@ lm-sensors
lmdb
locket
locustio
log4cpp
logilab-common
logrotate
logutils
@@ -2590,7 +2619,9 @@ mpc
mpfr
mpg123
mpi4py
mpir
mpmath
mpv
mraa
msgpack
msm
@@ -3548,6 +3579,7 @@ plasma-workspace-wallpapers
pluggy
ply
plzip
pm-graph
pmdk
polkit
polkit-kde-agent
@@ -3715,7 +3747,6 @@ python-swiftclient
python-systemd
python-tabulate
python-tappy
python-toml
python-troveclient
python-urwid
python-utils
@@ -3806,6 +3837,7 @@ recommonmark
redis
redis-native
redland
redshift
redsocks
renderdoc
reno
@@ -3873,6 +3905,7 @@ scikit-image
scikit-learn
scipy
scons
scowl
screen
scripttest
scrypt
@@ -3893,6 +3926,7 @@ setproctitle
setserial
setuptools
setuptools-legacy
setuptools-markdown
setuptools_scm
setuptools_scm_git_archive
setxkbmap
@@ -4041,6 +4075,7 @@ termcolor
terminado
terminaltables
terminus-font
test-generator
testpath
testrepository
testresources
@@ -4075,6 +4110,7 @@ tk
tmux
todoist
tokyocabinet
toml
toolz
tooz
tornado
@@ -4149,6 +4185,7 @@ virt-manager
virt-viewer
virtualenv
vlc
volk
volume_key
voluptuous
voluptuous-serialize
@@ -4270,6 +4307,7 @@ xterm
xtrans
xvfb-run
xwd
xwdrun
xwininfo
xz
yajl
+1
View File
@@ -205,6 +205,7 @@ def main():
zap_entire_file("b/.gitignore")
zap_entire_file("b/upstream")
zap_entire_file("b/NEWS")
zap_entire_file("b/ChangeLog")
zap_entire_file_end("xz.sig")
zap_entire_file_end("gz.sig")
zap_entire_file_end("bz2.sig")