You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/02/10 19:00:21 UTC

[GitHub] [rocketmq-client-cpp] gitoso opened a new pull request #237: fix(build): fix variable in build script

gitoso opened a new pull request #237: fix(build): fix variable in build script
URL: https://github.com/apache/rocketmq-client-cpp/pull/237
 
 
   ## What is the purpose of the change
   
   The line `unzip -o ${fname_libevent} >unziplibevent.txt 2>&` creates the file `unziplibevent.txt` in the directory. So when setting the directory name with `libevent_dir=$(ls | grep libevent | grep .*[^zip]$)` the variable will have the name of two files and ` cd ${libevent_dir}` will prompt `cd: Too many arguments`.
    
   ## Brief changelog
   
   Just adding the .txt extension to the exclusion list during the grep command is enough to solve the problem. In the end we have `libevent_dir=$(ls | grep libevent | grep .*[^zip^txt]$)`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-client-cpp] ShannonDing commented on issue #237: fix(build): fix variable in build script

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #237: fix(build): fix variable in build script
URL: https://github.com/apache/rocketmq-client-cpp/pull/237#issuecomment-586839332
 
 
   hello, @gitoso , welcome to apache rocketmq community, the GSoC 2020 will be starting soon, could you please send an email to me and I will send you some information about it if you are interested in it? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-client-cpp] gitoso commented on issue #237: fix(build): fix variable in build script

Posted by GitBox <gi...@apache.org>.
gitoso commented on issue #237: fix(build): fix variable in build script
URL: https://github.com/apache/rocketmq-client-cpp/pull/237#issuecomment-588492140
 
 
   > hello, @gitoso , welcome to apache rocketmq community, the GSoC 2020 will be starting soon, could you please send an email to me and I will send you some information about it if you are interested in it?
   
   Thank you, I sent a message to the email in your github profile ^^

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-client-cpp] vongosling commented on issue #237: fix(build): fix variable in build script

Posted by GitBox <gi...@apache.org>.
vongosling commented on issue #237: fix(build): fix variable in build script
URL: https://github.com/apache/rocketmq-client-cpp/pull/237#issuecomment-588576866
 
 
   @gitoso here are some preliminary proposal(https://github.com/apache/rocketmq-externals/issues/512). if you are interested, we would like to help you to complete these in the nearing GSoC 2020.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-client-cpp] ShannonDing merged pull request #237: fix(build): fix variable in build script

Posted by GitBox <gi...@apache.org>.
ShannonDing merged pull request #237: fix(build): fix variable in build script
URL: https://github.com/apache/rocketmq-client-cpp/pull/237
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services