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
Merge requests
!1
Update run.sh
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update run.sh
master
into
henrietta
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Piotr Maślanka
requested to merge
master
into
henrietta
8 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
henrietta
henrietta (base)
and
latest version
latest version
45b04526
1 commit,
8 years ago
1 file
+
2
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
run.sh
+
2
−
9
Options
@@ -5,16 +5,9 @@ shutdown -h +60 "Timeout on VM creation"
if
[
-e
"/vagrant/build.sh"
]
;
then
cp
-f
/vagrant/build.sh ~/build.sh
echo
"""
wait"""
>>
~/build.sh
bash ~/build.sh
bash /vagrant/build.sh
fi
if
[
-e
"/vagrant/build_as_vagrant.sh"
]
;
then
cp
-f
/vagrant/build_as_vagrant.sh ~/build_as_vagrant.sh
echo
"""
wait"""
>>
~/build_as_vagrant.sh
sudo
-H
-u
vagrant
--
bash ~/build_as_vagrant.sh
bash /vagrant/build_as_vagrant.sh
fi
Loading