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

Fix go pbs #4626

Merged
merged 15 commits into from Jan 23, 2020
Merged

Fix go pbs #4626

merged 15 commits into from Jan 23, 2020

Conversation

shayzluf
Copy link
Contributor

Description

Fix go pbs script to have the right destination path
Write why you are making the changes in this pull request
go pbs script was ditched by most services but is still used by slasher this pr attempt to fix it

Copy link
Member

@terencechain terencechain left a comment

Choose a reason for hiding this comment

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

The diff seems big... +4,068 −1,866

@shayzluf
Copy link
Contributor Author

@terencechain all files weren't updated for vary long time

@shayzluf shayzluf added the Ready For Review A pull request ready for code review label Jan 23, 2020
@codecov
Copy link

codecov bot commented Jan 23, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@5de6946). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff            @@
##             master   #4626   +/-   ##
========================================
  Coverage          ?   0.93%           
========================================
  Files             ?      48           
  Lines             ?    3422           
  Branches          ?       0           
========================================
  Hits              ?      32           
  Misses            ?    3388           
  Partials          ?       2

Copy link
Member

@nisdas nisdas left a comment

Choose a reason for hiding this comment

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

lgtm


# Copy pb.go files from bazel-bin to original folder where .proto is.

for (( i=0; i<${arraylength}; i++ ));
do
destination=${file_list[i]#*$searchstring}
chmod 755 "$destination"
Copy link
Member

Choose a reason for hiding this comment

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

any reason to change to 755 instead of 644 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i had 755 and 555 in those directories . i just changed it to the one that worked

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i guess 644 would suffice. thanks

@shayzluf shayzluf merged commit 5df7784 into master Jan 23, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix_go_pbs branch January 23, 2020 10:33
cryptomental pushed a commit to cryptomental/prysm that referenced this pull request Feb 24, 2020
* fix issues

* fix go pbs

* added services

* added services

* remove unused files

* bring back used files

* bring back db proto files

* gaz

* gaz and bring back faucet

* gaz and bring back rpc

* gaz and bring back rpc

* gaz and bring back rpc

* go imports

* remove unused
cryptomental pushed a commit to cryptomental/prysm that referenced this pull request Feb 28, 2020
* fix issues

* fix go pbs

* added services

* added services

* remove unused files

* bring back used files

* bring back db proto files

* gaz

* gaz and bring back faucet

* gaz and bring back rpc

* gaz and bring back rpc

* gaz and bring back rpc

* go imports

* remove unused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants