Changeset 1718 for trunk


Ignore:
Timestamp:
27/10/11 19:03:33 (7 months ago)
Author:
Freddie Akeroyd
Message:

Build rpm with md5 checksum rather than sha256. Refs #295

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_rpm.in

    r1688 r1718  
    3434fi 
    3535# buildroot is actually where we install to 
    36 env NEXUS_CONFIG_OPTIONS="$build_args" rpmbuild -ba --buildroot $nxtop/installroot nexus.spec 
     36env NEXUS_CONFIG_OPTIONS="$build_args" rpmbuild -ba --buildroot $nxtop/installroot nexus.spec --define "_source_filedigest_algorithm md5" --define "_binary_filedigest_algorithm md5" 
Note: See TracChangeset for help on using the changeset viewer.