This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, seventeen has been updated via 6cc8832e28a71b807063be71586f3853c233ab32 (commit) via 2fa7ff4e0d9434254ab7b10fd987de6dfe5a8ee7 (commit) from a5c99abe185bb8429149f4eadc1ce8244d3f6130 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6cc8832e28a71b807063be71586f3853c233ab32 Author: David Kleuker dkl@basecom.de Date: Mon Nov 3 17:43:25 2014 +0100
fix typo
commit 2fa7ff4e0d9434254ab7b10fd987de6dfe5a8ee7 Author: David Kleuker dkl@basecom.de Date: Mon Nov 3 17:33:27 2014 +0100
use bash instead of sh
-----------------------------------------------------------------------
Summary of changes: config/xen-image/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/xen-image/README b/config/xen-image/README index 5318673..a23491f 100644 --- a/config/xen-image/README +++ b/config/xen-image/README @@ -21,5 +21,5 @@ other usefull commands from the Dom0:
This script can also build a Citrix XenCenter xva image. (Need xz-aware xen version. Tested with Citrix Xen Server 6.2.5 beta) -- run "XEN_IMG_TYPE=xva sh xen-image-maker.sh" to build an xva image. -- import the vm with "xe vm-import file=ipfire.xfa" +- run "XEN_IMG_TYPE=xva bash xen-image-maker.sh" to build an xva image. +- import the vm with "xe vm-import file=ipfire.xva"
hooks/post-receive -- IPFire 2.x development tree