Compare commits

..

6 Commits

Author SHA1 Message Date
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
4 changed files with 29 additions and 6 deletions
+2 -2
View File
@@ -186,8 +186,8 @@ autospec: preautospec-checks pullrebase localreponotice clean-old-content
bash update_changelog.sh ; \
git commit --amend --no-edit Change* ; \
fi
git show | grep -q index || python3 $(TOPLVL)/projects/common/patchfilter.py > for-review.txt ;
git show | grep -q index || python3 $(TOPLVL)/projects/common/patchfilter.py ;
git diff | grep -q index || python3 $(TOPLVL)/projects/common/patchfilter.py > for-review.txt ;
git diff | grep -q index || python3 $(TOPLVL)/projects/common/patchfilter.py ;
#help autospecnogit: Runs autospec, but does not create a commit
autospecnogit:
+6 -4
View File
@@ -226,10 +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; \
git show | grep -q index || python3 $(TOPLVL)/projects/common/patchfilter.py > for-review.txt ; \
git show | grep -q index || python3 $(TOPLVL)/projects/common/patchfilter.py ; \
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; \
+18
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
@@ -490,6 +494,7 @@ R-leaps
R-lfe
R-lhs
R-libcoin
R-lintr
R-listenv
R-listviewer
R-lle
@@ -664,6 +669,7 @@ R-rbenchmark
R-rcmdcheck
R-reactR
R-reactlog
R-readODS
R-readr
R-readstata13
R-readxl
@@ -680,6 +686,7 @@ R-reprex
R-reshape
R-reshape2
R-reticulate
R-rex
R-rgenoud
R-rgeos
R-rgl
@@ -692,6 +699,7 @@ R-rjags
R-rjstat
R-rlang
R-rmarkdown
R-rmatio
R-rms
R-rmutil
R-rncl
@@ -772,6 +780,7 @@ R-startupmsg
R-statip
R-statmod
R-statnet.common
R-stringdist
R-stringi
R-stringr
R-strucchange
@@ -864,6 +873,7 @@ SDL_image
SDL_mixer
SDL_net
SDL_ttf
SFML
SPIRV-Headers
SPIRV-Tools
SQLAlchemy
@@ -1143,6 +1153,7 @@ catch2
catkin
catkin_pkg
ccache
ccid
ceilometer
ceph
ceph-deploy
@@ -1541,6 +1552,7 @@ epm
epydoc
eternalegypt
ethtool
etr
eventlet
eventviews
evince
@@ -1564,6 +1576,7 @@ fann2
farstream
fasteners
fastimport
fastnumbers
fcgi
fcoe-utils
fdm_materials
@@ -1802,6 +1815,7 @@ hardlink
harfbuzz
haskell-random
hdf5
hdmedians
hdparm
heat
helloworld
@@ -2588,6 +2602,7 @@ mpfr
mpg123
mpi4py
mpmath
mpv
mraa
msgpack
msm
@@ -2615,10 +2630,12 @@ mycroft-core
mypaint-brushes
mypy
mypy_extensions
mysqltcl
mythes
nagios-plugins
nano
nasm
natsort
nautilus
nbconvert
nbformat
@@ -4265,6 +4282,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()