Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8: update make-v8.sh to use git #9393

Closed
wants to merge 9 commits into from
Closed

Commits on Nov 1, 2016

  1. v8: update make-v8.sh to use git

    google build tool gclient doesn't support
    svn anymore. Updating v8 build script to use
    git instead.
    Jaideep Bajwa committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    c3deb42 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. addressed comments and added a rsync command to copy local

    files which are not present in the remote repo.
    Jaideep Bajwa committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    3c54a7e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    73e7c69 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. perform git cleanup for all branches

    Jaideep Bajwa committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    7d8effd View commit details
    Browse the repository at this point in the history
  2. removed passing branch as an argument instead quering from

    deps/v8/include/v8-version.h
    Jaideep Bajwa committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    fd9fd66 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. remove unnecessary branch checking

    Jaideep Bajwa committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    0171280 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Addressed comments

    Removed unnecessary git fetch and corrected typo
    Jaideep Bajwa committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    60bcadb View commit details
    Browse the repository at this point in the history
  2. Remove .git directory from fetched copy of v8

    Jaideep Bajwa committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    971ef91 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Use git stash to preserve local changes

    Jaideep Bajwa committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    8c995f4 View commit details
    Browse the repository at this point in the history