Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • opensrc/zipr
  • whh8b/zipr
2 results
Show changes
Commits on Source (12)
Subproject commit 9ae06334b00d435f1dbd46a55a877b9045cc15bd Subproject commit 72e2f13657cf82d61a9148c6cb9ed3b60e86b12c
...@@ -17,5 +17,5 @@ cd /tmp/peasoup_test ...@@ -17,5 +17,5 @@ cd /tmp/peasoup_test
source set_env_vars source set_env_vars
sudo ./get-peasoup-packages.sh all sudo ./get-peasoup-packages.sh all
./build-all.sh ./build-all.sh
./postgres_setup.sh bash -x ./postgres_setup.sh
...@@ -88,6 +88,12 @@ if [[ $args = "" ]]; then ...@@ -88,6 +88,12 @@ if [[ $args = "" ]]; then
args="all" args="all"
fi fi
which apt-get 1> /dev/null 2> /dev/null
if [[ $? != 0 ]]; then
#setup extra repositories on centos
sudo yum install epel-release -y
fi
for arg in $args; do for arg in $args; do
case $arg in case $arg in
all) all)
...@@ -122,4 +128,4 @@ cd daffy ...@@ -122,4 +128,4 @@ cd daffy
sudo ./get-packages.sh sudo ./get-packages.sh
cd $orig_dir cd $orig_dir
echo Intsalling packages complete. echo Installing packages complete.
Subproject commit 79185d3baebf837ae92fce7acdae07930758e63c Subproject commit 64b1517dee6254b6f48865f6ad6e187070c54897
...@@ -13,4 +13,5 @@ file irdb_vars ps ...@@ -13,4 +13,5 @@ file irdb_vars ps
file yum_packages.sh centos file yum_packages.sh centos
file postgres_setup.sh ps file postgres_setup.sh ps
file README.txt ps file README.txt ps
file cfar_postgres_setup.sh cfar
directory centos_files centos directory centos_files centos
Subproject commit 68d3fcbca877b24e337f0505c08e0f61a921b4b5 Subproject commit c787c03b7f975749d27917eb0561e606162cb901
Subproject commit 077b1cab88d62d22a0b0f9c4de8a51fdcd56c87c Subproject commit 334c59e3d385bd14b34ffb663bac9b1d34694469