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)