projects
/
wannabuild.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c1637
)
TODO entry: tell edos what sources to check
author
Joachim Breitner
<nomeata@debian.org>
Mon, 27 Jul 2009 23:46:46 +0000
(
01:46
+0200)
committer
Joachim Breitner
<nomeata@debian.org>
Mon, 27 Jul 2009 23:46:46 +0000
(
01:46
+0200)
bin/wanna-build
patch
|
blob
|
history
diff --git
a/bin/wanna-build
b/bin/wanna-build
index ff523e70674572eb115d138b8b25756591491e9f..41ee82b5d17dba8afa19595516c1c49e2ac27cad 100755
(executable)
--- a/
bin/wanna-build
+++ b/
bin/wanna-build
@@
-2571,6
+2571,8
@@
sub call_edos_depcheck {
if (exists $interesting_packages{$key}) {
$interesting_packages{$key} = $reason;
+ } else {
+ print "TODO: edos reported a package we do not care about now" if $verbose;
}
}
close EDOS;