Skip to content

Commit

Permalink
travis: don't suppress make output.
Browse files Browse the repository at this point in the history
It's far less verbose than it used to be!  And it's occasionally useful.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Aug 31, 2020
1 parent 0c4ee47 commit 3f38155
Show file tree
Hide file tree
Showing 36 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ then
#echo -en 'travis_fold:end:script.3\\r'
else
echo -en 'travis_fold:start:script.2\\r'
make -j8 > /dev/null
make -j8
echo -en 'travis_fold:end:script.2\\r'

echo -en 'travis_fold:start:script.3\\r'
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@ SHA256STAMP = echo '$(2) SHA256STAMP:$(1)'`cat $(filter-out FORCE,$^) | sha256su

# generate-wire.py --page [header|impl] hdrfilename wirename < csv > file
%_wiregen.h: %_wire.csv $(WIRE_GEN_DEPS)
@if $(call SHA256STAMP_CHANGED,exp-$(EXPERIMENTAL_FEATURES)-); then $(call VERBOSE,"wiregen $@",tools/generate-wire.py --page header $($@_args) $@ `basename $< .csv` < $< > $@ && $(call SHA256STAMP,exp-$(EXPERIMENTAL_FEATURES)-,//)); fi
if $(call SHA256STAMP_CHANGED,exp-$(EXPERIMENTAL_FEATURES)-); then $(call VERBOSE,"wiregen $@",tools/generate-wire.py --page header $($@_args) $@ `basename $< .csv` < $< > $@ && $(call SHA256STAMP,exp-$(EXPERIMENTAL_FEATURES)-,//)); fi

%_wiregen.c: %_wire.csv $(WIRE_GEN_DEPS)
@if $(call SHA256STAMP_CHANGED,exp-$(EXPERIMENTAL_FEATURES)-); then $(call VERBOSE,"wiregen $@",tools/generate-wire.py --page impl $($@_args) ${@:.c=.h} `basename $< .csv` < $< > $@ && $(call SHA256STAMP,exp-$(EXPERIMENTAL_FEATURES)-,//)); fi
if $(call SHA256STAMP_CHANGED,exp-$(EXPERIMENTAL_FEATURES)-); then $(call VERBOSE,"wiregen $@",tools/generate-wire.py --page impl $($@_args) ${@:.c=.h} `basename $< .csv` < $< > $@ && $(call SHA256STAMP,exp-$(EXPERIMENTAL_FEATURES)-,//)); fi

%_printgen.h: %_wire.csv $(WIRE_GEN_DEPS)
@if $(call SHA256STAMP_CHANGED,exp-$(EXPERIMENTAL_FEATURES)-); then $(call VERBOSE,"printgen $@",tools/generate-wire.py -s -P --page header $($@_args) $@ `basename $< .csv` < $< > $@ && $(call SHA256STAMP,exp-$(EXPERIMENTAL_FEATURES)-,//)); fi
Expand Down
2 changes: 1 addition & 1 deletion channeld/channeld_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1185,4 +1185,4 @@ bool fromwire_send_onionmsg(const tal_t *ctx, const void *p, u8 onion[1366], str
return cursor != NULL;
}

// SHA256STAMP:exp-0-1b6f8d6af6aeb028ca014ecd646ecff1fc72b6b47f4ae04a0d6b24b92efb6eda
// SHA256STAMP:exp-0-fd00731531579c6ad8f638553c366ff84744b052418fcf6d6d5e94e6a751d3ac
2 changes: 1 addition & 1 deletion channeld/channeld_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ bool fromwire_send_onionmsg(const tal_t *ctx, const void *p, u8 onion[1366], str

#endif /* LIGHTNING_CHANNELD_CHANNELD_WIREGEN_H */

// SHA256STAMP:exp-0-1b6f8d6af6aeb028ca014ecd646ecff1fc72b6b47f4ae04a0d6b24b92efb6eda
// SHA256STAMP:exp-0-fd00731531579c6ad8f638553c366ff84744b052418fcf6d6d5e94e6a751d3ac
2 changes: 1 addition & 1 deletion closingd/closingd_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ bool fromwire_closingd_complete(const void *p)
return cursor != NULL;
}

// SHA256STAMP:exp-0-b2eb7dca2466d016dd438807ca18e00f21b0dd59cfa74fe2875b3b57ef831d0f
// SHA256STAMP:exp-0-6b726a587fbc81e71449f8aa222fd07af25ee84072ba61724a6b125a246042ba
2 changes: 1 addition & 1 deletion closingd/closingd_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ bool fromwire_closingd_complete(const void *p);

#endif /* LIGHTNING_CLOSINGD_CLOSINGD_WIREGEN_H */

// SHA256STAMP:exp-0-b2eb7dca2466d016dd438807ca18e00f21b0dd59cfa74fe2875b3b57ef831d0f
// SHA256STAMP:exp-0-6b726a587fbc81e71449f8aa222fd07af25ee84072ba61724a6b125a246042ba
2 changes: 1 addition & 1 deletion common/peer_status_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ bool fromwire_status_peer_error(const tal_t *ctx, const void *p, struct channel_
return cursor != NULL;
}

// SHA256STAMP:exp-0-447e0325cb958a5eab33bc5a220a3cbf671d7a39edb7f9c3065ea04a8545cbd1
// SHA256STAMP:exp-0-2d545ff4ee382825963745a2c70a6fbf180bb35da1643ae0779ec818e3c18ddf
2 changes: 1 addition & 1 deletion common/peer_status_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ bool fromwire_status_peer_error(const tal_t *ctx, const void *p, struct channel_

#endif /* LIGHTNING_COMMON_PEER_STATUS_WIREGEN_H */

// SHA256STAMP:exp-0-56acee14dc485105152d9cd4d3015fa6d2f7ce1883d49ccece82e068b7f1af13
// SHA256STAMP:exp-0-2d545ff4ee382825963745a2c70a6fbf180bb35da1643ae0779ec818e3c18ddf
2 changes: 1 addition & 1 deletion common/status_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ bool fromwire_status_peer_billboard(const tal_t *ctx, const void *p, bool *perm,
return cursor != NULL;
}

// SHA256STAMP:exp-0-4d2dbdbf0583d8c35594ef3c14ec80fc1ad4e8d00ee8f1dca0c57293ac41d17e
// SHA256STAMP:exp-0-85c03c87b25c21b1a90abe0d42172e5eccda207caabd74e3c5f4cdc7521df1ae
2 changes: 1 addition & 1 deletion common/status_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ bool fromwire_status_peer_billboard(const tal_t *ctx, const void *p, bool *perm,

#endif /* LIGHTNING_COMMON_STATUS_WIREGEN_H */

// SHA256STAMP:exp-0-6b371939fcb8fc39758a17167e1b95bae1ac2cf61f207e530711aeba6838eb4f
// SHA256STAMP:exp-0-85c03c87b25c21b1a90abe0d42172e5eccda207caabd74e3c5f4cdc7521df1ae
2 changes: 1 addition & 1 deletion connectd/connectd_gossipd_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ bool fromwire_gossipd_get_addrs_reply(const tal_t *ctx, const void *p, struct wi
return cursor != NULL;
}

// SHA256STAMP:exp-0-bd0f96afda71fed3790c8a0a1596bafff24b5b7b648d68e7c31d5e44970cda47
// SHA256STAMP:exp-0-550f41e935a152c729b51492f53d59aaf434d04566def5b9b1f169fdf3e22b50
2 changes: 1 addition & 1 deletion connectd/connectd_gossipd_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ bool fromwire_gossipd_get_addrs_reply(const tal_t *ctx, const void *p, struct wi

#endif /* LIGHTNING_CONNECTD_CONNECTD_GOSSIPD_WIREGEN_H */

// SHA256STAMP:exp-0-bd0f96afda71fed3790c8a0a1596bafff24b5b7b648d68e7c31d5e44970cda47
// SHA256STAMP:exp-0-550f41e935a152c729b51492f53d59aaf434d04566def5b9b1f169fdf3e22b50
2 changes: 1 addition & 1 deletion connectd/connectd_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ bool fromwire_connectd_dev_memleak_reply(const void *p, bool *leak)
return cursor != NULL;
}

// SHA256STAMP:exp-0-ccc7cf60dccc364d13a7516e726d17d3f90664d91d4fc845ac77c23d4af298f5
// SHA256STAMP:exp-0-a33864994a0837fab7eaf382dd6e2f7a4365c43b9b0c937e11d19ada0b16e6c5
2 changes: 1 addition & 1 deletion connectd/connectd_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ bool fromwire_connectd_dev_memleak_reply(const void *p, bool *leak);

#endif /* LIGHTNING_CONNECTD_CONNECTD_WIREGEN_H */

// SHA256STAMP:exp-0-ccc7cf60dccc364d13a7516e726d17d3f90664d91d4fc845ac77c23d4af298f5
// SHA256STAMP:exp-0-a33864994a0837fab7eaf382dd6e2f7a4365c43b9b0c937e11d19ada0b16e6c5
2 changes: 1 addition & 1 deletion gossipd/gossip_store_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ bool fromwire_gossip_store_delete_chan(const void *p, struct short_channel_id *s
return cursor != NULL;
}

// SHA256STAMP:exp-0-184dda49fa00adc7b82ffc843580a139d17d915c890228fc1a2a8a4383e016ae
// SHA256STAMP:exp-0-a0ac45a15ded2fa2ee150a504e8a4c2dc05978ff9acbef2dfc95ac6eb5d50a86
2 changes: 1 addition & 1 deletion gossipd/gossip_store_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ bool fromwire_gossip_store_delete_chan(const void *p, struct short_channel_id *s

#endif /* LIGHTNING_GOSSIPD_GOSSIP_STORE_WIREGEN_H */

// SHA256STAMP:exp-0-184dda49fa00adc7b82ffc843580a139d17d915c890228fc1a2a8a4383e016ae
// SHA256STAMP:exp-0-a0ac45a15ded2fa2ee150a504e8a4c2dc05978ff9acbef2dfc95ac6eb5d50a86
2 changes: 1 addition & 1 deletion gossipd/gossipd_peerd_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ bool fromwire_gossipd_local_channel_announcement(const tal_t *ctx, const void *p
return cursor != NULL;
}

// SHA256STAMP:exp-0-c3a2252dbb4648cc0fb0766797d4e69fd7afd59565f133bb6c24df54b5c42ad6
// SHA256STAMP:exp-0-8696eaa1c0cf90212f9e0531f03880b3083756f1cb8d7f4e182b7163d1a40e8a
2 changes: 1 addition & 1 deletion gossipd/gossipd_peerd_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ bool fromwire_gossipd_local_channel_announcement(const tal_t *ctx, const void *p

#endif /* LIGHTNING_GOSSIPD_GOSSIPD_PEERD_WIREGEN_H */

// SHA256STAMP:exp-0-c3a2252dbb4648cc0fb0766797d4e69fd7afd59565f133bb6c24df54b5c42ad6
// SHA256STAMP:exp-0-8696eaa1c0cf90212f9e0531f03880b3083756f1cb8d7f4e182b7163d1a40e8a
2 changes: 1 addition & 1 deletion gossipd/gossipd_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,4 +858,4 @@ bool fromwire_gossipd_new_blockheight(const void *p, u32 *blockheight)
return cursor != NULL;
}

// SHA256STAMP:exp-0-6790ea53b0abf99e5595d11fe496d3ac5fe5b159f15205eca4c34a96856626d8
// SHA256STAMP:exp-0-4b4f4f014dddf4e6728719039de13a111a3490534bc6bc513d3d3115202eabfc
2 changes: 1 addition & 1 deletion gossipd/gossipd_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ bool fromwire_gossipd_new_blockheight(const void *p, u32 *blockheight);

#endif /* LIGHTNING_GOSSIPD_GOSSIPD_WIREGEN_H */

// SHA256STAMP:exp-0-6790ea53b0abf99e5595d11fe496d3ac5fe5b159f15205eca4c34a96856626d8
// SHA256STAMP:exp-0-4b4f4f014dddf4e6728719039de13a111a3490534bc6bc513d3d3115202eabfc
2 changes: 1 addition & 1 deletion hsmd/hsmd_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,4 +1215,4 @@ bool fromwire_hsmd_get_output_scriptpubkey_reply(const tal_t *ctx, const void *p
return cursor != NULL;
}

// SHA256STAMP:exp-0-fd33f5b428d1806da30507ca94c8e34f3c7c0023ecf87c55aa2867a403d5a20c
// SHA256STAMP:exp-0-28a84168d31059eba4a70dfe3f76b88e78933d4fa7e2881c5d7bde7f0611b55c
2 changes: 1 addition & 1 deletion hsmd/hsmd_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,4 @@ bool fromwire_hsmd_get_output_scriptpubkey_reply(const tal_t *ctx, const void *p

#endif /* LIGHTNING_HSMD_HSMD_WIREGEN_H */

// SHA256STAMP:exp-0-fd33f5b428d1806da30507ca94c8e34f3c7c0023ecf87c55aa2867a403d5a20c
// SHA256STAMP:exp-0-28a84168d31059eba4a70dfe3f76b88e78933d4fa7e2881c5d7bde7f0611b55c
2 changes: 1 addition & 1 deletion onchaind/onchaind_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,4 +627,4 @@ bool fromwire_onchaind_notify_coin_mvt(const void *p, struct chain_coin_mvt *mvt
return cursor != NULL;
}

// SHA256STAMP:exp-0-f2014a3431bb14b19ff6c2e2a273cfe07c58238052a6a18a62e413fc59d9cbf2
// SHA256STAMP:exp-0-bbe07bcef0823287c117336c5b2ded8d33b7145cdaeb45c4320a215dd44aa455
2 changes: 1 addition & 1 deletion onchaind/onchaind_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ bool fromwire_onchaind_notify_coin_mvt(const void *p, struct chain_coin_mvt *mvt

#endif /* LIGHTNING_ONCHAIND_ONCHAIND_WIREGEN_H */

// SHA256STAMP:exp-0-f2014a3431bb14b19ff6c2e2a273cfe07c58238052a6a18a62e413fc59d9cbf2
// SHA256STAMP:exp-0-bbe07bcef0823287c117336c5b2ded8d33b7145cdaeb45c4320a215dd44aa455
2 changes: 1 addition & 1 deletion openingd/openingd_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,4 +580,4 @@ bool fromwire_openingd_dev_memleak_reply(const void *p, bool *leak)
return cursor != NULL;
}

// SHA256STAMP:exp-0-a51533cda64c44739e86c8c93cc8f70d5f24b6c7ddb1f5b06684c4b35f58f501
// SHA256STAMP:exp-0-0351975b516944f131ce9cbe37f4eb7e93a4a0f859c132d52b7af1b52300da93
2 changes: 1 addition & 1 deletion openingd/openingd_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ bool fromwire_openingd_dev_memleak_reply(const void *p, bool *leak);

#endif /* LIGHTNING_OPENINGD_OPENINGD_WIREGEN_H */

// SHA256STAMP:exp-0-a51533cda64c44739e86c8c93cc8f70d5f24b6c7ddb1f5b06684c4b35f58f501
// SHA256STAMP:exp-0-0351975b516944f131ce9cbe37f4eb7e93a4a0f859c132d52b7af1b52300da93
2 changes: 1 addition & 1 deletion wire/common_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ bool fromwire_custommsg_out(const tal_t *ctx, const void *p, u8 **msg)
return cursor != NULL;
}

// SHA256STAMP:exp-0-dfcb1617f1ac102da12d72fa0d9b3abe6c1183dd3b75a5452e7d4c1ea159478f
// SHA256STAMP:exp-0-7609fbc359f24c522f9a7958b09aafb77cbff9aed86046ad9ebb1485901a45b1
2 changes: 1 addition & 1 deletion wire/common_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ bool fromwire_custommsg_out(const tal_t *ctx, const void *p, u8 **msg);

#endif /* LIGHTNING_WIRE_COMMON_WIREGEN_H */

// SHA256STAMP:exp-0-dfcb1617f1ac102da12d72fa0d9b3abe6c1183dd3b75a5452e7d4c1ea159478f
// SHA256STAMP:exp-0-7609fbc359f24c522f9a7958b09aafb77cbff9aed86046ad9ebb1485901a45b1
2 changes: 1 addition & 1 deletion wire/onion_printgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,4 +654,4 @@ void printonion_wire_tlv_message(const char *tlv_name, const u8 *msg) {
}
}

// SHA256STAMP:exp-0-fb3c7a1b699d41c2fe76eb380a851fe8aea7a15e7740ce2bfdcb3fcf173a1e8a
// SHA256STAMP:exp-0-973245a7a6834277db8318cd944cd21b5ab5d5edef6b126d5248e31d8386ddcb
2 changes: 1 addition & 1 deletion wire/onion_printgen.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ void printwire_mpp_timeout(const char *fieldname, const u8 *cursor);

#endif /* LIGHTNING_WIRE_ONION_PRINTGEN_H */

// SHA256STAMP:exp-0-fb3c7a1b699d41c2fe76eb380a851fe8aea7a15e7740ce2bfdcb3fcf173a1e8a
// SHA256STAMP:exp-0-973245a7a6834277db8318cd944cd21b5ab5d5edef6b126d5248e31d8386ddcb
2 changes: 1 addition & 1 deletion wire/onion_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,4 +838,4 @@ bool fromwire_mpp_timeout(const void *p)
return cursor != NULL;
}

// SHA256STAMP:exp-0-fb3c7a1b699d41c2fe76eb380a851fe8aea7a15e7740ce2bfdcb3fcf173a1e8a
// SHA256STAMP:exp-0-973245a7a6834277db8318cd944cd21b5ab5d5edef6b126d5248e31d8386ddcb
2 changes: 1 addition & 1 deletion wire/onion_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ bool fromwire_mpp_timeout(const void *p);

#endif /* LIGHTNING_WIRE_ONION_WIREGEN_H */

// SHA256STAMP:exp-0-fb3c7a1b699d41c2fe76eb380a851fe8aea7a15e7740ce2bfdcb3fcf173a1e8a
// SHA256STAMP:exp-0-973245a7a6834277db8318cd944cd21b5ab5d5edef6b126d5248e31d8386ddcb
2 changes: 1 addition & 1 deletion wire/peer_printgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2037,4 +2037,4 @@ void printpeer_wire_tlv_message(const char *tlv_name, const u8 *msg) {
}
}

// SHA256STAMP:exp-0-12bb4b7e8e380207af3b51bfc2b65997753bc3d37465eed70409a21998b50238
// SHA256STAMP:exp-0-9458248af20468db47a32733ce5c570403fe02ddd6273ea25740cd79dc88c380
2 changes: 1 addition & 1 deletion wire/peer_printgen.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ void printwire_channel_update_checksums(const char *fieldname, const u8 **cursor
void printwire_channel_update_timestamps(const char *fieldname, const u8 **cursor, size_t *plen);
#endif /* LIGHTNING_WIRE_PEER_PRINTGEN_H */

// SHA256STAMP:exp-0-12bb4b7e8e380207af3b51bfc2b65997753bc3d37465eed70409a21998b50238
// SHA256STAMP:exp-0-9458248af20468db47a32733ce5c570403fe02ddd6273ea25740cd79dc88c380
2 changes: 1 addition & 1 deletion wire/peer_wiregen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2751,4 +2751,4 @@ bool fromwire_channel_update_option_channel_htlc_max(const void *p, secp256k1_ec
return cursor != NULL;
}

// SHA256STAMP:exp-0-12bb4b7e8e380207af3b51bfc2b65997753bc3d37465eed70409a21998b50238
// SHA256STAMP:exp-0-9458248af20468db47a32733ce5c570403fe02ddd6273ea25740cd79dc88c380
2 changes: 1 addition & 1 deletion wire/peer_wiregen.h
Original file line number Diff line number Diff line change
Expand Up @@ -596,4 +596,4 @@ bool fromwire_channel_update_option_channel_htlc_max(const void *p, secp256k1_ec

#endif /* LIGHTNING_WIRE_PEER_WIREGEN_H */

// SHA256STAMP:exp-0-12bb4b7e8e380207af3b51bfc2b65997753bc3d37465eed70409a21998b50238
// SHA256STAMP:exp-0-9458248af20468db47a32733ce5c570403fe02ddd6273ea25740cd79dc88c380

0 comments on commit 3f38155

Please sign in to comment.