Skip to content

Commit

Permalink
Modified build.xml to exclude the .git directory from the tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
afeinberg committed Nov 29, 2009
1 parent 81f080c commit 3c3b935
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -33,4 +33,4 @@ tomcat.manager.password=tomcat
tomcat.context=/voldemort

## Release
curr.release=0.57
curr.release=0.57.1
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -237,6 +237,7 @@
<zipfileset dir="." prefix="voldemort-@{version}" includes="**">
<exclude name="${dist.dir}/*classes"/>
<exclude name="bin/*"/>
<exclude name=".git*/**"/>
</zipfileset>
</zip>
<tar destfile="${dist.dir}/${name}-@{version}.tar.gz" compression="gzip" longfile="gnu">
Expand All @@ -245,6 +246,7 @@
<exclude name="${dist.dir}/*classes"/>
<exclude name="${dist.dir}/*.zip"/>
<exclude name="bin/*"/>
<exclude name=".git*/**"/>
</tarfileset>
</tar>
</sequential>
Expand Down
6 changes: 6 additions & 0 deletions release_notes.txt
@@ -1,3 +1,9 @@
Release 0.57.1 on 11/27/2009

Minor change made since 0.57:

* Modified build.xml to exclude .git directory from release tarballs/zipfiles

Release 0.57 on 11/16/2009

The following changes were made since 0.56:
Expand Down

0 comments on commit 3c3b935

Please sign in to comment.