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

Check local UDMI version against upstream #274

Merged
merged 17 commits into from
Mar 24, 2022
Merged

Conversation

grafnu
Copy link
Collaborator

@grafnu grafnu commented Mar 17, 2022

No description provided.

@grafnu grafnu requested review from noursaidi and pisuke March 17, 2022 22:34
bin/sequencer Outdated
@@ -40,4 +40,12 @@ echo
# Sort by test name (6th field)
fgrep 'RESULT ' $TEST_LOG | sort -k 6 | tee /tmp/sequencer.out

<<<<<<< HEAD
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this a hereto construction? I don't see ending HEAD?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

leftover from a botched merge

bin/sequencer Outdated
echo SUMMARY `awk '{print $5}' < /tmp/sequencer.out`
>>>>>>> master
Copy link
Collaborator

Choose a reason for hiding this comment

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

Similar confusion?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

leftover from a botched merge

cd $ROOT_DIR

branch=master
origin=`git remote -v | fgrep faucetsdn/udmi | awk '{print $1}' | uniq`
Copy link
Collaborator

Choose a reason for hiding this comment

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

TBH I'm a little surprised that we can't do tihs a little more explicitly with git remote, but, at a quick glance it seems not. No problem for now though.

@grafnu grafnu merged commit baa696c into faucetsdn:master Mar 24, 2022
@grafnu grafnu deleted the vcheck branch March 24, 2022 20:15
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