Skip to content

TOOLS-2577 Update eng.git for 23.4.0#68

Open
jperkin wants to merge 2 commits intomasterfrom
TOOLS-2577
Open

TOOLS-2577 Update eng.git for 23.4.0#68
jperkin wants to merge 2 commits intomasterfrom
TOOLS-2577

Conversation

@jperkin
Copy link
Copy Markdown
Contributor

@jperkin jperkin commented Feb 19, 2024

No description provided.

@jperkin jperkin requested a review from a team February 19, 2024 15:35
@jperkin
Copy link
Copy Markdown
Contributor Author

jperkin commented Feb 19, 2024

I've been using these changes while working on updating mahi to build on 23.4.0.

@jperkin jperkin self-assigned this Feb 19, 2024
Copy link
Copy Markdown
Contributor

@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.

LOVE all of the documentation and URL updates.

Please address not only the one inline comment, but also make sure you update the ticket with what you're doing here (incl. the documentation updates).

function gitify(dir, repo) {
exec('git init', dir, function () {
exec('git remote add origin git@github.com:joyent/' + repo + '.git',
exec('git remote add origin https://github.com/TritonDataCenter/' + repo + '.git',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think we should probably leave this as ssh here (and probably elsewhere in this PR?). I don't have my gh token set up for doing operations over HTTP, but my ssh key is always available.

(mkdir -p $(BUILD) \
&& cd $(BUILD) \
&& [[ -d src-node ]] && (cd src-node && git checkout master && git pull) || git clone https://github.com/joyent/node.git src-node \
&& [[ -d src-node ]] && (cd src-node && git checkout master && git pull) || git clone https://github.com/nodejs/node.git src-node \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'm pretty sure that the branch here will need to be main. I had to fix that in the sdcnode repo. This also makes me wonder if this bit of code even ever gets used anymore...

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.

3 participants