Add script to convert dependencies file. Thanks to @Yilliee
for providing the script!
If dependency file doesn't exist, then report error and
continue to next step (continue-on-error)
Use conditional based on branch to identify expected
name of dependency file
Additional updates and cleanup, including:
- Remove branch check for 5.1 (upstream merged)
- Replace "cd" commands with working-directory
- Remove PATH references
- Symlink ~/bin/repo to /usr/bin so automatically included
in PATH
- Clean up repo command (-f is deprecated)
- Only build JDK 8 (JDK 7 not needed) and remove version check
- Display more build parameters (user environment variables)
- Update defaults for 12.1 branch
- Add support for custom build target
- Add support for SSH keys
- Customize OpenJDK install
- Add more build info to release page
- Add support for common trees
- Display user variables at beginning of build
- Update README for all relevant changes