GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/1774
[HOTFIX] CAN'T install cran packages using apt in Travis CI ### What is this PR for? [CRAN repository](https://cran.rstudio.com/bin/linux/ubuntu/precise/) for precise doens't have `r-cran-evaluate`, `r-cran-base64enc`. This cause the whole build failure. ``` E: Unable to locate package r-cran-evaluate E: Unable to locate package r-cran-base64enc apt-get.diagnostics apt-get install failed ``` You can see those errors in - (master:HEAD) https://travis-ci.org/apache/zeppelin/builds/184428876 - (master:HEAD~1) https://travis-ci.org/apache/zeppelin/builds/184428084 - (recent 1773 PR) https://travis-ci.org/apache/zeppelin/builds/184435284 ### What type of PR is it? [Hot Fix] ### Todos * [X] - NOTHING ### What is the Jira issue? NO. This is hotfix ### How should this be tested? I tested this in my own travis CI. - https://travis-ci.org/1ambda/zeppelin/builds/184455104 ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? - NO * Is there breaking changes for older versions? - NO * Does this needs documentation? - NO You can merge this pull request into a Git repository by running: $ git pull https://github.com/1ambda/zeppelin hotfix/update-package-list Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1774.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1774 ---- commit 7e997b114a4e1e199308fc506b716fca3f8c2397 Author: 1ambda <1am...@gmail.com> Date: 2016-12-16T05:46:04Z fix: Install evaluate, base64enc in a script ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---