EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 8149da68 authored by Marko Locher's avatar Marko Locher
Browse files

added rpmbuild share, added build dependencies for eox-release rpm (which are none) ;)

parent c94f04f4
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ Vagrant::Config.run do |config|
# an identifier, the second is the path on the guest to mount the
# folder, and the third is the path on the host to the actual folder.
# config.vm.share_folder "v-data", "/vagrant_data", "../data"
config.vm.share_folder "rpmbuild", "/var/lib/mockbuild/rpmbuild", "rpmbuild"
# Enable provisioning with Puppet stand alone. Puppet manifests
# are contained in a directory path relative to this Vagrantfile.
......
......@@ -2,3 +2,4 @@
# include mockbuild module from
# https://github.com/jeffmccune/jeffmccune-mockbuild
include mockbuild
include eox-release
\ No newline at end of file
class eox-release {
# build dependencies for the eox-release rpm: none ;)
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment