-
Notifications
You must be signed in to change notification settings - Fork 17
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
Minor repository enhancements #378
Conversation
f718018
to
f53ecf0
Compare
@tar --transform "s|^./|neofs-contract-$(VERSION)/|" \ | ||
-C contracts -czf neofs-contract-$(VERSION).tar.gz \ | ||
$(shell cd contracts && find . -name '*.nef' -o -name 'config.json') | ||
rm -rf ./bin $(foreach sc,$(all_sc),contracts/$(sc)/contract.nef contracts/$(sc)/config.json contracts/$(sc)/bindings_config.yml) |
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.
btw, why ./bin
here? we do not have it anywhere
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.
We do. See GOBIN
.
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.
We do.
I meant even if we have it somewhere under some var, we do not clean that var, we clean hardcoded ./bin
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.
Because it's a part of GOBIN and the way it's derived (and can be overriden) doesn't make me comfortable using GOBIN directly.
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.
ok, but i would use it
Signed-off-by: Roman Khimov <roman@nspcc.ru>
* reuse wrapper * drop useless rpcNeo Signed-off-by: Roman Khimov <roman@nspcc.ru>
It's not required. Signed-off-by: Roman Khimov <roman@nspcc.ru>
It's a bit hard to navigate here now. "common" stays as is to minimize import changes. Signed-off-by: Roman Khimov <roman@nspcc.ru>
It was useful way back when we had multiple alphabet contracts, now it does nothing. Signed-off-by: Roman Khimov <roman@nspcc.ru>
This requires renaming source files, but we can still have compatible output NEFs which is important for neofs-adm. Signed-off-by: Roman Khimov <roman@nspcc.ru>
f53ecf0
to
6af653f
Compare
Doc/build/cleanup.