Skip to content

Commit

Permalink
stop pushing entity fragment files to public site
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 13, 2007
1 parent b0f8b7e commit 418a36c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,6 @@
Push all generated XML files, and entity fragment files, to the remote machine.
-->
<target name="push" depends="get.remote.pass">
<!--
Push federation fragment files.
-->
<echo>Pushing entity fragment files.</echo>
<scp failonerror="true" password="${remote.pass}" remoteTodir="${remote.loc.sdss}/entities"
knownhosts="${known.hosts}">
<fileset dir="${entities.dir}">
<include name="*.xml"/>
</fileset>
</scp>
<!--
Push metadata files for the SDSS Federation.
-->
Expand Down

0 comments on commit 418a36c

Please sign in to comment.