Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ray Garcia
himawari
Commits
0d1f7ff4
Commit
0d1f7ff4
authored
May 31, 2018
by
R.K.Garcia
Browse files
add VERSION_HASH to _version.py, not currently used anywhere however
parent
8a16f766
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
0d1f7ff4
...
...
@@ -91,6 +91,8 @@ install_goesr() {
pushd
goesr
echo
"VERSION = '
${
TAG
}
'"
>
goesr/_version.py
echo
"VERSION_UUID = '
$(
uuidgen
)
'"
>>
goesr/_version.py
echo
"VERSION_HASH = 0x
$(
git rev-parse
${
GOESR_TAG
}
)
"
>>
goesr/_version.py
$PYTHON
setup.py
install
||
oops
"could not install goesr module"
test
-d
"
$AXITOOLS_HOME
/bin"
||
mkdir
-p
"
$AXITOOLS_HOME
/bin"
cp
bin/cmi_changer.sh
"
$AXITOOLS_HOME
/bin/"
||
oops
"could not install wrapper script"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment