JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
19 stars 14 forks source link

Update rpmbuild command to build EPEL5 nightlies #4

Closed nalimilan closed 10 years ago

nalimilan commented 10 years ago

RPM in RHEL5 does not support SHA1 checksums, only MD5. For the nightly builds to succeed there, the call to rpmbuild in the build script should be modified to rpmbuild -bs --define "_source_filedigest_algorithm md5" --define "_binary_filedigest_algorithm md5".

Can you do that? Normally with the recent changes I made everything should work on EPEL5.

staticfloat commented 10 years ago

Assigning myself so I don't forget to do this.

nalimilan commented 10 years ago

Thanks! I hadn't noticed the build script was also in the repo, else I could have done the change myself.