[ARVADOS] updated: 1.3.0-930-gd96646a3a
Git user
git at public.curoverse.com
Tue May 21 13:42:47 UTC 2019
Summary of changes:
services/api/app/models/commit.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d96646a3a239e0e581659ae3c7a1f971c023f649 (commit)
from fac8be67a78650367ba51fda6758bcc91f3f1ba0 (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 d96646a3a239e0e581659ae3c7a1f971c023f649
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue May 21 10:42:00 2019 -0300
14946: Updates pattern matching because of newer git message changes.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/services/api/app/models/commit.rb b/services/api/app/models/commit.rb
index a3cef6421..2f7e9cd93 100644
--- a/services/api/app/models/commit.rb
+++ b/services/api/app/models/commit.rb
@@ -235,7 +235,7 @@ class Commit < ActiveRecord::Base
begin
must_git gitdir, "branch"
rescue GitError => e
- raise unless /Not a git repository/ =~ e.to_s
+ raise unless /Not a git repository/i =~ e.to_s
# OK, this just means we need to create a blank cache repository
# before fetching.
FileUtils.mkdir_p gitdir
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list