From c75ce3cf5e20be3f9a4b12f8e2b982a41ca9b4ca Mon Sep 17 00:00:00 2001 From: Abhishek Koneru Date: Sat, 9 Nov 2013 03:13:23 -0500 Subject: Fixes for review comments Fixed the basic review comments for patches 74,75,76,77,78. Tickets #657,722,723,724,725,785 --- scripts/compose_pki_test_package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/compose_pki_test_package') diff --git a/scripts/compose_pki_test_package b/scripts/compose_pki_test_package index eca169f6b..705cd9859 100755 --- a/scripts/compose_pki_test_package +++ b/scripts/compose_pki_test_package @@ -45,7 +45,7 @@ COMPOSE_DIR=`dirname $0 | cd ; pwd` PKI_SOURCE_DIR=`cd $COMPOSE_DIR/..; pwd` ### Build the task rpm outside the PKI git source tree. -### The rhts-build-package command checks if the code is is a git repository, +### The rhts-mk-build-package command checks if the code is is a git repository, ### if yes, it will compare tags of the current branch and the master branch. ### If they do not match then the rpm is not built. -- cgit