Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Correct ant target message and invoke it in the general process.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Sep 6, 2016
1 parent 174c3fc commit b4e343d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,12 @@
Process:
* Git: Make sure all repos up to date
* Git: Push tooling repos to keymaster
* SCP: Copy files to keymaster
-->
<target name="process.sign-aggregates.prepare.and.scp" depends="
git.pull.all,
git.orchestrator.push.tooling.to.keymaster,
fs.scp.unsigned.files.to.keymaster">
<echo>Stage 3.1 Success: Aggregates send to keymaster for processing.</echo>
</target>
Expand Down Expand Up @@ -1053,7 +1055,7 @@
Commit unsigned files to local products repository
-->
<target name="git.orchestrator.push.tooling.to.keymaster">
<echo>Commiting all changes in products repository.</echo>
<echo>Pushing the latest tooling repository to keymaster.</echo>
<exec executable="${git.executable}" dir="${shared.ws.dir}/${git.repo.project.tooling}" failonerror="true">
<arg value="push"/>
<arg value="keymaster"/>
Expand Down

0 comments on commit b4e343d

Please sign in to comment.