Compare commits

..

27 Commits

Author SHA1 Message Date
clrbuilder 22cf4d9aaa Update packages file for version 29940
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-14 17:57:53 +00:00
Arjan van de Ven abf88fe302 add some more boilerplate patterns 2019-06-14 14:48:13 +00:00
Arjan van de Ven e7d86e5ace make it clear there's no point in submitting routine stuff for review
as it only slows things down
2019-06-14 14:41:28 +00:00
clrbuilder 0ca8a71a6a Update packages file for version 29930
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-14 11:57:34 +00:00
clrbuilder c594d50d97 Update packages file for version 29920
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-13 17:58:36 +00:00
clrbuilder 923b813833 Update packages file for version 29910
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-13 11:57:26 +00:00
Thiago Macieira facfc57d55 Update message for the for-review.txt on how to recreate
People SHOULD update commit messages if it's not a simple bump or
version update.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2019-06-12 16:05:52 -07:00
clrbuilder 9e0d404e52 Update packages file for version 29900
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-12 17:58:01 +00:00
clrbuilder 9d954cb33a Update packages file for version 29890
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-12 11:57:25 +00:00
Patrick McCarty 158c743fde Rename typed-ast -> typed_ast
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-06-11 20:48:41 -07:00
clrbuilder c5969bbd83 Update packages file for version 29880
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-11 17:58:21 +00:00
clrbuilder cb01f2b9ef Update packages file for version 29850
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-10 11:58:23 +00:00
clrbuilder c58e39da50 Update packages file for version 29840
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-07 17:58:47 +00:00
clrbuilder 26dea91314 Update packages file for version 29830
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-07 12:01:05 +00:00
clrbuilder efa4e1bcf8 Update packages file for version 29820
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-06 17:59:00 +00:00
clrbuilder 9fba303a7b Update packages file for version 29800
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-05 20:28:24 +00:00
clrbuilder eefffcb4cd Update packages file for version 29780
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-05 04:24:22 +00:00
clrbuilder ae59dd4aa9 Update packages file for version 29770
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-06-04 21:01:00 +00:00
Patrick McCarty 9ed6cf64eb Add notice about for-review.txt; make compatible with git send-email
The for-review.txt files were being generated with `git show` and thus
not compatible with `git send-email`. Use `git format-patch` instead to
fix this issue.

