[ARVADOS] updated: f22ca564a5b5caa0c86cee099b43df2038ccd5ca
git at public.curoverse.com
git at public.curoverse.com
Wed Jul 2 10:29:02 EDT 2014
Summary of changes:
doc/Rakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f22ca564a5b5caa0c86cee099b43df2038ccd5ca (commit)
from 5e36bba520468fdf2c8672cb27c57608a8b0b131 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f22ca564a5b5caa0c86cee099b43df2038ccd5ca
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Jul 2 10:28:34 2014 -0400
The linkchecker rake task should return with the exit code of linkchecker.
no issue #
diff --git a/doc/Rakefile b/doc/Rakefile
index 6d7f4e1..811ca67 100644
--- a/doc/Rakefile
+++ b/doc/Rakefile
@@ -25,7 +25,7 @@ task :linkchecker => [ :generate ] do
Dir.chdir(".site") do
`which linkchecker`
if $? == 0
- system "linkchecker index.html --ignore-url='!file://'"
+ system "linkchecker index.html --ignore-url='!file://'" or exit $?.exitstatus
else
puts "Warning: linkchecker not found, skipping run".colorize(:light_red)
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list