[packages/pldnotify] Fallback to old source parsing method if other methods didn't find new version (for example right no

arekm arekm at pld-linux.org
Sat Oct 28 22:59:26 CEST 2017


commit df1a5496bd188ca8a0cd4a0702cd3515edbe241d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Oct 28 22:59:08 2017 +0200

    Fallback to old source parsing method if other methods didn't find new version (for example right now release-monitoring.org doesn't see new wget which exists on wget ftp site).

 pldnotify.awk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/pldnotify.awk b/pldnotify.awk
index a5a42a0..d650768 100755
--- a/pldnotify.awk
+++ b/pldnotify.awk
@@ -766,10 +766,8 @@ function process_data(name, ver, rel,     src, nver, i) {
 	if (nver) {
 		if (compare_ver(ver, nver)) {
 			print name " [OLD] " ver " [NEW] " nver
-		} else {
-			print name " seems ok: " ver
+			return
 		}
-		return;
 	}
 
 	if (name == "xulrunner") {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pldnotify.git/commitdiff/df1a5496bd188ca8a0cd4a0702cd3515edbe241d



More information about the pld-cvs-commit mailing list