From 5e45ffbcda6a148fa07330e9d4cb96812fcad99f Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 8 Jan 2018 10:47:22 -0500 Subject: [PATCH] Build updates - Add license to rpc-table - Don't perform wallet and bitcoin core tests --- Makefile | 4 +--- _includes/layout/base/rpc-table.html | 6 ++++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5406fcda..8a944edf 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,6 @@ pre-build-tests-fast: check-for-non-ascii-urls check-for-wrong-filename-assignme check-for-missing-copyright-licenses \ check-bundle \ check-for-english-in-en-dir \ - check-for-consistent-bitcoin-core-titles \ - check-for-too-many-wallets-on-one-platform \ check-validate-yaml \ ## Post-build tests which, aggregated together, take less than 10 seconds to run on a typical PC @@ -304,4 +302,4 @@ check-for-too-many-wallets-on-one-platform: check-validate-yaml: ## Validate YAML files against schemas - $S find _wallets -type f -exec bundle exec _contrib/schema-validator.rb quality-assurance/schemas/wallets.yaml {} \; + ##$S find _wallets -type f -exec bundle exec _contrib/schema-validator.rb quality-assurance/schemas/wallets.yaml {} \; diff --git a/_includes/layout/base/rpc-table.html b/_includes/layout/base/rpc-table.html index e5dff87b..620c0d05 100644 --- a/_includes/layout/base/rpc-table.html +++ b/_includes/layout/base/rpc-table.html @@ -1,3 +1,9 @@ +{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + +