Skip to content
Snippets Groups Projects
Commit 22439141 authored by jdh8d's avatar jdh8d
Browse files

Former-commit-id: f69c63dc
parent f0aaac50
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,9 @@ centos_files/cpp-4.8.5-11.el7.x86_64.rpm -text svneol=unset#application/x-rpm ...@@ -9,7 +9,9 @@ centos_files/cpp-4.8.5-11.el7.x86_64.rpm -text svneol=unset#application/x-rpm
centos_files/cracklib-2.9.0-11.el7.i686.rpm -text centos_files/cracklib-2.9.0-11.el7.i686.rpm -text
centos_files/cups-client-1.6.3-26.el7.x86_64.rpm -text centos_files/cups-client-1.6.3-26.el7.x86_64.rpm -text
centos_files/ed-1.9-4.el7.x86_64.rpm -text centos_files/ed-1.9-4.el7.x86_64.rpm -text
centos_files/gcc-c++-4.8.5-11.el7.x86_64.rpm -text
centos_files/glibc-2.17-157.el7_3.1.i686.rpm -text centos_files/glibc-2.17-157.el7_3.1.i686.rpm -text
centos_files/jq-1.5-1.el7.x86_64.rpm -text
centos_files/kernel-headers-3.10.0-514.16.1.el7.x86_64.rpm -text svneol=unset#application/x-rpm centos_files/kernel-headers-3.10.0-514.16.1.el7.x86_64.rpm -text svneol=unset#application/x-rpm
centos_files/libcap-ng-0.7.5-4.el7.i686.rpm -text centos_files/libcap-ng-0.7.5-4.el7.i686.rpm -text
centos_files/libdb-5.3.21-19.el7.i686.rpm -text centos_files/libdb-5.3.21-19.el7.i686.rpm -text
...@@ -36,6 +38,7 @@ centos_files/pam-1.1.8-18.el7.x86_64.rpm -text svneol=unset#application/x-rpm ...@@ -36,6 +38,7 @@ centos_files/pam-1.1.8-18.el7.x86_64.rpm -text svneol=unset#application/x-rpm
centos_files/patch-2.7.1-8.el7.x86_64.rpm -text svneol=unset#application/x-rpm centos_files/patch-2.7.1-8.el7.x86_64.rpm -text svneol=unset#application/x-rpm
centos_files/pcre-8.32-15.el7_2.1.i686.rpm -text centos_files/pcre-8.32-15.el7_2.1.i686.rpm -text
centos_files/pcre-8.32-15.el7_2.1.x86_64.rpm -text svneol=unset#application/x-rpm centos_files/pcre-8.32-15.el7_2.1.x86_64.rpm -text svneol=unset#application/x-rpm
centos_files/perl-JSON-PP-2.27202-2.el7.noarch.rpm -text
centos_files/postgresql-9.2.18-1.el7.x86_64.rpm -text svneol=unset#application/x-rpm centos_files/postgresql-9.2.18-1.el7.x86_64.rpm -text svneol=unset#application/x-rpm
centos_files/postgresql-contrib-9.2.18-1.el7.x86_64.rpm -text svneol=unset#application/x-rpm centos_files/postgresql-contrib-9.2.18-1.el7.x86_64.rpm -text svneol=unset#application/x-rpm
centos_files/postgresql-devel-9.2.18-1.el7.x86_64.rpm -text svneol=unset#application/x-rpm centos_files/postgresql-devel-9.2.18-1.el7.x86_64.rpm -text svneol=unset#application/x-rpm
...@@ -44,7 +47,6 @@ centos_files/postgresql-server-9.2.18-1.el7.x86_64.rpm -text svneol=unset#applic ...@@ -44,7 +47,6 @@ centos_files/postgresql-server-9.2.18-1.el7.x86_64.rpm -text svneol=unset#applic
centos_files/readline-6.2-9.el7.i686.rpm -text centos_files/readline-6.2-9.el7.i686.rpm -text
centos_files/redhat-lsb-core-4.1-27.el7.centos.1.i686.rpm -text centos_files/redhat-lsb-core-4.1-27.el7.centos.1.i686.rpm -text
centos_files/redhat-lsb-submod-security-4.1-27.el7.centos.1.i686.rpm -text centos_files/redhat-lsb-submod-security-4.1-27.el7.centos.1.i686.rpm -text
centos_files/sclo-subversion19-scons-2.3.4-3.el7.noarch.rpm -text svneol=unset#application/x-rpm
centos_files/screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64.rpm -text svneol=unset#application/x-rpm centos_files/screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64.rpm -text svneol=unset#application/x-rpm
centos_files/spax-1.5.2-13.el7.x86_64.rpm -text svneol=unset#application/x-rpm centos_files/spax-1.5.2-13.el7.x86_64.rpm -text svneol=unset#application/x-rpm
centos_files/sqlite-3.7.17-8.el7.i686.rpm -text centos_files/sqlite-3.7.17-8.el7.i686.rpm -text
......
...@@ -19,10 +19,8 @@ mkdir -p $ZEST_RUNTIME/lib64 ...@@ -19,10 +19,8 @@ mkdir -p $ZEST_RUNTIME/lib64
mkdir -p $ZEST_RUNTIME/bin mkdir -p $ZEST_RUNTIME/bin
mkdir -p $ZEST_RUNTIME/sbin mkdir -p $ZEST_RUNTIME/sbin
if [ ! -f manifest.txt.config ]; then if [ ! -f manifest.txt.config -o ! -d "$PS_INSTALL" ]; then
if [ ! -d "$PS_INSTALL" ]; then mkdir -p "$PS_INSTALL"
mkdir "$PS_INSTALL"
fi
$PEDI_HOME/pedi --setup -m manifest.txt -l ida -l ida_key -l ps -l zipr -l stratafier -l stars -i $PS_INSTALL $PEDI_HOME/pedi --setup -m manifest.txt -l ida -l ida_key -l ps -l zipr -l stratafier -l stars -i $PS_INSTALL
fi fi
......
46d4f45313e33e46cb38900fd5bf56fb6776c854
\ No newline at end of file
File added
File added
File deleted
...@@ -9,3 +9,5 @@ file set_command_envs ps ...@@ -9,3 +9,5 @@ file set_command_envs ps
file set_env_vars ps file set_env_vars ps
file set_ida_server ps file set_ida_server ps
file irdb_vars ps file irdb_vars ps
file yum_packages.sh centos
directory centos_files centos
...@@ -23,11 +23,16 @@ export IRDB_TRANSFORMS=$PEASOUP_UMBRELLA_DIR/irdb_transforms ...@@ -23,11 +23,16 @@ export IRDB_TRANSFORMS=$PEASOUP_UMBRELLA_DIR/irdb_transforms
export ZEST_RUNTIME=$PEASOUP_UMBRELLA_DIR/zest_runtime export ZEST_RUNTIME=$PEASOUP_UMBRELLA_DIR/zest_runtime
export DAFFY_HOME=$PEASOUP_UMBRELLA_DIR/daffy export DAFFY_HOME=$PEASOUP_UMBRELLA_DIR/daffy
if [ -z $PS_INSTALL ]; then if [ -z "$PS_INSTALL" -o -f manifest.txt ]; then
export PS_INSTALL=$PEASOUP_UMBRELLA_DIR/installed if [ -z $PS_INSTALL ]; then
export PS_INSTALL=$PEASOUP_UMBRELLA_DIR/installed
fi
export PS=$PS_INSTALL/peasoup_examples/tools/ps_analyze.sh
export PSZ=$PS_INSTALL/peasoup_examples/tools/ps_zipr.sh
else
export PS=$PEASOUP_UMBRELLA_DIR/peasoup_examples/tools/ps_analyze.sh
export PSZ=$PEASOUP_UMBRELLA_DIR/peasoup_examples/tools/ps_zipr.sh
fi fi
export PS=$PS_INSTALL/peasoup_examples/tools/ps_analyze.sh
export PSZ=$PS_INSTALL/peasoup_examples/tools/ps_zipr.sh
source ./irdb_vars source ./irdb_vars
source $PEASOUP_UMBRELLA_DIR/set_command_envs source $PEASOUP_UMBRELLA_DIR/set_command_envs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment