4 changed files
.appveyor.yml | ||
Makefile | ||
README.md | ||
requirements.txt | ||
Add comment 54 #
Add comment 55 # https://github.com/appveyor/ci/pull/3385
Add comment 56 #
Add comment 57 Minus #- sh: curl -sflL 'https://raw.githubusercontent.com/HariSekhon/DevOps-Python-tools/master/setup/install_openssh.sh' | bash -e -
Add comment 57 Plus #- sh: curl -sflL 'https://raw.githubusercontent.com/HariSekhon/DevOps-Python-tools/master/install/install_openssh.sh' | bash -e -
Add comment 58 #
Add comment 59 # https://www.appveyor.com/docs/how-to/ssh-to-build-worker/
Add comment 60 - sh: if [ "$APPVEYOR_SSH_BLOCK" = true ]; then curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -; fi
Add comment 165
Add comment 166 .PHONY: parquet-tools
Add comment 167 parquet-tools:
Add comment 168 Minus @BIN='.' bash-tools/setup/install_parquet-tools.sh
Add comment 168 Plus @BIN='.' bash-tools/install/install_parquet-tools.sh
Add comment 169
Add comment 170 .PHONY: apk-packages-extra
Add comment 171 apk-packages-extra:
Add comment 364 I also recommend you get [HomeBrew](https://brew.sh/) to install other useful tools and libraries you may need like OpenSSL for development headers and tools such as wget (these are installed automatically if Homebrew is detected on Mac OS X):
Add comment 365
Add comment 366 ```
Add comment 367 Minus bash-tools/setup/install_homebrew.sh
Add comment 367 Plus bash-tools/install/install_homebrew.sh
Add comment 368 ```
Add comment 369
Add comment 370 ```
Add comment 3 # requires Python == 3.4, build in Makefile instead
Add comment 4 #avro-python3==1.9.0
Add comment 5
Add comment 6 Minus # AWS CLIv1 is obsolete and doesn't support SSO - use CLIv2 - see https://github.com/HariSekhon/DevOps-Bash-tools/blob/master/setup/install_aws_cli.sh
Add comment 6 Plus # AWS CLIv1 is obsolete and doesn't support SSO - use CLIv2 - see https://github.com/HariSekhon/DevOps-Bash-tools/blob/master/install/install_aws_cli.sh
Add comment 7 #awscli==1.16.241
Add comment 8 #bitarray==0.8.1
Add comment 9