Compare commits

..

4 Commits

Author SHA1 Message Date
clrbuilder eb4fcd4085 Update packages file for version 24300
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-08 18:51:20 +00:00
clrbuilder 4fd9e54785 Update packages file for version 24290
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-08 01:11:27 +00:00
Brett T. Warden 5bc6cc856b Error on specfile and upstreams only when missing
Previously, we always emitted an error and failed when the specfile or
upstream target was requested, breaking the -B switch. Now, we only fail
if the file doesn't actually exist, not just that it was requested via
make.
2018-08-07 09:03:54 -07:00
clrbuilder 3bfdb39ee1 Update packages file for version 24270
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-07 12:02:19 +00:00
2 changed files with 20 additions and 9 deletions
+10 -8
View File
@@ -28,16 +28,18 @@ __missingsources := $(filter-out $(wildcard ${__allsources}), ${__allsources})
endif
$(SPECFILE):
@echo Error: $(SPECFILE) is missing. Please run \`make autospec\` to try and auto
@echo Error: generate one for you.
@exit 1
@[[ -f "$@" ]] || (\
echo Error: $@ is missing. Please run \`make autospec\` to try and auto;\
echo Error: generate one for you.;\
exit 1 )
upstream:
@echo Error: The \"upstream\" file is missing. Try running \`make autospec\` to
@echo Error: auto generate one for you. If you are not using autospec to
@echo Error: generate a spec file, specify the proper "Source*" entries in the
@echo Error: spec header, and try running \`make generateupstream\`.
@exit 1
@[[ -f "$@" ]] || (\
echo Error: The \"$@\" file is missing. Try running \`make autospec\` to;\
echo Error: auto generate one for you. If you are not using autospec to;\
echo Error: generate a spec file, specify the proper "Source*" entries in the;\
echo Error: spec header, and try running \`make generateupstream\`.;\
exit 1 )
#help spdxcheck: Checks that the package license is a valid SPDX license,
#help or that it is in the exceptions list.
+10 -1
View File
@@ -446,6 +446,7 @@ R-maxLik
R-mclust
R-mcmc
R-mda
R-measures
R-memisc
R-memoise
R-mi
@@ -705,6 +706,7 @@ R-urltools
R-uroot
R-utf8
R-uuid
R-varImp
R-vcd
R-vcdExtra
R-vcr
@@ -1039,7 +1041,6 @@ compat-opencv-soname32
compat-opencv-soname33
compat-protobuf-soname14
compat-protobuf-soname15
compat-python36
compat-readline
component
compute-image-packages
@@ -1177,6 +1178,7 @@ fann
farstream
fasteners
fcgi
feh
fftw
file
file-roller
@@ -1259,6 +1261,7 @@ glib
glib-networking
glibc
glibmm
glm
glmark2
global
glog
@@ -1327,6 +1330,7 @@ gptfdisk
gradle
gradle-dep
graphene
graphite
graphviz
greenlet
grep
@@ -1500,6 +1504,7 @@ kdnssd
kdoctools
keepassxc
kemoticons
kernel-config
kernel-config-checker
kernel-install
kexec-tools
@@ -1990,6 +1995,7 @@ pcre
pcre2
pecan
pep8
performance
perftest
perl
perl-Acme-Damn
@@ -2620,6 +2626,7 @@ pwgen
py
pyOpenSSL
pyScss
pyaes
pyaml
pyasn1
pyasn1-modules
@@ -2686,6 +2693,7 @@ python-multilib
python-neutronclient
python-novaclient
python-openstackclient
python-perf
python-pkgconfig
python-pocketlint
python-polib
@@ -2960,6 +2968,7 @@ unicodecsv
unifdef
unison
unittest2
unixODBC
unzip
upower
uritemplate