From 726b399e4747032a3d052339cd62c57ae5b6767c Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sat, 15 Jul 2017 01:26:39 +0100 Subject: pipeline from spool to worker is done -- added examples --- commits.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'commits.go') diff --git a/commits.go b/commits.go index d69cc2b..7703273 100644 --- a/commits.go +++ b/commits.go @@ -53,9 +53,9 @@ func walk_commits(msg SCORSHmsg, w *SCORSHworker) error { fmt.Printf("Inside parse_commits\n") - reponame := msg.repo - old_rev := msg.old_rev - new_rev := msg.new_rev + reponame := msg.Repo + old_rev := msg.Old_rev + new_rev := msg.New_rev repo, err := git.OpenRepository(reponame) if err != nil { -- cgit v1.2.3