]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- skip .built files
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Dec 2004 14:33:05 +0000 (14:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldnotify.awk -> 1.45

pldnotify.awk

index 7c49c8d581820d0362354b40a07b599208c3b4c9..cff5cc644a9204fdc495377e24fea3b6cda51927 100644 (file)
@@ -305,7 +305,7 @@ function process_source(number,lurl,name,version) {
                                newfilename=fixedsub(prever,"",newfilename)
                                newfilename=fixedsub(postver,"",newfilename)
                                if (DEBUG) print "Wersja: " newfilename
-                               if (newfilename ~ /\.(pkg|bin|binary)$/) continue
+                               if (newfilename ~ /\.(pkg|bin|binary|built)$/) continue
                                if (NUMERIC) {
                                        if ( compare_ver_dec(version, newfilename)==1 ) {
                                                if (DEBUG) print "Tak, jest nowa"
This page took 0.035302 seconds and 4 git commands to generate.