From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-catalyst+bounces-3057-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 7D01B13919D
	for <garchives@archives.gentoo.org>; Sat, 11 Jan 2014 19:39:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4787CE0AE8;
	Sat, 11 Jan 2014 19:39:30 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D101BE0AE8
	for <gentoo-catalyst@lists.gentoo.org>; Sat, 11 Jan 2014 19:39:29 +0000 (UTC)
Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	(Authenticated sender: dolsen)
	by smtp.gentoo.org (Postfix) with ESMTPSA id BFF3E33DF72
	for <gentoo-catalyst@lists.gentoo.org>; Sat, 11 Jan 2014 19:39:28 +0000 (UTC)
From: Brian Dolbec <dolsen@gentoo.org>
To: gentoo-catalyst@lists.gentoo.org
Subject: [gentoo-catalyst] Make the checkout code runnable
Date: Sat, 11 Jan 2014 11:35:10 -0800
Message-Id: <1389468912-28859-1-git-send-email-dolsen@gentoo.org>
X-Mailer: git-send-email 1.8.3.2
Precedence: bulk
List-Post: <mailto:gentoo-catalyst@lists.gentoo.org>
List-Help: <mailto:gentoo-catalyst+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-catalyst+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-catalyst+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-catalyst.gentoo.org>
X-BeenThere: gentoo-catalyst@lists.gentoo.org
Reply-to: gentoo-catalyst@lists.gentoo.org
X-Archives-Salt: f1a07b17-e52f-4ce3-924c-70568d0c23f3
X-Archives-Hash: 32cd9b7140a696acb74eaef29105bd6c


These two commits change the mode of all target/*.sh scripts and the one build.py.
This makes the checkout code easily runnable directly from the checkout to test code changes just made.