You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 15:35:18 UTC

[30/36] git commit: [flex-falcon] [refs/heads/develop] - try adding delay on windows, otherwise you get random dir creation errors

try adding delay on windows, otherwise you get random dir creation errors


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/fb3ef5d7
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/fb3ef5d7
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/fb3ef5d7

Branch: refs/heads/develop
Commit: fb3ef5d791ecbb7ba01fa876aa6cc004014be3be
Parents: 85c4376
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 8 23:29:33 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 8 23:29:33 2017 -0700

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fb3ef5d7/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3a4b664..231f152 100644
--- a/build.xml
+++ b/build.xml
@@ -283,6 +283,7 @@
     <target name="stage-source"
         description="Package source files required to build in zip file" >
         <antcall target="clean-temp"/>
+        <sleep seconds="3" />
         <mkdir dir="${basedir}/temp"/>
 
         <copy todir="${basedir}/temp" includeEmptyDirs="false">