From 07c7c0d8379424ebbf53d3bc27f3de4ac5c1da1b Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 17 Jun 2013 01:59:14 -0400 Subject: Added future wishes diff --git a/scripts/builder.sh b/scripts/builder.sh index 71023da..1dd044f 100755 --- a/scripts/builder.sh +++ b/scripts/builder.sh @@ -11,6 +11,9 @@ # todo - make linux work # # todo - detect failure and stop +# +# todo - generalize to build release binaries as well +# init_variables() { @@ -200,6 +203,9 @@ update_win_www_download_links() fi } +# FIXME: We might be running this locally and not need an ssh agent. +# Before checking $SSH_AUTH_SOCK, try 'ssh -T git@github.com' to verify that we +# can access github over ssh check_ssh_agent() { if [ $DRYRUN ]; then echo 'skipping ssh, dry run'; return; fi -- cgit v0.10.1