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

TOOLS-2574 Purge dependency on us-east.manta.joyent.com name #1062

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

danmcd
Copy link
Contributor

@danmcd danmcd commented Nov 18, 2022

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.

Copy link
Contributor Author

@danmcd danmcd left a 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",
Copy link
Contributor Author

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?

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",
Copy link
Contributor Author

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?

Copy link

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",
Copy link
Contributor Author

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.
Copy link
Contributor Author

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump?

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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright update?

@danmcd danmcd marked this pull request as ready for review March 25, 2024 14:33
@danmcd danmcd requested a review from a team March 25, 2024 14:33
@danmcd
Copy link
Contributor Author

danmcd commented Mar 25, 2024

This has built successfully in the PR-1062 Jenkins job. Beyond that it'll need some testing.

@danmcd danmcd changed the title OS-xxxx Move smartos-live away from joyent.com or github.com/joyent TOOLS-2574 Purge dependency on us-east.manta.joyent.com name Apr 11, 2024
@danmcd
Copy link
Contributor Author

danmcd commented Apr 11, 2024

Successfully built locally with default, debug, and gcc7. Jenkins PR-1062#11 will confirm it on the Jenkins side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants