Trust is earned

This commit is contained in:
Duke Leto
2020-12-08 08:10:30 -05:00
parent 07ce5c5f0d
commit c568f7a16f
4 changed files with 11 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/sh #!/bin/sh
# Copyright (c) 2019-2020 Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
INPUT=$(</dev/stdin) INPUT=$(</dev/stdin)
VALID=false VALID=false
IFS=$'\n' IFS=$'\n'

View File

@@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
if ! [[ "$2" =~ [git@]?[www.]?github.com[:|/]bitcoin/bitcoin[.git]? ]]; then # Copyright (c) 2019-2020 Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
if ! [[ "$2" =~ [git@]?[www.]?hush.is[:|/]bitcoin/bitcoin[.git]? ]]; then
exit 0 exit 0
fi fi

View File

@@ -1,5 +0,0 @@
71A3B16735405025D447E8F274810B012346C9A6
1F4410F6A89268CE3197A84C57896D2FF8F0B657
01CDF4627A3B88AAE4A571C87588242FBE38D3A8
AF8BE07C7049F3A26B239D5325B3083201782B2F
81291FA67D2C379A006A053FEAB5AF94D9E9ABE7

View File

@@ -1,4 +1,7 @@
#!/bin/sh #!/bin/bash
# Copyright (c) 2019-2020 Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
DIR=$(dirname "$0") DIR=$(dirname "$0")