Also add a more prominent notice about the existence of for-review.txt
and its intended purpose.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-06-03 15:17:49 -07:00
clrbuilder 1e1a52e948 Update packages file for version 29680
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-29 13:05:05 +00:00
clrbuilder b9d3725172 Update packages file for version 29660
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-28 13:41:13 +00:00
clrbuilder d2c0eea1d2 Update packages file for version 29620
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-24 11:58:40 +00:00
clrbuilder 038007f64a Update packages file for version 29600
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-23 11:58:43 +00:00
clrbuilder 930a8bd3f7 Update packages file for version 29590
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-22 19:40:13 +00:00
clrbuilder 33c27808a6 Update packages file for version 29570
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-22 11:59:13 +00:00
Patrick McCarty f9b7f544be scratch-wait: explicitly specify the wait option
We always want the koji CLI to wait for `make scratch-wait`, regardless
of the environment koji detects it is being run under.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-05-22 00:44:24 -07:00
clrbuilder 6fe60137f4 Update packages file for version 29530
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-05-21 11:58:35 +00:00
4 changed files with 102 additions and 11 deletions
+13 -3
View File
@@ -186,8 +186,18 @@ autospec: preautospec-checks pullrebase localreponotice clean-old-content
bash update_changelog.sh ; \
git commit --amend --no-edit Change* ; \
fi
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 ;
@$(MAKE) -s for-review.txt
@printf "\n**\n"
@printf "** NOTICE: A patch with changes is available in the file for-review.txt\n"
@printf "** To recreate (e.g., after git commit --amend), run make for-review.txt\n"
@printf "** To submit for review: git send-email --to <recipient> for-review.txt\n"
@printf "**\n\n"
#help for-review.txt: Creates the for-review.txt file, which is
#help a minimized version of the Git commit, suitable for code review.
for-review.txt:
git diff | grep -q index || python3 $(TOPLVL)/projects/common/patchfilter.py > for-review.txt
.PHONY: for-review.txt
#help autospecnogit: Runs autospec, but does not create a commit
autospecnogit:
@@ -320,7 +330,7 @@ scratch: $(SPECFILE) upstream $(SRPMFILE) kojidef
#help scratch-wait: Performs scratch-build on package.
scratch-wait: $(SPECFILE) upstream $(SRPMFILE) kojidef
$(KOJI_CMD) build --scratch $(KOJI_TAG) $(SRPMFILE)
$(KOJI_CMD) build --scratch --wait $(KOJI_TAG) $(SRPMFILE)
#help koji-nowait: Same as 'make koji', but do not block
koji-nowait:
+5 -2
View File
@@ -229,8 +229,11 @@ autospecnew: preautospecnew-checks localreponotice
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); \
python3 $(TOPLVL)/projects/common/patchfilter.py <(git -C $(TOPLVL)/packages/$(NAME) format-patch -1 --stdout) > $(TOPLVL)/packages/$(NAME)/for-review.txt; \
printf "\n**\n"; \
printf "** NOTICE: A patch with changes is available in the file $(TOPLVL)/packages/$(NAME)/for-review.txt\n"; \
printf "** Please look through this file and if you are unsure, please submit for code review with git send-email\n"; \
printf "**\n\n"; \
fi; \
else \
echo "$(NAME) already exists at $(TOPLVL)/packages/$(NAME)"; \
+71 -5
View File
@@ -503,6 +503,7 @@ R-lme4
R-lmerTest
R-lmtest
R-locfit
R-logcondens
R-logspline
R-loo
R-lpSolve
@@ -723,6 +724,7 @@ R-rstan
R-rstanarm
R-rstantools
R-rstudio
R-rstudio-server
R-rstudioapi
R-rsvg
R-runjags
@@ -876,6 +878,7 @@ SDL_image
SDL_mixer
SDL_net
SDL_ttf
SFCGAL
SFML
SPIRV-Headers
SPIRV-Tools
@@ -889,6 +892,7 @@ SuiteSparse
Tempita
Theano
Thunar
UCD
UkPostcodeParser
Unidecode
Uranium
@@ -976,6 +980,7 @@ aniso8601
ansible
anyjson
apache-ant
apache-flink
apache-hadoop
apache-kafka
apache-libcloud
@@ -993,8 +998,11 @@ argcomplete
argon2
argon2_cffi
argparse
aria2
ark
armadillo
arp-scan
arpack-ng
artikulate
asciidoc
asciinema
@@ -1151,6 +1159,8 @@ cantor
capnproto
caribou
case
cassandra
cassandra-dep
castellan
casync
catch2
@@ -1267,6 +1277,7 @@ compat-efivar-soname0
compat-enchant-soname1
compat-exiv2-soname26
compat-fuse-soname2
compat-gdal-soname20
compat-gegl
compat-gegl-0.3
compat-glew-soname1
@@ -1278,6 +1289,7 @@ compat-hdf5-soname10
compat-hwloc-soname5
compat-hyperscan-soname4
compat-icu4c-soname61
compat-icu4c-soname63
compat-ilmbase-soname23
compat-intel-gmmlib-soname1
compat-ipset-soname10
@@ -1304,6 +1316,7 @@ compat-poppler-soname78
compat-poppler-soname82
compat-poppler-soname83
compat-poppler-soname86
compat-proj-soname13
compat-protobuf-soname14
compat-protobuf-soname15
compat-python36
@@ -1522,6 +1535,7 @@ dpdk
dracut
dragon
drkonqi
dssi
dstat
dtc
dtopt
@@ -1549,6 +1563,7 @@ elfutils
elixir
ell
emacs
emacs-x11
embree
empy
enchant
@@ -1622,6 +1637,7 @@ flatpak
flatpak-builder
fldigi
flex
flink-dep
flmsg
flnet
fltk
@@ -1633,6 +1649,7 @@ fontforge
fonttools
fossil
frameworkintegration
freedv
freeglut
freeipmi
freetype
@@ -1644,7 +1661,6 @@ funcparserlib
funcsigs
functools32
fuse
futures
futurist
fwupd
fwupdate
@@ -1684,6 +1700,7 @@ gftp
ghc
ghostscript
gimp
girara
git
git-gui
gitdb2
@@ -1716,6 +1733,7 @@ gnome-applets
gnome-autoar
gnome-backgrounds
gnome-bluetooth
gnome-boxes
gnome-calculator
gnome-calendar
gnome-characters
@@ -1737,6 +1755,7 @@ gnome-music
gnome-online-accounts
gnome-panel
gnome-photos
gnome-screensaver
gnome-screenshot
gnome-session
gnome-settings-daemon
@@ -1793,6 +1812,7 @@ grilo-plugins
groff
grpcio
grub
gsequencer
gsettings-desktop-schemas
gsl
gsm
@@ -1872,6 +1892,8 @@ iasimage
ibus
ibus-libpinyin
ibus-table
ibus-typing-booster
ibus-unikey
icalendar
icdiff
iceauth
@@ -1889,6 +1911,7 @@ imageio
imagesize
imapfilter
imlib2
importlib_metadata
indent
infiniband-diags
inflection
@@ -1896,6 +1919,7 @@ influxdb
iniparse
init-rdahead
inkscape
innoextract
inotify-tools
intel-cmt-cat
intel-compute-runtime
@@ -1967,6 +1991,7 @@ jsonpath-rw-ext
jsonpointer
jsonrpc-glib
jsonschema
junit-xml
jupyter
jupyter-nbgallery
jupyter-notebook-gist
@@ -2208,6 +2233,7 @@ kwrited
kxmlgui
kxmlrpcclient
kyotocabinet
ladspa_sdk
lark-parser
latencytop
latexcodec
@@ -2252,6 +2278,7 @@ libaio
libappindicator
libarchive
libarchive-c
libass
libassuan
libasyncns
libatasmart
@@ -2268,6 +2295,7 @@ libcdio
libcdr
libcgroup
libchamplain
libclc
libcmis
libcomps
libconfig
@@ -2333,6 +2361,7 @@ libidn
libidn2
libindicator
libinput
libinstpatch
libiscsi
libisofs
libite
@@ -2510,7 +2539,6 @@ linux-lts2017
linux-lts2018
linux-mainline
linux-networktest
linux-next
linux-oracle
linux-preempt-rt
linux-steam-integration
@@ -2541,6 +2569,7 @@ lua52
lualgi
luarocks
lutris
lv2
lxml
lxqt-about
lxqt-admin
@@ -2568,6 +2597,7 @@ make
makedepend
man-db
man-pages
man-pages-posix
marble
mariadb
mash
@@ -2648,6 +2678,7 @@ msrestazure
mstflint
mtd-utils
mtdev
mtools
mtr
multidict
multimon-ng
@@ -2660,6 +2691,10 @@ musl
mutagen
mutt
mutter
mvn-aether-core
mvn-cdi-api
mvn-commons-cli
mvn-commons-codec
mxnet
mycroft-core
mypaint-brushes
@@ -2708,6 +2743,7 @@ nghttp2
nginx
nginx-mainline
nicstat
nim
ninja
nload
nlopt
@@ -2919,6 +2955,7 @@ perl-B-Hooks-OP-Check
perl-B-Keywords
perl-BSD-Resource
perl-Biblio-EndnoteStyle
perl-Bit-Vector
perl-Browser-Open
perl-Business-ISBN
perl-Business-ISBN-Data
@@ -2936,6 +2973,8 @@ perl-CSS-DOM
perl-CSS-Minifier-XS
perl-CSS-Tiny
perl-Cache-Simple-TimedExpiry
perl-Cairo
perl-Cairo-GObject
perl-Calendar-Simple
perl-Canary-Stability
perl-Capture-Tiny
@@ -2995,6 +3034,7 @@ perl-Curses
perl-DBD-Pg
perl-DBD-SQLite
perl-DBD-SQLite2
perl-DBD-mysql
perl-DBI
perl-DBICx-TestDatabase
perl-DBIx-Class
@@ -3024,6 +3064,7 @@ perl-Data-Serializer
perl-Data-Structure-Util
perl-Data-Uniqid
perl-Data-Validate-IP
perl-Date-Manip
perl-DateTime
perl-DateTime-Format-Builder
perl-DateTime-Format-DateParse
@@ -3085,6 +3126,7 @@ perl-ExtUtils-Config
perl-ExtUtils-Depends
perl-ExtUtils-Helpers
perl-ExtUtils-InstallPaths
perl-ExtUtils-PkgConfig
perl-FCGI-ProcManager
perl-Feed-Find
perl-Fennec-Lite
@@ -3132,7 +3174,11 @@ perl-Geo-IPfree
perl-Getopt-Euclid
perl-Getopt-Tabular
perl-Git-Version-Compare
perl-Glib
perl-Glib-Object-Introspection
perl-Graph
perl-Gtk3
perl-Gtk3-WebKit
perl-Guard
perl-HTML-Clean
perl-HTML-Encoding
@@ -3195,6 +3241,7 @@ perl-Inline-C
perl-JSON
perl-JSON-MaybeXS
perl-JSON-RPC
perl-JSON-XS
perl-JavaScript-Minifier-XS
perl-LWP-MediaTypes
perl-LWP-Protocol-https
@@ -3279,6 +3326,7 @@ perl-Moose
perl-MooseX-Role-Parameterized
perl-MooseX-Role-WithOverloading
perl-Mozilla-CA
perl-Net-Bluetooth
perl-Net-CIDR-Lite
perl-Net-DBus
perl-Net-DNS
@@ -3435,6 +3483,7 @@ perl-Test-MockTime
perl-Test-More-UTF8
perl-Test-Most
perl-Test-Needs
perl-Test-NeedsDisplay
perl-Test-NoWarnings
perl-Test-Number-Delta
perl-Test-Output
@@ -3505,6 +3554,7 @@ perl-Unicode-Map
perl-Variable-Magic
perl-WWW-Form-UrlEncoded-XS
perl-WWW-RobotRules
perl-X11-IdleTime
perl-X11-Protocol
perl-XML-Atom
perl-XML-Feed
@@ -3553,6 +3603,7 @@ persistent
pesign
pexpect
phonon
phonon-vlc
phoronix-test-suite
php
php-imagick
@@ -3608,6 +3659,7 @@ portaudio
portend
positional
posix_ipc
postgis
postgresql
potrace
povray
@@ -3681,6 +3733,7 @@ pygtkglext
pyhs100
pyinotify
pykerberos
pykwalify
pylama
pyliblzma
pylint
@@ -3789,6 +3842,7 @@ qemu
qemu-guest-additions
qemu-lite
qgit
qhull
qml-box2d
qpdf
qpid-python
@@ -3839,6 +3893,8 @@ quazip
quilt
qwt
rabbitmq-c
rabbitmq-java-client
rabbitmq-java-client-dep
rabbitmq-server
radvd
rage
@@ -3897,9 +3953,10 @@ rsync
rsyslog
rt-tests
rtkit
rtmpdump
rtslib-fb
rttr
ruamel-yaml
ruamel.yaml
ruby
runc
rust-std32
@@ -3918,6 +3975,7 @@ sbc
sbsigntools
scala
scala-dep
scdoc
scene-alembic
scikit-build
scikit-image
@@ -4031,6 +4089,7 @@ stellarium
step
stestr
stevedore
stoken
stow
strace
stress-ng
@@ -4082,6 +4141,7 @@ telemetrics-client
telepathy-glib
telepathy-logger
telepathy-qt
tempest
tempest-lib
template-glib
tempora
@@ -4096,6 +4156,7 @@ terminaltables
terminology
terminus-font
test-generator
testdisk
testpath
testrepository
testresources
@@ -4150,12 +4211,13 @@ tracker-miners
traitlets
tree
trollius
typed-ast
typed_ast
typing
typing_extensions
tzdata
tzlocal
ua-parser
uamqp
ucpp
udisks2
udunits
@@ -4209,6 +4271,7 @@ volk
volume_key
voluptuous
voluptuous-serialize
vpnc
vsqlite
vte
waffle
@@ -4269,7 +4332,6 @@ xdg-user-dirs-gtk
xdg-utils
xdotool
xdpyinfo
xemacs
xerces-c
xf86-input-evdev
xf86-input-libinput
@@ -4306,6 +4368,7 @@ xkbcomp
xkeyboard-config
xkill
xlog
xmlb
xmlrpc-c
xmlsec1
xmlstarlet
@@ -4348,14 +4411,17 @@ yum
yum-metadata-parser
zVMCloudConnector
zake
zathura
zc.lockfile
zenity
zeroconf
zeroconf-ioslave
zict
zip
zipp
zlib
znc
zoneminder
zookeeper-dep
zope.component
zope.configuration
+13 -1
View File
@@ -195,7 +195,7 @@ def main():
with open (filename, "r") as myfile:
lines = myfile.readlines()
else:
output = subprocess.check_output("git show", shell=True).decode("latin-1")
output = subprocess.check_output("git format-patch -1 --stdout", shell=True).decode("latin-1")
lines = output.split("\n")
parse_patch(lines)
@@ -225,6 +225,14 @@ def main():
zap_line_in_file_start(".spec", "Source99 :")
zap_line_in_file_start(".spec", "Source0 :")
zap_line_in_file_start(".spec", "export SOURCE_DATE_EPOCH")
zap_line_in_file_start(".spec", "export GCC_IGNORE_WERROR=1")
zap_line_in_file_start(".spec", "export AR=gcc-ar")
zap_line_in_file_start(".spec", "export RANLIB=gcc-ranlib")
zap_line_in_file_start(".spec", "export NM=gcc-nm")
zap_line_in_file_start(".spec", "export CFLAGS=\"$CFLAGS -O3 -ffat-lto-objects -flto=4 \"")
zap_line_in_file_start(".spec", "export FCFLAGS=\"$CFLAGS -O3 -ffat-lto-objects -flto=4 \"")
zap_line_in_file_start(".spec", "export FFLAGS=\"$CFLAGS -O3 -ffat-lto-objects -flto=4 \"")
zap_line_in_file_start(".spec", "export CXXFLAGS=\"$CXXFLAGS -O3 -ffat-lto-objects -flto=4 \"")
zap_line_in_file_start(".spec", "%setup -q -n ")
zap_line_in_file_start(".spec", "URL :")
zap_line_in_file_start(".spec", "Version :")
@@ -236,6 +244,7 @@ def main():
zap_line_in_file_start(".spec", "data components for the")
zap_line_in_file_start(".spec", "locales components for the")
zap_line_in_file_start(".spec", "license components for the")
zap_line_in_file_start(".spec", "doc components for the")
zap_line_in_file_start(".spec", "Group: Default")
zap_line_in_file_start(".spec", "export http_proxy=http://127.0.0.1:9/")
zap_line_in_file_start(".spec", "export https_proxy=http://127.0.0.1:9/")
@@ -246,13 +255,16 @@ def main():
zap_line_in_file_start(".spec", "Group: Binaries")
zap_line_in_file_start(".spec", "Group: Data")
zap_line_in_file_start(".spec", "Group: Libraries")
zap_line_in_file_start(".spec", "Group: Documentation")
zap_line_in_file_start(".spec", "export LANG=C")
zap_line_in_file_start(".spec", "%description lib")
zap_line_in_file_start(".spec", "%description bin")
zap_line_in_file_start(".spec", "%description data")
zap_line_in_file_start(".spec", "%description doc")
zap_line_in_file_start(".spec", "%description locales")
zap_line_in_file_start(".spec", "%description dev")
zap_line_in_file_start(".spec", "%description license")
zap_line_in_file_start(".spec", "%package doc")
zap_line_in_file_start("b/Makefile", "URL =")
zap_line_in_file_start("b/Makefile", "PKG_NAME :=")