projects
/
tools
/
depanneur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04e8526
)
Check the exsistance of specfile for incremental build
author
Zhang Qiang
<qiang.z.zhang@intel.com>
Mon, 21 Jan 2013 22:57:29 +0000
(17:57 -0500)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Mon, 21 Jan 2013 23:20:02 +0000
(18:20 -0500)
Change-Id: I876dd23864c1bf517ddd124639f688a73575d566
depanneur
patch
|
blob
|
history
diff --git
a/depanneur
b/depanneur
index f6282d7b0073421dcb0acf07b68cdf6ea059ae32..ed4fb57c2e793522fe3e55c7ad8fe655aae6337f 100755
(executable)
--- a/
depanneur
+++ b/
depanneur
@@
-1287,6
+1287,9
@@
if ($style eq 'git') {
foreach my $sp (@specs) {
my $packaging = dirname($sp);
my $base = dirname($packaging);
+ if (! -e $sp){
+ error("$sp does not exist under package:$base");
+ }
push(@packs, {
filename => "$sp",
project_base_path => $base,