forked from xapi-project/xenopsd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request xapi-project#9 from djs55/first-release
Add the standard files.
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
0.9.0 (3-Jun-2013): | ||
* first public release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
The simplest way to install is via opam: | ||
|
||
opam init | ||
opam remote add xen-org git://github.com/xen-org/opam-repo-dev | ||
opam install squeezed | ||
|
||
To build by hand first install dependencies: | ||
|
||
* OCaml | ||
* findlib | ||
* stdext | ||
* syslog | ||
* re | ||
* xcp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
How to submit changes to this project | ||
===================================== | ||
|
||
Please submit changes as pull requests to the repository on github. | ||
Please ensure that all changes have descriptive commit comments and | ||
include a Signed-off-by: line. | ||
|
||
Maintainers list | ||
---------------- | ||
|
||
* David Scott <[email protected]> | ||
|