]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
correct description of insert_gitlog
authorElan Ruusamäe <glen@delfi.ee>
Mon, 23 Mar 2015 05:44:56 +0000 (07:44 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 23 Mar 2015 05:44:56 +0000 (07:44 +0200)
builder.sh

index 2d177d740cee7694cc5968e301f7085df9b1a947..0de793a51a9aa757ffb996ea3c34a7663fa4bebb 100755 (executable)
@@ -463,7 +463,7 @@ tempdir() {
 }
 
 # inserts git log instead of %changelog
-# outputs name of modified file created by tempfile
+# @output directory containing modified specfile
 insert_gitlog() {
        local SPECFILE=$1 specdir=$(tempdir) gitlog=$(tempfile) speclog=$(tempfile)
 
This page took 0.053816 seconds and 4 git commands to generate.