]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
note about used external programs
authorElan Ruusamäe <glen@delfi.ee>
Sun, 7 Apr 2013 14:55:22 +0000 (17:55 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 7 Apr 2013 14:55:22 +0000 (17:55 +0300)
pldnotify.awk

index 39850eb21a93777b6a9033986c501dba902bdd80..a11735ab53fd5b4290ae12136da91fcd055641fd 100644 (file)
@@ -1,5 +1,4 @@
 #!/bin/awk -f
-# $Revision$, $Date$
 #
 # Copyright (C) 2000-2013 PLD-Team <feedback@pld-linux.org>
 # Authors:
 # NOTE:
 # to test run this, run:
 # $ awk -vDEBUG=1 pldnotify.awk < specfile
+#
+# To get full out of it, you need to have following tools installed:
+# - perl, sed, wget, coreutils, util-linux
+# - perl HTML::TreeBuilder module for better links parser (-vUSE_PERL=0 to disable)
+# - pear for php-pear package updates
+# - npm for nodejs packages
+# 
+# Additionally "mirrors" file in current dir, controls local mirrors you prefer
 
 function d(s) {
        if (!DEBUG) {
This page took 0.060916 seconds and 4 git commands to generate.