Skip to content

Commit

Permalink
releng: clone --depth 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Dec 28, 2016
1 parent ff3e672 commit cf91dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ overwriting the previous one. (This removes history from the git repo it is push
<target name="prepareProjectSite.initGit" if="projectSiteGitURL" depends="clean">
<condition property="prepareProjectSite.initGit._gitArg"
value="init"
else="clone -n ${projectSiteGitURL} ${_projectSiteDir}">
else="clone --depth 1 -n ${projectSiteGitURL} ${_projectSiteDir}">
<istrue value="${resetGitHistory}"/>
</condition>
<runGit dir="${_projectSiteDir}" argLine="${prepareProjectSite.initGit._gitArg}" />
Expand Down

0 comments on commit cf91dc2

Please sign in to comment.