diff options
| author | admiyo <admiyo@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-09-06 19:06:46 +0000 |
|---|---|---|
| committer | admiyo <admiyo@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-09-06 19:06:46 +0000 |
| commit | 4ee4f5ae0e627ab89499844f95f0bc4b8cd4cd2e (patch) | |
| tree | 8fdac1eb09af72e1d0c20226eae058fd519acf7b /pki/scripts | |
| parent | cf9933d5ff4eca347861350d18b2ffec15beeb01 (diff) | |
Revert "sync config"
This reverts Revision 2192
It introduced a build error.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2193 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/scripts')
| -rwxr-xr-x | pki/scripts/compose_pki_console_packages | 15 |
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 ## |
