This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new d28a32e Return status
d28a32e is described below
commit d28a32e95d07a0a8bb2aec1c9f7864d26b2298ed
Author: Sebb <[email protected]>
AuthorDate: Tue Jun 30 23:47:30 2020 +0100
Return status
---
lib/whimsy/asf/svn.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 5993e01..9c49f0d 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -796,6 +796,7 @@ module ASF
else
rc = ASF::SVN.svnmucc_(cmds,msg,env,_,filerev,{tmpdir: tmpdir})
raise "svnmucc failure #{rc} committing" unless rc == 0
+ rc
end
ensure
FileUtils.rm_rf tmpdir