Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: carlsaturnino/nodejs-cookbook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mdxp/nodejs-cookbook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 6 files changed
  • 7 contributors

Commits on Sep 9, 2013

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

Commits on Oct 6, 2013

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

Commits on Oct 11, 2013

  1. Added shasum for Raspberry Pi binary to attributes/default.rb

    Installing from a binary was failing on a Raspberry Pi due to a null string error. I added the shasum to the attributes/default.rb file. However, I used the shasum that I calculated locally. This is wrong. I tried to go to http://nodejs.org/dist/v0.10.15/ and get the shasum posted there from the gpg or asc file, however none of those checksum files, include the necessary checksum for the "arm-pi" flavor of NodeJS.
    
    In the absence of an official shasum, can someone find out how to get the tarball over https and confirm the shasum above before merging this pull request? I pulled the tarball over http and therefore my shasum should be treated as suspect until independently verified. In the meantime, I filed an issue over in the joyent/node repo:
    
    nodejs/node-v0.x-archive#6338
    andrewdeandrade committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    32f40df View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2013

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

Commits on Feb 10, 2014

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

Commits on Mar 4, 2014

  1. Merge pull request mdxp#74 from RallySoftware-cookbooks/issue-71

    Issue 71 - Removing dependency on yum and adding yum-epel
    mdxp committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    eeba58a View commit details
    Browse the repository at this point in the history
  2. Merge pull request mdxp#64 from penland365/penland365/README

    fleshed out README documentation for cookbooks
    mdxp committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    db66304 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mdxp#62 from malandrew/patch-1

    Added shasum for Raspberry Pi binary to attributes/default.rb
    mdxp committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    82e0767 View commit details
    Browse the repository at this point in the history
  4. Merge pull request mdxp#57 from bittorture/master

    Update key server URL to allow fetch to work through firewall
    mdxp committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    a855540 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ef51dc View commit details
    Browse the repository at this point in the history
  6. Merge pull request mdxp#76 from mdxp/mdxp-new-default-node

    Update to the latest versions of node/npm available at this time
    mdxp committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    ef892ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0203b95 View commit details
    Browse the repository at this point in the history
  8. disable FC048 for now

    mdxp committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    34bab9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e85874 View commit details
    Browse the repository at this point in the history
  10. Merge pull request mdxp#77 from bluespurs/master

    Adding rhel, debian, and fedora support for package installation.
    mdxp committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    e2415cd View commit details
    Browse the repository at this point in the history
Loading