[ARVADOS] updated: cfabe4198e0bf332c102b45a16a59c12f99cba4d
Git user
git at public.curoverse.com
Mon Aug 15 21:35:51 EDT 2016
Summary of changes:
discards 28cd3486a00927c6efbf2f73f9e267b3c4746cd0 (commit)
via cfabe4198e0bf332c102b45a16a59c12f99cba4d (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (28cd3486a00927c6efbf2f73f9e267b3c4746cd0)
\
N -- N -- N (cfabe4198e0bf332c102b45a16a59c12f99cba4d)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 cfabe4198e0bf332c102b45a16a59c12f99cba4d
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Aug 15 21:35:35 2016 -0400
9706: 9745: Fix config struct to match example.
diff --git a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
index 8686fa4..ef08f45 100644
--- a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
+++ b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
@@ -22,7 +22,7 @@ import (
// Config used by crunch-dispatch-slurm
type Config struct {
- arvados.Client
+ Client arvados.Client
SbatchArguments []string
PollPeriod arvados.Duration
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list