summaryrefslogtreecommitdiffstats
path: root/pki/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'pki/scripts')
-rwxr-xr-xpki/scripts/compose_pki_console_packages15
1 files changed, 2 insertions, 13 deletions
diff --git a/pki/scripts/compose_pki_console_packages b/pki/scripts/compose_pki_console_packages
index 2c69c958d..2d656025c 100755
--- a/pki/scripts/compose_pki_console_packages
+++ b/pki/scripts/compose_pki_console_packages
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/bash
# BEGIN COPYRIGHT BLOCK
# (C) 2010 Red Hat, Inc.
# All rights reserved.
@@ -138,20 +138,9 @@ else
-name *.swp -prune -o \
-print | cpio -pdum ${PKI_CONSOLE_BASE_DIR} > /dev/null 2>&1
done
-
- ##
- ## Copy the configuration classes from the common tree
- ##
-
- find common/src/com/netscape/certsrv/common/ \
- -name .svn -prune -o \
- -name *.swp -prune -o \
- -print | cpio -pdum ${PKI_CONSOLE_BASE_DIR} > /dev/null 2>&1
-
- mv ${PKI_CONSOLE_BASE_DIR}/common/src/com/netscape/* \
- ${PKI_CONSOLE_BASE_DIR}/console/src/com/netscape
cd - > /dev/null 2>&1
+
##
## Create the 'pki-console' tarball
##