This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""gRPC load balance channel module. | |
Reference by : https://github.com/justdoit0823/grpc-resolver/blob/master/grpcresolver/channel.py | |
grpcio version : 1.8.3 | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -l | |
# | |
# | |
# | |
# version 0.0.1 | |
# | |
# | |
# Configurations Setting | |
########################################################################## | |
WORKSPACE="<SET Workspace name>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -l | |
# | |
# | |
# | |
# version 0.0.1 | |
# example : | |
# sh pull2Node.sh -host <NodeIP> -user <NodeUserName> -ProfilePath ~/Downloads/dis_UserFeedbackHelpLibrary.mobileprovision -CertificatePath ~/Downloads/ios_distribution.cer -k login.keychain-db -p <NodeUserPassword> -P <CertificatePassword> | |
# | |
# Configurations Setting | |
########################################################################## |