[ARVADOS] updated: e69e35777d2b8746dc240be51d62671f84f663d4

git at public.curoverse.com git at public.curoverse.com
Wed Feb 5 19:46:06 EST 2014


Summary of changes:
 services/api/config/environments/test.rb.example |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  e69e35777d2b8746dc240be51d62671f84f663d4 (commit)
      from  cc527a74c89f44267c50a52194ec0560484a72a0 (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 e69e35777d2b8746dc240be51d62671f84f663d4
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Feb 5 19:45:48 2014 -0500

    Make the config_uuid field match what we expect in our tests.

diff --git a/services/api/config/environments/test.rb.example b/services/api/config/environments/test.rb.example
index 82973ac..1782734 100644
--- a/services/api/config/environments/test.rb.example
+++ b/services/api/config/environments/test.rb.example
@@ -64,7 +64,7 @@ Server::Application.configure do
   # config.compute_node_nameservers = ['1.2.3.4', '1.2.3.5']
   config.compute_node_nameservers = [ "172.16.0.23" ]
 
-  config.uuid_prefix('test@' + `hostname`.strip)
+  config.uuid_prefix = 'zzzzz'
 
   # Authentication stub: hard code pre-approved API tokens.
   # config.accept_api_token = { rand(2**256).to_s(36) => true }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list