-
Notifications
You must be signed in to change notification settings - Fork 249
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
TOOLS-2574 Purge dependency on us-east.manta.joyent.com name #1062
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nits for future me.
@@ -2,7 +2,7 @@ | |||
"name": "fw", | |||
"description": "Administrative tool for managing SmartOS VM firewalls", | |||
"version": "1.2.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XXX KEBE ASKS, version bump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we don't publish this to NPM or use it elsewhere AFAICT so I don't think it matters much, probably wouldn't hurt to bump patch though while where here.
@@ -3,8 +3,8 @@ | |||
"description": "Library for working with Triton/SDC/SmartOS image manifests", | |||
"version": "3.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XXX KEBE ASKS, version bump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has already been updated in the source repo: https://github.com/TritonDataCenter/node-imgmanifest
I'm not sure if we have a special process for updating the modules in this repo since we commit the node_modules directory.
The correct answer for this package.json will be true for every package.json within node_modules, I suspect most, if not all, have been updated in their source repo.
@@ -2,11 +2,11 @@ | |||
"name": "sdc-clients", | |||
"description": "Contains node.js client libraries for SDC REST APIs.", | |||
"version": "8.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XXX KEBE ASKS, version bump?
@@ -21,6 +21,7 @@ | |||
* CDDL HEADER END | |||
* | |||
* Copyright 2019 Joyent, Inc. | |||
* Copyright 2022 MNX Cloud, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need copyright update.
@@ -26,8 +26,8 @@ | |||
"test": "istanbul cover --print none test/runall.js" | |||
}, | |||
"author": { | |||
"name": "Joyent", | |||
"url": "joyent.com" | |||
"name": "Triton Data Center", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth a version bump?
@@ -19,8 +19,8 @@ | |||
"test": "istanbul cover --print none test/runall.js" | |||
}, | |||
"author": { | |||
"name": "Joyent", | |||
"url": "joyent.com" | |||
"name": "Triton Data Center", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version bump?
@@ -4,21 +4,21 @@ | |||
"description": "Common methods for managing Triton network configuration", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version bump worthy?
@@ -5,7 +5,7 @@ | |||
"main": "./lib/vasync.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version bump?
@@ -2,7 +2,7 @@ | |||
"name": "vmadm", | |||
"description": "administrative tool(s) for managing VMs", | |||
"version": "1.0.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version bump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like the same situation as the fw
module. I don't believe it's used outside of smartos live, a version bump wouldn't hurt but I don't think it's necessary either.
@@ -1,4 +1,5 @@ | |||
// Copyright 2015 Joyent, Inc. All rights reserved. | |||
// Copyright 2022 MNX Cloud, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright update?
This has built successfully in the PR-1062 Jenkins job. Beyond that it'll need some testing. |
Successfully built locally with default, debug, and gcc7. Jenkins PR-1062#11 will confirm it on the Jenkins side. |
This may be an existing bug, hence the vague branch name and OS-xxxx. This is slipshod right now, and I may either be overreaching OR missing things.