Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vagrant-boxen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Maślanka
vagrant-boxen
Commits
1a5a1c14
There was a problem fetching the pipeline stages.
Commit
1a5a1c14
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into henrietta
parents
cdbeb651
f06f4501
No related branches found
No related tags found
No related merge requests found
Pipeline
#646
canceled with stages
in 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SkeletonVagrantfile
+2
-0
2 additions, 0 deletions
SkeletonVagrantfile
wynurz.sh
+5
-1
5 additions, 1 deletion
wynurz.sh
with
7 additions
and
1 deletion
SkeletonVagrantfile
+
2
−
0
View file @
1a5a1c14
...
@@ -5,8 +5,10 @@ Vagrant.configure("2") do |config|
...
@@ -5,8 +5,10 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |v|
config.vm.provider "virtualbox" do |v|
v.memory = 1260
v.memory = 1260
v.cpus = 3
v.cpus = 3
config.vm.synced_folder "/var/www/html/dev/misc", "/wynurz-utils", :mount_options => ["ro"]
end
end
config.vm.provision "shell", inline: <<-SHELL
config.vm.provision "shell", inline: <<-SHELL
apt-get update
apt-get update
apt-get install curl
apt-get install curl
...
...
This diff is collapsed.
Click to expand it.
wynurz.sh
+
5
−
1
View file @
1a5a1c14
...
@@ -32,7 +32,11 @@ fi
...
@@ -32,7 +32,11 @@ fi
if
[
$1
==
"jdk"
]
;
then
if
[
$1
==
"jdk"
]
;
then
cd
/home/vagrant
cd
/home/vagrant
wget
-nv
http://dev.dms-serwis.com.pl/misc/jdk-8u121-linux-x64.tar.gz
if
[
-e
"/wynurz-utils/jdk-8u121-linux-x64.tar.gz"
]
;
then
ln
-s
/wynurz-utils/jdk-8u121-linux-x64.tar.gz /home/vagrant/jdk-8u121-linux-x64.tar.gz
else
wget
-nv
http://dev.dms-serwis.com.pl/misc/jdk-8u121-linux-x64.tar.gz
fi
;
tar
xzf jdk-8u121-linux-x64.tar.gz
tar
xzf jdk-8u121-linux-x64.tar.gz
rm
-f
jdk-8u121-linux-x64.tar.gz
rm
-f
jdk-8u121-linux-x64.tar.gz
update-alternatives
--install
/usr/bin/java java /home/vagrant/jdk1.8.0_121/bin/java 100
update-alternatives
--install
/usr/bin/java java /home/vagrant/jdk1.8.0_121/bin/java 100
...
...
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