mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
Add comment about odd md5sum/sha1sum generation algorithm
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3585 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
aa751c1740
commit
7c2c8f495c
@ -443,6 +443,10 @@ progress_message "Creating md5sums and sha1sums"
|
|||||||
|
|
||||||
rm -f $VERSION.md5sums $VERSION.sha1sums
|
rm -f $VERSION.md5sums $VERSION.sha1sums
|
||||||
|
|
||||||
|
#
|
||||||
|
# The following rather awkward algorithm gets around the problem of builds that don't
|
||||||
|
# include the RPM
|
||||||
|
#
|
||||||
for file in *; do
|
for file in *; do
|
||||||
case $file in
|
case $file in
|
||||||
*$VERSION[-.]*tgz|*$VERSION[-.]*rpm|*$VERSION[-.]*bz2)
|
*$VERSION[-.]*tgz|*$VERSION[-.]*rpm|*$VERSION[-.]*bz2)
|
||||||
|
Loading…
Reference in New Issue
Block a user