Skip to content

Commit

Permalink
pier: propagate pace to mars (#473)
Browse files Browse the repository at this point in the history
Old format: `/vere/~.2.10-9fac623`, new format `/vere/[once, live, soon,
edge]/~.2.10-9fac623`.
  • Loading branch information
Josh Lehman authored Jul 3, 2023
2 parents ed86acc + 40006ec commit 99bea10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/vere/pier.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "db/lmdb.h"
#include "ent.h"
#include "noun.h"
#include "pace.h"
#include "vere.h"
#include "version.h"

Expand Down Expand Up @@ -807,7 +808,8 @@ _pier_wyrd_card(u3_pier* pir_u)

// XX god_u not necessarily available yet, refactor call sites
//
u3_noun ver = u3nt(u3i_string(VERE_NAME),
u3_noun ver = u3nq(u3i_string(VERE_NAME),
u3i_string(U3_VERE_PACE),
u3dc("scot", c3__ta, u3i_string(URBIT_VERSION)),
u3_nul);
u3_noun kel = u3nl(u3nc(c3__zuse, VERE_ZUSE), // XX from both king and serf?
Expand Down

0 comments on commit 99bea10

Please sign in to comment.