1
0
mirror of synced 2026-04-29 21:36:55 +00:00

Added a README.source explaining how to build xen-tools directly from the Mercurial repository

This commit is contained in:
Axel Beckert
2010-04-09 02:09:58 +02:00
parent a08b06726a
commit ac4ebe6246
2 changed files with 11 additions and 0 deletions

9
debian/README.source vendored Normal file
View File

@@ -0,0 +1,9 @@
How to build xen-tools directly from the Mercurial repository?
==============================================================
$ hg clone http://noone.org/hg/xen-tools/
$ cd xen-tools
$ make orig-tar-gz
$ debuild -i'^\.hg'
-- Axel Beckert <abe@debian.org>, Fri, 9 Apr 2010 02:06:24 +0200