# # # patch "hostconfig.dist" # from [4b966098b815daf67338fb5f7a7d16550d77141c] # to [0d99052beac20c4c21d3c8af40b233c3313a34df] # # patch "skel/monotonerc" # from [c3a253cb7479ef6836b9a1456fca32bbd29b61a5] # to [00dcb8814b973dfe0d1f2af0e1ec77b893c21f3e] # ============================================================ --- hostconfig.dist 4b966098b815daf67338fb5f7a7d16550d77141c +++ hostconfig.dist 0d99052beac20c4c21d3c8af40b233c3313a34df @@ -7,7 +7,7 @@ logdir "LOGDIR" logdir "LOGDIR" -hostkey "address@hidden" +hostkey "5cd3b3a7ad2e8645e8887af193ee522dc59112e4" hostkeypass "address@hidden" monotone "MONOTONE" ============================================================ --- skel/monotonerc c3a253cb7479ef6836b9a1456fca32bbd29b61a5 +++ skel/monotonerc 00dcb8814b973dfe0d1f2af0e1ec77b893c21f3e @@ -26,7 +26,7 @@ function get_passphrase(keyid) read_config() function get_passphrase(keyid) - if keyid.given_name == hostkey then + if keyid.id == hostkey then return hostkeypass end return nil @@ -38,7 +38,7 @@ function get_netsync_write_permitted(ide old_get_wperm = get_netsync_write_permitted function get_netsync_write_permitted(ident) - if ident.given_name == hostkey then return true end + if ident.id == hostkey then return true end return old_get_wperm(ident) end @@ -47,6 +47,6 @@ function get_remote_automate_permitted(i end function get_remote_automate_permitted(ident, cmdline, opts) - if ident.given_name == hostkey then return true end + if ident.id == hostkey then return true end return false end \ No newline at end of file