2018-05-11 14:58:08 +00:00
|
|
|
# Cable: CMake Bootstrap Library.
|
2018-04-10 14:28:36 +00:00
|
|
|
# Copyright 2018 Pawel Bylica.
|
|
|
|
# Licensed under the Apache License, Version 2.0. See the LICENSE file.
|
|
|
|
|
|
|
|
# Hunter passwords file used by HunterCacheServers.cmake.
|
|
|
|
# Do not include directly.
|
|
|
|
|
|
|
|
hunter_upload_password(
|
|
|
|
# REPO_OWNER + REPO = https://github.com/ethereum/hunter-cache
|
|
|
|
REPO_OWNER ethereum
|
|
|
|
REPO hunter-cache
|
|
|
|
|
|
|
|
# USERNAME = https://github.com/hunter-cache-bot
|
|
|
|
USERNAME hunter-cache-bot
|
|
|
|
|
|
|
|
# PASSWORD = GitHub token saved as a secure environment variable
|
|
|
|
PASSWORD "$ENV{HUNTER_CACHE_TOKEN}"
|
|
|
|
)
|