Skip to content

Commit

Permalink
Merge pull request xapi-project#9 from djs55/first-release
Browse files Browse the repository at this point in the history
Add the standard files.
  • Loading branch information
djs55 committed Jun 5, 2013
2 parents 5805903 + 1d9115a commit 170b994
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0.9.0 (3-Jun-2013):
* first public release

14 changes: 14 additions & 0 deletions INSTALL
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
12 changes: 12 additions & 0 deletions MAINTAINERS
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]>

0 comments on commit 170b994

Please sign in to comment.