Browse Source

Generate MD5 checksums for 'rpm's as well.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272516 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 23 years ago
parent
commit
934a2268c7
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      build.xml

+ 7
- 0
build.xml View File

@@ -1026,6 +1026,13 @@
<copy todir="${dist.base}/rpms">
<fileset dir="build/rpm/SRPMS"/>
</copy>
<checksum fileext=".md5">
<fileset dir="${dist.base}/rpms/">
<include name="**/*" />
<exclude name="**/*.asc" />
<exclude name="**/*.md5" />
</fileset>
</checksum>
</target>

<target name="distribution" depends="main_distribution, rpm"


Loading…
Cancel
Save