projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e93970
)
dropped build step since fast install builder script now does that.
author
Chris Koeritz
<fred@gruntose.com>
Fri, 24 Apr 2015 14:28:19 +0000
(10:28 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 24 Apr 2015 14:28:19 +0000
(10:28 -0400)
scripts/buildor/build_xsedes.sh
patch
|
blob
|
history
diff --git
a/scripts/buildor/build_xsedes.sh
b/scripts/buildor/build_xsedes.sh
index a6a52e35ba57b2e0f6f6b3fde6b98375d9afa8eb..7b53fea5765a51a357bc130e1d9ef1e15a91d451 100644
(file)
--- a/
scripts/buildor/build_xsedes.sh
+++ b/
scripts/buildor/build_xsedes.sh
@@
-95,12
+95,9
@@
function bu_bootstrap()
# a shortcut for doing a quick build and then creating an installer.
function fast_install_build()
{
- build_xsede
- if [ $? -ne 0 ]; then echo "failed to build xsede code"; return 1; fi
-
bash "$GENII_INSTALL_DIR/xsede_tools/tools/installer/fast_installer_build.sh" $*
if [ $? -ne 0 ]; then
- echo "failed to
bootstrap
create the installer."
+ echo "failed to create the installer."
error_sound
return 1
fi