From 5658eb0e2ba21208c3630272e78953c1680a72c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Fri, 19 Feb 2016 15:23:30 +0000 Subject: [PATCH] outdated_appcasts scripts: remove caskroom/unofficial --- developer/bin/find_outdated_appcasts | 2 +- developer/bin/fix_outdated_appcasts | 2 +- developer/bin/merge_outdated_appcasts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/developer/bin/find_outdated_appcasts b/developer/bin/find_outdated_appcasts index 79cd8aa390..d6ddcf4d56 100755 --- a/developer/bin/find_outdated_appcasts +++ b/developer/bin/find_outdated_appcasts @@ -2,7 +2,7 @@ readonly caskroom_online='https://github.com/caskroom' readonly caskroom_repos_dir='/tmp/caskroom_repos' -readonly caskroom_repos=(homebrew-cask homebrew-versions homebrew-fonts homebrew-eid homebrew-unofficial) +readonly caskroom_repos=(homebrew-cask homebrew-versions homebrew-fonts homebrew-eid) readonly curl_flags=(--silent --location --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36') inaccessible_appcasts=() diff --git a/developer/bin/fix_outdated_appcasts b/developer/bin/fix_outdated_appcasts index 6ac4eec176..db7756d529 100755 --- a/developer/bin/fix_outdated_appcasts +++ b/developer/bin/fix_outdated_appcasts @@ -3,7 +3,7 @@ IFS=$'\n' readonly caskroom_repos_dir='/tmp/caskroom_repos' -readonly caskroom_repos=(homebrew-cask homebrew-versions homebrew-fonts homebrew-eid homebrew-unofficial) +readonly caskroom_repos=(homebrew-cask homebrew-versions homebrew-fonts homebrew-eid) if [[ ! $(which 'ghi') ]] || ! security find-internet-password -s github.com -l 'ghi token' &> /dev/null; then echo -e "$(tput setaf 1) diff --git a/developer/bin/merge_outdated_appcasts b/developer/bin/merge_outdated_appcasts index 0ed8f6ea43..51dbfc9a49 100755 --- a/developer/bin/merge_outdated_appcasts +++ b/developer/bin/merge_outdated_appcasts @@ -4,7 +4,7 @@ IFS=$'\n' readonly caskroom_online='https://github.com/caskroom' readonly caskroom_repos_dir='/tmp/caskroom_repos' -readonly caskroom_repos=(homebrew-cask homebrew-versions homebrew-fonts homebrew-eid homebrew-unofficial) +readonly caskroom_repos=(homebrew-cask homebrew-versions homebrew-fonts homebrew-eid) if [[ ! $(which 'ghi') ]] || ! security find-internet-password -s github.com -l 'ghi token' &> /dev/null; then echo -e "$(tput setaf 1)