[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Make the check script log to /tmp instead of the working directory. This
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID c76a8c8b7132bf2c20c1a269739c25bd7fdccbff # Parent 3125305ac8b1f2e34309f9b6b44f16793fe6c21e Make the check script log to /tmp instead of the working directory. This allows us to install from a read-only file system (such as a cdrom). Signed-off-by: Anthony Liguori <aliguori@xxxxxxxxxx> diff -r 3125305ac8b1 -r c76a8c8b7132 tools/check/chk --- a/tools/check/chk Fri Sep 2 07:55:22 2005 +++ b/tools/check/chk Fri Sep 2 07:55:45 2005 @@ -17,14 +17,14 @@ case $1 in build) check="CHECK-BUILD" - info=".chkbuild" + info="/tmp/xen.chkbuild" ;; install) check="CHECK-INSTALL" - info=".chkinstall" + info="/tmp/xen.chkinstall" ;; clean) - rm -f .chkbuild .chkinstall + rm -f /tmp/xen.chkbuild /tmp/xen.chkinstall exit 0 ;; *) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |