Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

fixes bug in ordering of cmds #203

Merged
merged 1 commit into from
Mar 5, 2017
Merged

Conversation

cramja
Copy link
Contributor

@cramja cramja commented Mar 3, 2017

Minor bugfixes to the release scripts. Previously I was saving the wrong directories to environment variables. Also, adding grep to one of the commands makes it work predictably.

@cramja
Copy link
Contributor Author

cramja commented Mar 3, 2017

@hbdeshmukh This one will be good to have in before the next release candidate.

@hbdeshmukh
Copy link
Contributor

Are there any issues with Travis? None of the recent PRs have been scheduled yet. I would like to merge the three PRs related to RC6 without waiting for the Travis to complete. Partly because the changes are small and are verified by @cramja on his laptop and also because they are necessary for the preparation towards release. Any objections?

@hbdeshmukh
Copy link
Contributor

@cramja Can you please rebase your branch with the master? I can merge it.

@cramja
Copy link
Contributor Author

cramja commented Mar 4, 2017

I have no objections ;)

@@ -25,6 +25,7 @@ create_artifacts() {

export RELEASE_DIR=`pwd`
cd ..
export BASE_DIR=`pwd`
Copy link
Member

Choose a reason for hiding this comment

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

Curious: any difference in value between $BASE_DIR and $RELEASE_DIR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

$BASE_DIR is the quickstep root. release dir is $BASE_DIR/release

@asfgit asfgit merged commit 04dd947 into apache:master Mar 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants