You are not logged in.
Your package gets sources from git/svn/cvs/wtf?
I used this little trick to check the md5sum of all files and ensure a little more the package users
will download exactly what you downloaded when you created the package:
echo "7ce3eabab979cd067b096e83280239ed -" >"$srcdir"/md5sources
find . -type f -print0 | sort -z | xargs -0 cat | md5sum --status -c "$srcdir"/md5sources || return 1The md5 is calculated using the same command without -c before the whole building process just after downloading the sources.
I thought someone can find it useful or give a comment.
Offline
Shouldn't this go to AUR-related? Users of official repo packages should never have to access any of the git/svn/cvs sources anyway.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Ops... Wrong section. Oh well.
Offline