Compare commits

..

3 Commits

Author SHA1 Message Date
puneetse f2a32480ae Add diffstat in required programs check
diffstat is required to geenrate the for-review.txt
2020-02-26 19:44:50 +00:00
Patrick McCarty 8aa923a5a6 Replace gitdb2/smmap2 with gitdb/smmap
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-02-24 16:20:26 -08:00
clrbuilder a757a26828 Update packages file for version 32390
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-02-24 18:20:28 +00:00
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -1666,6 +1666,7 @@ fuse
futurist
fwupd
fwupdate
g2fs-utils
gTTS-token
gabbi
garcon
@@ -1711,7 +1712,7 @@ gimp
girara
git
git-gui
gitdb2
gitdb
gitg
gitolite
gjs
@@ -4893,6 +4894,7 @@ rfc3987
rhythmbox
rinutils
rjsmin
rlwrap
rng-tools
roboto
rofi
@@ -4985,7 +4987,7 @@ slurm
smart_open
smartcols
smartmontools
smmap2
smmap
snabb
snappy
sndio
+1 -1
View File
@@ -102,7 +102,7 @@ fi
required_progs() {
local bindir="/usr/bin"
for f in git mock rpm rpmbuild ; do
for f in git mock rpm rpmbuild diffstat ; do
[ ! -x "${bindir}/${f}" ] && missing+="${f} "
done
[ "$PEM" ] && [ ! -x /usr/bin/koji ] && missing+="koji "