projects
/
osm
/
SO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
102d368
)
new platform release that fixes build issues with release repo and python3 lxml ...
v1.0
v1.0.3
v1.0.4
v1.0.5
author
Jeremy Mordkoff
<Jeremy.Mordkoff@riftio.com>
Fri, 23 Dec 2016 21:16:49 +0000
(16:16 -0500)
committer
Jeremy Mordkoff
<Jeremy.Mordkoff@riftio.com>
Fri, 23 Dec 2016 21:16:49 +0000
(16:16 -0500)
Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
BUILD.sh
patch
|
blob
|
history
diff --git
a/BUILD.sh
b/BUILD.sh
index
996e7af
..
345a855
100755
(executable)
--- a/
BUILD.sh
+++ b/
BUILD.sh
@@
-114,10
+114,10
@@
fi
if [[ $PLATFORM == ub16 ]]; then
PLATFORM_REPOSITORY=${1:-OSM}
- PLATFORM_VERSION=${2:-4.3.1.0.5
0309
}
+ PLATFORM_VERSION=${2:-4.3.1.0.5
3704
}
elif [[ $PLATFORM == fc20 ]]; then
PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published
- PLATFORM_VERSION=${2:-4.3.1.0.5
0310
}
+ PLATFORM_VERSION=${2:-4.3.1.0.5
3705
}
else
echo "Internal error: unknown platform $PLATFORM"
exit 1