]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- todo entry
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Feb 2005 20:36:10 +0000 (20:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldnotify.awk -> 1.46

pldnotify.awk

index cff5cc644a9204fdc495377e24fea3b6cda51927..59bd2fefca15863e37e0005b76a0fc30b1e6cbc6 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/awk -f
 # $Revision$, $Date$
+# TODO: "SourceXDownload" support (use given URLs if present instead of cut-down SourceX URLs)
+
 function fixedsub(s1,s2,t,     ind) {
 # substitutes fixed strings (not regexps)
        if (ind = index(t,s1)) {
This page took 0.030119 seconds and 4 git commands to generate.