From 9b2ca2743069cbffd06705abde8f4023c4d4c63f Mon Sep 17 00:00:00 2001 From: pilfer-pandex <47340789+pilfer-pandex@users.noreply.github.com> Date: Fri, 8 Feb 2019 18:40:38 -0800 Subject: [PATCH 1/2] Make a new ship launch into dojo --- lib/hood/drum.hoon | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/hood/drum.hoon b/lib/hood/drum.hoon index 0fa4ec657..7293ea83a 100644 --- a/lib/hood/drum.hoon +++ b/lib/hood/drum.hoon @@ -99,12 +99,12 @@ ^- part :* %drum %2 - ~ :: sys - (deft-fish our) :: eel - (deft-apes our) :: ray - ~ :: fur - ~ :: bin - == :: + sys=~ + eel=(deft-fish our) + ray=(deft-apes our) + fur=~ + bin=~ + == :: :: ++ en-gill :: gill to wire @@ -245,7 +245,9 @@ :: ++ se-adit :: update servers ^+ . - %+ roll ~(tap in ray) + :: ensure dojo connects after talk + =* dojo-on-top aor + %+ roll (sort ~(tap in ray) dojo-on-top) =< .(con +>) |: $:{wel/well:gall con/_..se-adit} ^+ con =. +>.$ con From 2d70c8c9e74d5d96407d22c35300ec3d5ca5eb20 Mon Sep 17 00:00:00 2001 From: pilfer-pandex <47340789+pilfer-pandex@users.noreply.github.com> Date: Sat, 9 Feb 2019 00:50:40 -0800 Subject: [PATCH 2/2] Remove ^x from test travis tests --- .travis/test.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis/test.js b/.travis/test.js index 0e9324826..996a10dc6 100644 --- a/.travis/test.js +++ b/.travis/test.js @@ -83,16 +83,6 @@ function barMass(urb) { } Promise.resolve(urbit) -// XX temporary -// send ctrl-x to select dojo -// -.then(function(){ - return urbit.expect(/talk\[\] /) - .then(function() { - return urbit.pty.write("\x18") - }) - .then(function() { return urbit }) -}) .then(actions.safeBoot) .then(function(){ return barMass(urbit);