]> git.pld-linux.org Git - packages/pldnotify.git/commitdiff
Fallback to old source parsing method if other methods didn't find new version (for...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 28 Oct 2017 20:59:08 +0000 (22:59 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 28 Oct 2017 20:59:08 +0000 (22:59 +0200)
pldnotify.awk

index a5a42a0ab90df344809e7eaacf39d892a8e1457b..d650768bb1cc9e7bf3f891c426e5c2d7f078375a 100755 (executable)
@@ -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") {
This page took 0.06637 seconds and 4 git commands to generate.