WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] tools: fix permissions of git-checkout.sh

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] tools: fix permissions of git-checkout.sh
From: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Date: Tue, 13 Sep 2011 14:53:47 +0100
Delivery-date: Tue, 13 Sep 2011 06:54:39 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I have just applied this.  The permissions of scripts/git-checkout.sh
aren't visible below; what I did was just chmod +x.

Ian.

# HG changeset patch
# User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
# Date 1315921942 -3600
# Node ID e564f2f1b737bc756410b34d886a15711caa288a
# Parent  64aab9a077ea937b31fd678b02f755139b924184
tools: fix permissions of git-checkout.sh

23828:0d21b68f528b introduced a new scripts/git-checkout.sh, but it
had the wrong permissions.  chmod +x it, and add a blank line at the
end to make sure it actually gets updated.

Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>

diff -r 64aab9a077ea -r e564f2f1b737 scripts/git-checkout.sh
--- a/scripts/git-checkout.sh   Tue Sep 13 11:20:57 2011 +0100
+++ b/scripts/git-checkout.sh   Tue Sep 13 14:52:22 2011 +0100
@@ -44,3 +44,4 @@ elif test -f $ROOT/configure; then
                --disable-kvm \
                $IOEMU_CONFIGURE_CROSS
 fi
+

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] tools: fix permissions of git-checkout.sh, Ian Jackson <=