Revision: 7228 http://sourceforge.net/p/ipcop/svn/7228 Author: owes Date: 2014-02-14 07:18:46 +0000 (Fri, 14 Feb 2014) Log Message: ----------- Auto add 2nd md5sum when the update is split into 2 packages.
Modified Paths: -------------- ipcop/trunk/make.sh Modified: ipcop/trunk/make.sh =================================================================== --- ipcop/trunk/make.sh 2014-02-14 06:36:29 UTC (rev 7227) +++ ipcop/trunk/make.sh 2014-02-14 07:18:46 UTC (rev 7228) @@ -2477,7 +2477,11 @@ echo "Calculating MD5 of release files" MD5INSTALL=`md5sum ipcop-${VERSION}-install*` - MD5UPDATE=`md5sum ipcop-${VERSION}-update*.gpg` + if [ "${VERSIONSTEP}" ]; then + MD5UPDATE=`md5sum ipcop-${VERSIONSTEP}-update*.gpg ipcop-${VERSION}-update*.gpg` + else + MD5UPDATE=`md5sum ipcop-${VERSION}-update*.gpg` + fi # Create release-notes-<VERSION>.txt, the file will need some manual modification # but can be uploaded directly to SF and attached to the release file(s) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn