You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated build commands, set the revision based on the date of the latest commit and set the dependencies based on the variables of the provisioning files
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,13 @@ To build a RPM package run the following command at the root of the git reposito
61
61
you will get the rpm package and the source files of the package in the ``bin``
62
62
directory.
63
63
64
+
This command has been tested in a linux environment, to ensure that this process
65
+
runs fine, exec it inside a linux box with Docker support.
66
+
67
+
_Note: It should work in the new Docker for Windows/OSX, because it use a third
68
+
directory to build the application and the rpm, and finally copy the package to
69
+
the directory of the repository, but it hasn't been tested jet._
70
+
64
71
# Setting Up a Virtual Machine
65
72
66
73
This repository contains content that will allow you to automatically provision a development VM. A [Vagrantfile](http://docs.vagrantup.com/v2/vagrantfile/) is provided that downloads a [Fedora Vagrant box](https://github.com/idi-ops/packer-fedora), starts a VM, and deploys the GPII Framework on it.
0 commit comments