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:
f27e099
)
Switch the install from source to use the same repos as the
86/5586/1
author
Jeremy Mordkoff
<Jeremy.Mordkoff@riftio.com>
Mon, 16 Oct 2017 17:36:23 +0000
(13:36 -0400)
committer
Jeremy Mordkoff
<Jeremy.Mordkoff@riftio.com>
Mon, 16 Oct 2017 17:36:23 +0000
(13:36 -0400)
install from packages
BUG-385
Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
BUILD.sh
patch
|
blob
|
history
diff --git
a/BUILD.sh
b/BUILD.sh
index
f07940f
..
df17d81
100755
(executable)
--- a/
BUILD.sh
+++ b/
BUILD.sh
@@
-79,8
+79,8
@@
set -x # Print commands before executing them
###############################################################################
# Set up repo and version
-PLATFORM_REPOSITORY=${1:-
osm-rbac
}
-PLATFORM_VERSION=${2:-5.
1.3.9999.70283
}
+PLATFORM_REPOSITORY=${1:-
OSM3
}
+PLATFORM_VERSION=${2:-5.
2.0.1.71454
}
###############################################################################
# Main block