open-sw / pkg-cacher

This is a transparent cache for Debian and RedHat packages (.deb and .rpm). It is based on apt-cacher available on Debian. It has been enhanced to handle RedHat repositories and files whose names are the same but the contents are different.
15 stars 12 forks source link

Fix Ubuntu compatibility problems #6

Closed Robert-Nelson closed 11 years ago

Robert-Nelson commented 11 years ago

Specify /bin/bash instead of /bin/sh since it is actually dash.

Use Digest::SHA instead of Digest:SHA1, Digest::SHA1 is obsolete and not available on Ubuntu.

Thanks to Brian J. Murrell for the fixes.