[ARVADOS-ORG] updated: 215428b08189c9d85079bd3bacc37c35b33b0455

Git user git at public.curoverse.com
Thu Sep 28 14:45:22 EDT 2017


Summary of changes:
 arvados-version-server/README   |  1 +
 arvados-version-server/usage.go | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

       via  215428b08189c9d85079bd3bacc37c35b33b0455 (commit)
      from  7b3f87fdb0c524ab18305df586e89c639884c71e (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 215428b08189c9d85079bd3bacc37c35b33b0455
Author: Ward Vandewege <ward at curoverse.com>
Date:   Thu Sep 28 14:44:06 2017 -0400

    * Update README with ShortHashLength config variable.
    * Correct capitalization on config variables in usage output.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/arvados-version-server/README b/arvados-version-server/README
index 0ade59d..1499bab 100644
--- a/arvados-version-server/README
+++ b/arvados-version-server/README
@@ -21,3 +21,4 @@ DirPath: "/tmp/arvados-version-server-checkout"
 CacheDirPath: "/tmp/arvados-version-server-cache"
 GitExecutablePath: "/usr/bin/git"
 ListenPort: 8080
+ShortHashLength: 7
diff --git a/arvados-version-server/usage.go b/arvados-version-server/usage.go
index 769b7b1..fcb317a 100644
--- a/arvados-version-server/usage.go
+++ b/arvados-version-server/usage.go
@@ -11,11 +11,11 @@ import (
 )
 
 var exampleConfigFile = []byte(`
-dirPath: "/tmp/arvados-version-server-checkout"
-cacheDirPath: "/tmp/arvados-version-server-cache"
-gitExecutablePath: "/usr/bin/git"
-listenPort: 8080
-shortHashLength: 7
+DirPath: "/tmp/arvados-version-server-checkout"
+CacheDirPath: "/tmp/arvados-version-server-cache"
+GitExecutablePath: "/usr/bin/git"
+ListenPort: 8080
+ShortHashLength: 7
 `)
 
 func usage(fs *flag.FlagSet) {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list