EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Vagrant
Builder
Commits
9b72137f
Commit
9b72137f
authored
11 years ago
by
Stephan
Browse files
Options
Downloads
Patches
Plain Diff
Adding vagrant-cachier and updating to latest CentOS 6.4 box.
parent
369e0a9a
No related branches found
No related tags found
1 merge request
!12
gdal -> gdal-eox & vagrant-cachier
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+5
-2
5 additions, 2 deletions
Vagrantfile
with
5 additions
and
2 deletions
Vagrantfile
+
5
−
2
View file @
9b72137f
...
@@ -16,11 +16,11 @@ Vagrant.configure("2") do |config|
...
@@ -16,11 +16,11 @@ Vagrant.configure("2") do |config|
# please see the online documentation at vagrantup.com.
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
# Every Vagrant virtual environment requires a box to build off of.
config
.
vm
.
box
=
"centos64"
config
.
vm
.
box
=
"centos
-6.4-x86_
64"
# The url from where the 'config.vm.box' box will be fetched if it
# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
# doesn't already exist on the user's system.
config
.
vm
.
box_url
=
"http://downloads.eox.at/boxes/centos64.box"
config
.
vm
.
box_url
=
"http://downloads.eox.at/boxes/centos
-6.4-x86_
64.box"
config
.
vm
.
hostname
=
"builder-rpm-vagrant"
config
.
vm
.
hostname
=
"builder-rpm-vagrant"
...
@@ -48,6 +48,9 @@ Vagrant.configure("2") do |config|
...
@@ -48,6 +48,9 @@ Vagrant.configure("2") do |config|
config
.
vm
.
synced_folder
"build/RPMS"
,
"/home/vagrant/rpmbuild/RPMS"
config
.
vm
.
synced_folder
"build/RPMS"
,
"/home/vagrant/rpmbuild/RPMS"
config
.
vm
.
synced_folder
"build/SRPMS"
,
"/home/vagrant/rpmbuild/SRPMS"
config
.
vm
.
synced_folder
"build/SRPMS"
,
"/home/vagrant/rpmbuild/SRPMS"
# Use package caching https://github.com/fgrehm/vagrant-cachier
config
.
cache
.
auto_detect
=
true
# Provider-specific configuration so you can fine-tune various
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
# backing providers for Vagrant. These expose provider-specific options.
# View the documentation for the provider you're using for more
# View the documentation for the provider you're using for more
...
...
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