Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
70ae6132
"git@git.alchemyviewer.org:logue/blackdragon.git" did not exist on "ffdc04f5d2b2d952ace912a473b11f4305e9d057"
Commit
70ae6132
authored
12 years ago
by
Oz Linden
Browse files
Options
Downloads
Patches
Plain Diff
remove obsolete debugging messages and commented out code
parent
ee99022c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+1
-22
1 addition, 22 deletions
build.sh
with
1 addition
and
22 deletions
build.sh
+
1
−
22
View file @
70ae6132
...
...
@@ -65,7 +65,7 @@ pre_build()
&&
[
-r
"
$master_message_template_checkout
/message_template.msg"
]
\
&&
template_verifier_master_url
=
"-DTEMPLATE_VERIFIER_MASTER_URL=file://
$master_message_template_checkout
/message_template.msg"
check_for
"
B
efore 'autobuild configure'"
${
build_dir
}
/packages/dictionaries
check_for
"
Confirm dictionaries are installed b
efore 'autobuild configure'"
${
build_dir
}
/packages/dictionaries
"
$AUTOBUILD
"
configure
-c
$variant
--
\
-DPACKAGE
:BOOL
=
ON
\
...
...
@@ -75,8 +75,6 @@ pre_build()
-DLL_TESTS
:BOOL
=
"
$run_tests
"
\
-DTEMPLATE_VERIFIER_OPTIONS
:STRING
=
"
$template_verifier_options
"
$template_verifier_master_url
check_for
"After 'autobuild configure'"
${
build_dir
}
/packages/dictionaries
end_section
"Pre
$variant
"
}
...
...
@@ -109,7 +107,6 @@ build()
if
$build_viewer
then
begin_section
"Viewer
$variant
"
check_for
"Before 'autobuild build'"
${
build_dir
}
/packages/dictionaries
"
$AUTOBUILD
"
build
--no-configure
-c
$variant
viewer_build_ok
=
$?
...
...
@@ -122,8 +119,6 @@ build()
else
echo false
>
"
$build_dir
"
/build_ok
fi
check_for
"After 'autobuild configure'"
${
build_dir
}
/packages/dictionaries
fi
}
...
...
@@ -181,27 +176,11 @@ then
fi
# load autbuild provided shell functions and variables
# Merov: going back to the previous code that passes even if it fails catching a failure
# TODO: use the correct code here under and fix the llbase import in python code
#if "$AUTOBUILD" source_environment > source_environment
#then
# . source_environment
#else
# dump environment variables for debugging
# env|sort
# record_failure "autobuild source_environment failed"
# cat source_environment >&3
# exit 1
#fi
eval
"
$(
"
$AUTOBUILD
"
source_environment
)
"
# dump environment variables for debugging
env
|sort
check_for
"Before 'autobuild install'"
${
build_dir
}
/packages/dictionaries
check_for
"After 'autobuild install'"
${
build_dir
}
/packages/dictionaries
# Now run the build
succeeded
=
true
build_processes
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment