Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devops
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osm
devops
Commits
0fae68d0
Commit
0fae68d0
authored
8 years ago
by
Jeremy Mordkoff
Browse files
Options
Downloads
Patches
Plain Diff
switch SO and UI from fedora to Ubuntu
Signed-off-by:
Jeremy Mordkoff
<
jeremy.mordkoff@riftio.com
>
parent
158d1d3b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
jenkins/SO/SETTINGS
+3
-3
3 additions, 3 deletions
jenkins/SO/SETTINGS
jenkins/SO/start_build
+1
-1
1 addition, 1 deletion
jenkins/SO/start_build
jenkins/UI/SETTINGS
+3
-5
3 additions, 5 deletions
jenkins/UI/SETTINGS
with
7 additions
and
9 deletions
jenkins/SO/SETTINGS
+
3
−
3
View file @
0fae68d0
...
...
@@ -17,11 +17,11 @@
# 24 June 2016 -- Jeremy Mordkoff -- Genesis
#
# this variable holds the name of the container image needed to build or run this product
export OSM_BASE_IMAGE=
fedora:20
export OSM_BASE_IMAGE=
ubuntu:16.04
#
# this variable holds the name of the container to be used to build a package
# if this container already exists, the build process can skip the container build
export OSM_BUILD_CONTAINER=SO-b
uild
export OSM_BUILD_CONTAINER=SO-
u
b
#
# this variable must be set to allow creating the build container in privileged mode
# this variable should be removed in the future when no privileged mode is required
...
...
@@ -29,7 +29,7 @@ export OSM_BUILD_CONTAINER=SO-build
#
# this variable holds the name of the container to be used to run a package
# if this container already exists, the run processes can skip the container build
export OSM_RUNTIME_CONTAINER=SO-
runtime
export OSM_RUNTIME_CONTAINER=SO-
ub
#
# this variable must be set to allow creating the runtime container in privileged mode
# this variable should be removed in the future when no privileged mode is required
...
...
This diff is collapsed.
Click to expand it.
jenkins/SO/start_build
+
1
−
1
View file @
0fae68d0
...
...
@@ -49,7 +49,7 @@ fi
INFO
"starting build"
make clean
||
FATAL
"make clean failed"
./BUILD.sh
./BUILD
_UB
.sh
RC
=
$?
...
...
This diff is collapsed.
Click to expand it.
jenkins/UI/SETTINGS
+
3
−
5
View file @
0fae68d0
...
...
@@ -17,13 +17,11 @@
# 24 June 2016 -- Jeremy Mordkoff -- Genesis
#
# this variable holds the name of the container image needed to build or run this product
export OSM_BASE_IMAGE=
fedora:20
export OSM_BASE_IMAGE=
ubuntu:16.04
#
# this variable holds the name of the container to be used to build a package
# if this container already exists, the build process can skip the container build
#
# THis is not a typo .. I want to use the same container as SO for now
export OSM_BUILD_CONTAINER=SO-build
export OSM_BUILD_CONTAINER=SO-ub
#
# this variable must be set to allow creating the build container in privileged mode
# this variable should be removed in the future when no privileged mode is required
...
...
@@ -31,7 +29,7 @@ export OSM_BUILD_CONTAINER=SO-build
#
# this variable holds the name of the container to be used to run a package
# if this container already exists, the run processes can skip the container build
export OSM_RUNTIME_CONTAINER=
UI-runtime
export OSM_RUNTIME_CONTAINER=
SO-ub
#
# this variable must be set to allow creating the runtime container in privileged mode
# this variable should be removed in the future when no privileged mode is required
...
...
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