The aim of aws-keychain is to run commands that require AWS credentials
without ever storing those credentials unencrypted on disk. Mac OS X's
keychain is used for storage, and credentials are passed to commands via
the well known environment variables that all tools look for.
The terrible hacks required to make OpenShift 1.1.3 build are no longer
necessary due to the addition of the OS_OUTPUT_GOPATH=1 flag, which now
instructs the build scripts to use the old behavior regarding directory
layouts.
ClosesHomebrew/homebrew#50106.
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
- update to 6.15
- add `test do` block
- reparallelize the build as INSTALL says parallelization is supported
- head url
- offer options to install full documentation
- add some https mirrors
ClosesHomebrew/homebrew#49520.
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
Upstream has ignored the 64-bit patches from the original Homebrew pull
request, as well as subsequent 64-bit reports:
https://sourceforge.net/p/libodbcxx/bugs/25/
Trunk hasn't been updated since 2010 and the last tag was in 2009.
ClosesHomebrew/homebrew#49980.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
Before we would delete any Windows batch files because we didn't need
them for the Mac (of course). But since 1.2.2 we have a `ceylon
bootstrap` command which works like `gradle wrapper` in providing a
very simple way for people to distribute Ceylon projects to people who
don't have Ceylon installed. It generates two scripts, `ceylonb` for
the unices and `ceylonb.bat` for Windows. Users on any OS can run these
scripts and they will automatically install Ceylon if necessary. So
even if the file will never be used on a Mac it needs to be available
so the `ceylon bootstrap` command can *copy* it (it will never be
executed of course for obvious reasons).
ClosesHomebrew/homebrew#50045.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Update task (taskwarrior) to 2.5.1.
All manual patches have been applied upstream and are removed from the
formula.
ClosesHomebrew/homebrew#50073.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>