Support for Xen
Signed-off-by: Daniel P. Smith <dpsmith@apertussolutions.com>
This commit is contained in:
parent
75762d3be4
commit
451d08aa60
1 changed files with 13 additions and 0 deletions
13
projects/xen.sh
Normal file
13
projects/xen.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Xen hypervisor
|
||||||
|
|
||||||
|
version_dir()
|
||||||
|
{
|
||||||
|
grep "^RELEASE" |
|
||||||
|
sed -e 's/^RELEASE-/v/';
|
||||||
|
}
|
||||||
|
|
||||||
|
version_rev()
|
||||||
|
{
|
||||||
|
grep "^v" |
|
||||||
|
sed -e 's/^v/RELEASE-/';
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue