SLIDER-1014: rm *.pyc from all source dirs

Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/f939d903
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/f939d903
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/f939d903

Branch: refs/heads/branches/branch-0.9
Commit: f939d90313d6a6c399fddc42ad3e82a3ab1b56aa
Parents: a89586b
Author: Steve Loughran <ste...@apache.org>
Authored: Sun Dec 27 22:11:06 2015 +0000
Committer: Steve Loughran <ste...@apache.org>
Committed: Sun Dec 27 22:11:06 2015 +0000

----------------------------------------------------------------------
 bin/release.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f939d903/bin/release.xml
----------------------------------------------------------------------
diff --git a/bin/release.xml b/bin/release.xml
index 77997e6..f799593 100644
--- a/bin/release.xml
+++ b/bin/release.xml
@@ -125,7 +125,7 @@
 
       svn publishing
       --------------
-      svn.publish.dir:        ${slider.publish.dir}
+      svn.publish.dir:        ${svn.publish.dir}
       svn.commit.message:     ${svn.commit.message}
       svn
 
@@ -284,6 +284,8 @@
 
   <target name="clean" depends="init">
     <mvn command="clean -Pall-modules" />
+    <!-- rm all .pyc files -->
+    <delete dir="." includes="**/*.pyc" />
   </target>
 
   <target name="install" depends="init, rat">
@@ -534,7 +536,6 @@ with the subject and body derived from  ${slider.vote.file}
     description="generate the vote text -after validating its links"
     />
 
-
   <target name="release-no-commit"
     depends="git-check-unmodified, rat, deploy, tarball-no-package, 
copy-to-svn">
     <echo>Artifacts staged on Nexus repository</echo>

Reply via email to