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

Feature/use local package json #85

Merged
merged 2 commits into from
Apr 15, 2016
Merged

Feature/use local package json #85

merged 2 commits into from
Apr 15, 2016

Conversation

davidzuhn
Copy link
Contributor

This change copies the local package.json file to the packagebuild directory, and does so because that file might be modified during the manifest build to reference dependency modules that are satisfied using references from the manifest file.

For example, the dependency of

git+https://github.com/RackHD/on-core.git

might be changed to:

on-core": "/emc/zuhnd/test-manifest-build/builddir/onrack-test/on-core"

during the build process, and then npm will use the version of on-core that's been checked out as per the detailed build manifest.

This change also ensures that errors in the build process are propagated upward (via set -e) so that failures in the ./HWIMO-BUILD process will be noticed upstream.

@benbp
Copy link
Contributor

benbp commented Apr 13, 2016

👍

@benbp
Copy link
Contributor

benbp commented Apr 13, 2016

test this please

@benbp
Copy link
Contributor

benbp commented Apr 15, 2016

@RackHD/corecommitters

@benbp benbp merged commit 8f42b47 into RackHD:master Apr 15, 2016
sushilrai pushed a commit to sushilrai/on-taskgraph that referenced this pull request Dec 5, 2017
* commit '3a37d8a839f5540718c69bba2ed3bea04614ef25':
  MAG-164 improve unit test case to cover drive error status
  MAG-164 IPMI Drive health status poller(ORFS-29)
sushilrai pushed a commit to sushilrai/on-taskgraph that referenced this pull request Dec 5, 2017
support specify install disk for install-os
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants