Skip to content
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

ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy (3.4) #818

Closed
wants to merge 3 commits into from

Conversation

anmolnar
Copy link
Contributor

Fixed recipes and contrib path names for package and tar targets.

Author: Andor Molnar andor@apache.org

Reviewers: andor@apache.org

Closes #817 from anmolnar/ZOOKEEPER-3275 and squashes the following commits:

64db892 [Andor Molnar] ZOOKEEPER-3275. Fixed bin-package target
e8ad3d4 [Andor Molnar] ZOOKEEPER-3275. Added pom.xml to tar file, fixed mvn-deploy task
6667c2f [Andor Molnar] ZOOKEEPER-3275. Updated release audit warnings exlcudes
5abf3b4 [Andor Molnar] ZOOKEEPER-3275. Fixed path of contrib and docs project
4e97ae8 [Andor Molnar] ZOOKEEPER-3275. Fixed recipes folders in ant package target

Fixed recipes and contrib path names for package and tar targets.

Author: Andor Molnar <andor@apache.org>

Reviewers: andor@apache.org

Closes apache#817 from anmolnar/ZOOKEEPER-3275 and squashes the following commits:

64db892 [Andor Molnar] ZOOKEEPER-3275. Fixed bin-package target
e8ad3d4 [Andor Molnar] ZOOKEEPER-3275. Added pom.xml to tar file, fixed mvn-deploy task
6667c2f [Andor Molnar] ZOOKEEPER-3275. Updated release audit warnings exlcudes
5abf3b4 [Andor Molnar] ZOOKEEPER-3275. Fixed path of contrib and docs project
4e97ae8 [Andor Molnar] ZOOKEEPER-3275. Fixed recipes folders in ant package target
Copy link
Contributor

@nkalmar nkalmar left a comment

Choose a reason for hiding this comment

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

Looks good, please change the 2 copy tasks and it's good to go from my side!

<mkdir dir="${dist.dir}/contrib/${name}/config" />
<copy todir="${dist.dir}/contrib/${name}/config">
<mkdir dir="${dist.dir}/zookeeper-contrib/zookeeper-contrib-${name}/config" />
<copy todir="${dist.dir}/zookeeper-contrib/zookeeper-contrib-${name}/config">
<fileset dir="${basedir}/src/main/resources">
<include name="defaultConnectionSettings.cfg" />
<include name="defaultNodeViewers.cfg" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Please modify the 2 copy tasks at the bottom of this file:

Should be:
${dist.dir}/zookeeper-contrib/zookeeper-contrib-${name}/lib

Copy link
Contributor

@nkalmar nkalmar left a comment

Choose a reason for hiding this comment

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

LGTM

@anmolnar
Copy link
Contributor Author

retest maven build

asfgit pushed a commit that referenced this pull request Feb 13, 2019
Fixed recipes and contrib path names for package and tar targets.

Author: Andor Molnar <andorapache.org>

Reviewers: andorapache.org

Closes #817 from anmolnar/ZOOKEEPER-3275 and squashes the following commits:

64db892 [Andor Molnar] ZOOKEEPER-3275. Fixed bin-package target
e8ad3d4 [Andor Molnar] ZOOKEEPER-3275. Added pom.xml to tar file, fixed mvn-deploy task
6667c2f [Andor Molnar] ZOOKEEPER-3275. Updated release audit warnings exlcudes
5abf3b4 [Andor Molnar] ZOOKEEPER-3275. Fixed path of contrib and docs project
4e97ae8 [Andor Molnar] ZOOKEEPER-3275. Fixed recipes folders in ant package target

Author: Andor Molnar <andor@apache.org>

Reviewers: andor@apache.org

Closes #818 from anmolnar/ZOOKEEPER-3275_34 and squashes the following commits:

e04336f [Andor Molnar] ZOOKEEPER-3275. Fixed tiny copy-and-paste error
539951a [Andor Molnar] ZOOKEEPER-3275. Added some missing release audit excludes
a5cc9e2 [Andor Molnar] ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy
@anmolnar
Copy link
Contributor Author

Committed, because Ant build is green. Thanks @nkalmar !

@anmolnar anmolnar closed this Feb 13, 2019
@anmolnar anmolnar deleted the ZOOKEEPER-3275_34 branch February 13, 2019 14:49
asfgit pushed a commit that referenced this pull request Feb 13, 2019
Fixed recipes and contrib path names for package and tar targets.

Author: Andor Molnar <andorapache.org>

Reviewers: andorapache.org

Closes #817 from anmolnar/ZOOKEEPER-3275 and squashes the following commits:

64db892 [Andor Molnar] ZOOKEEPER-3275. Fixed bin-package target
e8ad3d4 [Andor Molnar] ZOOKEEPER-3275. Added pom.xml to tar file, fixed mvn-deploy task
6667c2f [Andor Molnar] ZOOKEEPER-3275. Updated release audit warnings exlcudes
5abf3b4 [Andor Molnar] ZOOKEEPER-3275. Fixed path of contrib and docs project
4e97ae8 [Andor Molnar] ZOOKEEPER-3275. Fixed recipes folders in ant package target

Author: Andor Molnar <andor@apache.org>

Reviewers: andor@apache.org

Closes #818 from anmolnar/ZOOKEEPER-3275_34 and squashes the following commits:

e04336f [Andor Molnar] ZOOKEEPER-3275. Fixed tiny copy-and-paste error
539951a [Andor Molnar] ZOOKEEPER-3275. Added some missing release audit excludes
a5cc9e2 [Andor Molnar] ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants