Compare commits

..

30 Commits

Author SHA1 Message Date
clrbuilder 6fe60137f4 Update packages file for version 29530
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-21 11:58:35 +00:00
clrbuilder b32e466635 Update packages file for version 29520
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-20 17:59:07 +00:00
clrbuilder 755bd91716 Update packages file for version 29510
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-20 11:59:04 +00:00
clrbuilder d2b615d14b Update packages file for version 29500
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-18 19:01:47 +00:00
clrbuilder 71b5075a7b Update packages file for version 29480
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-17 18:36:33 +00:00
clrbuilder fd6bcb7b24 Update packages file for version 29410
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-14 12:00:16 +00:00
clrbuilder 771b704606 Update packages file for version 29400
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-13 18:00:17 +00:00
clrbuilder b3ea1cd421 Update packages file for version 29390
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-13 11:59:22 +00:00
clrbuilder 752274f532 Update packages file for version 29380
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-12 00:18:48 +00:00
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
clrbuilder 32729558d9 Update packages file for version 29080
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-26 12:00:00 +00:00
Patrick McCarty b2ad8dbda8 patchreview: exclude whatrequires file
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-04-25 16:26:06 -07:00
Patrick McCarty e545190de3 Fixups for autospecnew
- Run git commands within the newly created package repo
- Only run these commands if autospec succeeds

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-04-25 15:24:24 -07:00
Arjan van de Ven 9921115897 git diff not git show 2019-04-25 21:59:43 +00:00
clrbuilder 8d5f8e37c5 Update packages file for version 29070
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-04-25 18:25:09 +00:00
Arjan van de Ven 6bc5718c25 Add patchfilter to autsopecnew 2019-04-25 18:21:11 +00:00
4 changed files with 88 additions and 4 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"
+6 -2
View File
@@ -226,8 +226,12 @@ autospecnew: preautospecnew-checks localreponotice
$${SETVERSION:+ --version $${SETVERSION}} \
${NON_INTERACTIVE} ${SKIP_GIT} ${CLEANUP} \
$(URL); \
[ $$? -eq 0 ] && $(MAKE) link-new-rpms PKG_REPO_DIR="${TOPLVL}/packages/${NAME}"; \
$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist $(TOPLVL)/packages/${NAME}/results/*.rpm; \
if [ $$? -eq 0 ]; then \
$(MAKE) link-new-rpms PKG_REPO_DIR="${TOPLVL}/packages/${NAME}"; \
$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist $(TOPLVL)/packages/${NAME}/results/*.rpm; \
python3 $(TOPLVL)/projects/common/patchfilter.py <(git -C $(TOPLVL)/packages/$(NAME) show) > $(TOPLVL)/packages/$(NAME)/for-review.txt; \
python3 $(TOPLVL)/projects/common/patchfilter.py <(git -C $(TOPLVL)/packages/$(NAME) show); \
fi; \
else \
echo "$(NAME) already exists at $(TOPLVL)/packages/$(NAME)"; \
exit 1; \
+71 -2
View File
@@ -60,6 +60,7 @@ PasteDeploy
Pillow
Pint
PyDispatcher
PyICU
PyJWT
PyMySQL
PyNaCl
@@ -323,6 +324,7 @@ R-dotCall64
R-downloader
R-dplyr
R-drc
R-dtplyr
R-dtw
R-dygraphs
R-dynlm
@@ -393,6 +395,7 @@ R-fossil
R-fpc
R-fracdiff
R-fs
R-fst
R-futile.logger
R-futile.options
R-future
@@ -436,6 +439,7 @@ R-haplo.stats
R-haven
R-hdrcde
R-here
R-hexView
R-hexbin
R-highlight
R-highr
@@ -453,6 +457,7 @@ R-ica
R-igraph
R-import
R-ineq
R-influenceR
R-ini
R-inline
R-inum
@@ -490,6 +495,7 @@ R-leaps
R-lfe
R-lhs
R-libcoin
R-lintr
R-listenv
R-listviewer
R-lle
@@ -664,6 +670,7 @@ R-rbenchmark
R-rcmdcheck
R-reactR
R-reactlog
R-readODS
R-readr
R-readstata13
R-readxl
@@ -680,6 +687,7 @@ R-reprex
R-reshape
R-reshape2
R-reticulate
R-rex
R-rgenoud
R-rgeos
R-rgl
@@ -692,6 +700,7 @@ R-rjags
R-rjstat
R-rlang
R-rmarkdown
R-rmatio
R-rms
R-rmutil
R-rncl
@@ -713,6 +722,7 @@ R-rsdmx
R-rstan
R-rstanarm
R-rstantools
R-rstudio
R-rstudioapi
R-rsvg
R-runjags
@@ -772,6 +782,7 @@ R-startupmsg
R-statip
R-statmod
R-statnet.common
R-stringdist
R-stringi
R-stringr
R-strucchange
@@ -827,6 +838,7 @@ R-varImp
R-vcd
R-vcdExtra
R-vcr
R-vctrs
R-vegan
R-vioplot
R-viridis
@@ -864,6 +876,7 @@ SDL_image
SDL_mixer
SDL_net
SDL_ttf
SFML
SPIRV-Headers
SPIRV-Tools
SQLAlchemy
@@ -965,6 +978,7 @@ anyjson
apache-ant
apache-hadoop
apache-kafka
apache-libcloud
apache-maven
apache-spark
apache-zookeeper
@@ -979,6 +993,7 @@ argcomplete
argon2
argon2_cffi
argparse
aria2
ark
armadillo
artikulate
@@ -1143,6 +1158,7 @@ catch2
catkin
catkin_pkg
ccache
ccid
ceilometer
ceph
ceph-deploy
@@ -1213,6 +1229,7 @@ cnf
cni
cni-plugins
cockpit
codec2
codecov
cogl
coinmp
@@ -1239,12 +1256,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
@@ -1315,6 +1334,7 @@ cpio
cppcheck
cpprestsdk
cppunit
cppzmq
cpuid
cpuloadgen
cracklib
@@ -1520,6 +1540,7 @@ edk2
efibootmgr
efitools
efivar
efl
eigen
elasticsearch
elasticsearch-dep
@@ -1529,9 +1550,11 @@ elfutils
elixir
ell
emacs
emacs-x11
embree
empy
enchant
enlightenment
entrypoints
enum34
envs
@@ -1541,12 +1564,15 @@ epm
epydoc
eternalegypt
ethtool
etr
evdev
eventlet
eventviews
evince
evolution
evolution-data-server
evolution-ews
evtest
execnet
exempi
exiv2
@@ -1564,11 +1590,13 @@ fann2
farstream
fasteners
fastimport
fastnumbers
fcgi
fcoe-utils
fdm_materials
feh
fetchmail
ffmpegthumbs
fftw
file
file-roller
@@ -1599,6 +1627,7 @@ flex
flmsg
flnet
fltk
fluidsynth
folks
font-util
fontconfig
@@ -1606,6 +1635,7 @@ fontforge
fonttools
fossil
frameworkintegration
freedv
freeglut
freeipmi
freetype
@@ -1629,6 +1659,8 @@ gawk
gc
gcab
gcc
gcc7
gcc8
gcompris-qt
gcr
gcs-oauth2-boto-plugin
@@ -1687,6 +1719,7 @@ gnome-applets
gnome-autoar
gnome-backgrounds
gnome-bluetooth
gnome-boxes
gnome-calculator
gnome-calendar
gnome-characters
@@ -1744,6 +1777,7 @@ gperf
gperftools
gpgme
gphoto2
gpm
gpredict
gptfdisk
gradle
@@ -1765,6 +1799,7 @@ grpcio
grub
gsettings-desktop-schemas
gsl
gsm
gsound
gspell
gst-plugins-bad
@@ -1802,6 +1837,7 @@ hardlink
harfbuzz
haskell-random
hdf5
hdmedians
hdparm
heat
helloworld
@@ -1921,6 +1957,7 @@ jedi-vim
jeepney
jemalloc
jmespath
joblib
joe
josepy
jq
@@ -1997,6 +2034,7 @@ kde-dev-utils
kde-gtk-config
kdebugsettings
kdeclarative
kdeconnect-kde
kdecoration
kded
kdeedu-data
@@ -2150,7 +2188,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
@@ -2278,6 +2322,7 @@ libgit2-glib
libglade
libgnome-keyring
libgnomekbd
libgovirt
libgpg-error
libgphoto2
libgravatar
@@ -2332,6 +2377,7 @@ libmtp
libmwaw
libmypaint
libndp
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
@@ -2401,6 +2447,7 @@ libtheora
libtirpc
libtk-img
libtool
libtorrent-rasterbar
libudev0-shim
libuev
libuninameslist
@@ -2450,6 +2497,7 @@ linecache2
links
linux
linux-aws
linux-current
linux-firmware
linux-firmware-ipu
linux-gce
@@ -2464,7 +2512,9 @@ linux-kvm
linux-libc-headers
linux-lts2017
linux-lts2018
linux-mainline
linux-networktest
linux-next
linux-oracle
linux-preempt-rt
linux-steam-integration
@@ -2478,6 +2528,7 @@ lm-sensors
lmdb
locket
locustio
log4cpp
logilab-common
logrotate
logutils
@@ -2493,6 +2544,7 @@ lua
lua52
lualgi
luarocks
lutris
lxml
lxqt-about
lxqt-admin
@@ -2587,7 +2639,9 @@ mpc
mpfr
mpg123
mpi4py
mpir
mpmath
mpv
mraa
msgpack
msm
@@ -2615,10 +2669,12 @@ mycroft-core
mypaint-brushes
mypy
mypy_extensions
mysqltcl
mythes
nagios-plugins
nano
nasm
natsort
nautilus
nbconvert
nbformat
@@ -2637,6 +2693,7 @@ net-tools
netaddr
netbase
netcdf
netdata
netdisco
netifaces
netkit-telnet
@@ -2667,6 +2724,7 @@ nose-cover3
nose-parameterized
nosexcover
nosync
not-ffmpeg
notebook
notmuch
noto-cjk
@@ -3542,6 +3600,7 @@ plasma-workspace-wallpapers
pluggy
ply
plzip
pm-graph
pmdk
polkit
polkit-kde-agent
@@ -3709,7 +3768,6 @@ python-swiftclient
python-systemd
python-tabulate
python-tappy
python-toml
python-troveclient
python-urwid
python-utils
@@ -3729,6 +3787,7 @@ pywbem
pyxattr
pyxdg
pyzmq
qbittorrent
qca-qt5
qemu
qemu-guest-additions
@@ -3786,6 +3845,7 @@ qwt
rabbitmq-c
rabbitmq-server
radvd
rage
ragel
raptor2
rasqal
@@ -3800,6 +3860,7 @@ recommonmark
redis
redis-native
redland
redshift
redsocks
renderdoc
reno
@@ -3867,6 +3928,7 @@ scikit-image
scikit-learn
scipy
scons
scowl
screen
scripttest
scrypt
@@ -3887,6 +3949,7 @@ setproctitle
setserial
setuptools
setuptools-legacy
setuptools-markdown
setuptools_scm
setuptools_scm_git_archive
setxkbmap
@@ -4034,7 +4097,9 @@ tensorflow-probability
termcolor
terminado
terminaltables
terminology
terminus-font
test-generator
testpath
testrepository
testresources
@@ -4069,6 +4134,7 @@ tk
tmux
todoist
tokyocabinet
toml
toolz
tooz
tornado
@@ -4143,6 +4209,7 @@ virt-manager
virt-viewer
virtualenv
vlc
volk
volume_key
voluptuous
voluptuous-serialize
@@ -4167,6 +4234,7 @@ weechat
weston
wget
wheel
wheelhouse-uploader
which
whois
widgetsnbextension
@@ -4177,6 +4245,7 @@ wireshark
woff2
wok
wol
wordpress
wpa_supplicant
wrapt
wsgi_intercept
@@ -4204,7 +4273,6 @@ xdg-user-dirs-gtk
xdg-utils
xdotool
xdpyinfo
xemacs
xerces-c
xf86-input-evdev
xf86-input-libinput
@@ -4264,6 +4332,7 @@ xterm
xtrans
xvfb-run
xwd
xwdrun
xwininfo
xz
yajl
+3
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")
@@ -335,6 +336,8 @@ def main():
zap_plus_line_in_file("symbols")
zap_plus_line_in_file("symbols32")
zap_entire_file("b/whatrequires")
zap_empty_chunks()
print_all()