Compare commits

..

24 Commits

Author SHA1 Message Date
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
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
4 changed files with 68 additions and 7 deletions
+6 -3
View File
@@ -186,8 +186,11 @@ 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 ;
@git diff | grep -q index || python3 $(TOPLVL)/projects/common/patchfilter.py > for-review.txt ;
@printf "\n**\n"
@printf "** NOTICE: A patch with changes is available in the file for-review.txt\n"
@printf "** Please submit for code review with git send-email\n"
@printf "**\n\n"
#help autospecnogit: Runs autospec, but does not create a commit
autospecnogit:
@@ -320,7 +323,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 submit for code review with git send-email\n"; \
printf "**\n\n"; \
fi; \
else \
echo "$(NAME) already exists at $(TOPLVL)/packages/$(NAME)"; \
+56 -1
View File
@@ -457,6 +457,7 @@ R-ica
R-igraph
R-import
R-ineq
R-influenceR
R-ini
R-inline
R-inum
@@ -875,6 +876,7 @@ SDL_image
SDL_mixer
SDL_net
SDL_ttf
SFCGAL
SFML
SPIRV-Headers
SPIRV-Tools
@@ -888,6 +890,7 @@ SuiteSparse
Tempita
Theano
Thunar
UCD
UkPostcodeParser
Unidecode
Uranium
@@ -975,8 +978,10 @@ aniso8601
ansible
anyjson
apache-ant
apache-flink
apache-hadoop
apache-kafka
apache-libcloud
apache-maven
apache-spark
apache-zookeeper
@@ -991,6 +996,7 @@ argcomplete
argon2
argon2_cffi
argparse
aria2
ark
armadillo
artikulate
@@ -1265,6 +1271,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
@@ -1276,6 +1283,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
@@ -1302,6 +1310,7 @@ compat-poppler-soname78
compat-poppler-soname82
compat-poppler-soname83
compat-poppler-soname86
compat-proj-soname13
compat-protobuf-soname14
compat-protobuf-soname15
compat-python36
@@ -1537,6 +1546,7 @@ edk2
efibootmgr
efitools
efivar
efl
eigen
elasticsearch
elasticsearch-dep
@@ -1546,9 +1556,11 @@ elfutils
elixir
ell
emacs
emacs-x11
embree
empy
enchant
enlightenment
entrypoints
enum34
envs
@@ -1559,12 +1571,14 @@ epydoc
eternalegypt
ethtool
etr
evdev
eventlet
eventviews
evince
evolution
evolution-data-server
evolution-ews
evtest
execnet
exempi
exiv2
@@ -1616,9 +1630,11 @@ flatpak
flatpak-builder
fldigi
flex
flink-dep
flmsg
flnet
fltk
fluidsynth
folks
font-util
fontconfig
@@ -1626,6 +1642,7 @@ fontforge
fonttools
fossil
frameworkintegration
freedv
freeglut
freeipmi
freetype
@@ -1649,6 +1666,8 @@ gawk
gc
gcab
gcc
gcc7
gcc8
gcompris-qt
gcr
gcs-oauth2-boto-plugin
@@ -1675,6 +1694,7 @@ gftp
ghc
ghostscript
gimp
girara
git
git-gui
gitdb2
@@ -1707,6 +1727,7 @@ gnome-applets
gnome-autoar
gnome-backgrounds
gnome-bluetooth
gnome-boxes
gnome-calculator
gnome-calendar
gnome-characters
@@ -1764,6 +1785,7 @@ gperf
gperftools
gpgme
gphoto2
gpm
gpredict
gptfdisk
gradle
@@ -1862,6 +1884,8 @@ iasimage
ibus
ibus-libpinyin
ibus-table
ibus-typing-booster
ibus-unikey
icalendar
icdiff
iceauth
@@ -1886,6 +1910,7 @@ influxdb
iniparse
init-rdahead
inkscape
innoextract
inotify-tools
intel-cmt-cat
intel-compute-runtime
@@ -1943,6 +1968,7 @@ jedi-vim
jeepney
jemalloc
jmespath
joblib
joe
josepy
jq
@@ -2019,6 +2045,7 @@ kde-dev-utils
kde-gtk-config
kdebugsettings
kdeclarative
kdeconnect-kde
kdecoration
kded
kdeedu-data
@@ -2240,6 +2267,7 @@ libaio
libappindicator
libarchive
libarchive-c
libass
libassuan
libasyncns
libatasmart
@@ -2306,6 +2334,7 @@ libgit2-glib
libglade
libgnome-keyring
libgnomekbd
libgovirt
libgpg-error
libgphoto2
libgravatar
@@ -2360,6 +2389,7 @@ libmtp
libmwaw
libmypaint
libndp
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
@@ -2429,6 +2459,7 @@ libtheora
libtirpc
libtk-img
libtool
libtorrent-rasterbar
libudev0-shim
libuev
libuninameslist
@@ -2478,6 +2509,7 @@ linecache2
links
linux
linux-aws
linux-current
linux-firmware
linux-firmware-ipu
linux-gce
@@ -2492,7 +2524,9 @@ linux-kvm
linux-libc-headers
linux-lts2017
linux-lts2018
linux-mainline
linux-networktest
linux-next
linux-oracle
linux-preempt-rt
linux-steam-integration
@@ -2522,6 +2556,7 @@ lua
lua52
lualgi
luarocks
lutris
lxml
lxqt-about
lxqt-admin
@@ -2616,6 +2651,7 @@ mpc
mpfr
mpg123
mpi4py
mpir
mpmath
mpv
mraa
@@ -2628,6 +2664,7 @@ msrestazure
mstflint
mtd-utils
mtdev
mtools
mtr
multidict
multimon-ng
@@ -2669,6 +2706,7 @@ net-tools
netaddr
netbase
netcdf
netdata
netdisco
netifaces
netkit-telnet
@@ -2687,6 +2725,7 @@ nghttp2
nginx
nginx-mainline
nicstat
nim
ninja
nload
nlopt
@@ -2898,6 +2937,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
@@ -3575,6 +3615,7 @@ plasma-workspace-wallpapers
pluggy
ply
plzip
pm-graph
pmdk
polkit
polkit-kde-agent
@@ -3586,6 +3627,7 @@ portaudio
portend
positional
posix_ipc
postgis
postgresql
potrace
povray
@@ -3761,11 +3803,13 @@ pywbem
pyxattr
pyxdg
pyzmq
qbittorrent
qca-qt5
qemu
qemu-guest-additions
qemu-lite
qgit
qhull
qml-box2d
qpdf
qpid-python
@@ -3816,8 +3860,11 @@ quazip
quilt
qwt
rabbitmq-c
rabbitmq-java-client
rabbitmq-java-client-dep
rabbitmq-server
radvd
rage
ragel
raptor2
rasqal
@@ -3894,6 +3941,7 @@ sbc
sbsigntools
scala
scala-dep
scdoc
scene-alembic
scikit-build
scikit-image
@@ -3921,6 +3969,7 @@ setproctitle
setserial
setuptools
setuptools-legacy
setuptools-markdown
setuptools_scm
setuptools_scm_git_archive
setxkbmap
@@ -4068,8 +4117,10 @@ tensorflow-probability
termcolor
terminado
terminaltables
terminology
terminus-font
test-generator
testdisk
testpath
testrepository
testresources
@@ -4183,6 +4234,7 @@ volk
volume_key
voluptuous
voluptuous-serialize
vpnc
vsqlite
vte
waffle
@@ -4204,6 +4256,7 @@ weechat
weston
wget
wheel
wheelhouse-uploader
which
whois
widgetsnbextension
@@ -4214,6 +4267,7 @@ wireshark
woff2
wok
wol
wordpress
wpa_supplicant
wrapt
wsgi_intercept
@@ -4241,7 +4295,6 @@ xdg-user-dirs-gtk
xdg-utils
xdotool
xdpyinfo
xemacs
xerces-c
xf86-input-evdev
xf86-input-libinput
@@ -4278,6 +4331,7 @@ xkbcomp
xkeyboard-config
xkill
xlog
xmlb
xmlrpc-c
xmlsec1
xmlstarlet
@@ -4320,6 +4374,7 @@ yum
yum-metadata-parser
zVMCloudConnector
zake
zathura
zc.lockfile
zenity
zeroconf
+1 -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)