Uh oh!
There was an error while loading. Please reload this page.
HBASE-24297 release scripts should be able to use an existing project clone - #1725
HBASE-24297 release scripts should be able to use an existing project clone#1725busbey wants to merge 2 commits into
Conversation
busbey
commented
May 17, 2020
@mattf-apache mind taking a look? |
Apache-HBase
commented
May 17, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 17, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 17, 2020
🎊 +1 overall
This message was automatically generated. |
saintstack
left a comment
There was a problem hiding this comment.
LGTM.
This is a new feature w/ nice cleanup of git reference. We want to be able to specify the git repo to speed stuff up?
Thanks Sean.
Uh oh!
There was an error while loading. Please reload this page.
ndimiduk
left a comment
There was a problem hiding this comment.
+1 from me. some comment about maybe simplifying url sniffing. nice addition :)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
busbey
commented
May 22, 2020
I think this last push has the nits you mentioned cleaned up @ndimiduk. Y'all let me know if you want to review things more. Otherwise I'll merge when I get some time this weekend. |
| if [ -z "${PROJECT}" ] || [ "${PROJECT}" != "${PROJECT#/}" ]; then | ||
| error "Project name must be defined and not start with a '/'. PROJECT='${PROJECT}'" | ||
| fi | ||
| rm -rf "${PROJECT}" |
There was a problem hiding this comment.
I am a bit nervous here about malformed project names like "../.."
Apache-HBase
commented
May 22, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 22, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 22, 2020
🎊 +1 overall
This message was automatically generated. |
Adds the ability to specify the remote git repo for the release scripts, including a local clone.
-r [repo]arg