From patchwork Fri Jan 23 23:05:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 432326 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 88E1E1402B0 for ; Sat, 24 Jan 2015 10:06:05 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1883D93612; Fri, 23 Jan 2015 23:06:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XoITODDvSNAm; Fri, 23 Jan 2015 23:06:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 55AA39356C; Fri, 23 Jan 2015 23:06:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 204651C2930 for ; Fri, 23 Jan 2015 23:06:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1B59C93486 for ; Fri, 23 Jan 2015 23:06:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YT1ryIm07+3H for ; Fri, 23 Jan 2015 23:05:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by hemlock.osuosl.org (Postfix) with ESMTPS id 150D49304F for ; Fri, 23 Jan 2015 23:05:59 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id h11so161181wiw.0 for ; Fri, 23 Jan 2015 15:05:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=VG0JnKuYto+M2ac/uIr8jAwmnbJ8XR/wZCwxxr7SNUs=; b=xJl+mN4O2XZM/6N805Pf8/92niZ1EuWf71AAqw2RCBVE7bM6Je4X0xqTRNrWdXwM1U 4P/kOm8qH5zMxq0U1QLRukDErgqHD2deUTKBncUq2CxTbQnfBGF7BBZjJZ+7hECchRX5 YqgzBcqV7YSgl8lxInvfAT1XbOsb5UEvctZGXweFhNdDs/R8oz70gNugI61vZx9M81K4 6HSbDD0+8pmQgZxU/7KVAr6fGPfxGTDaL9kznnUtzXNKWLgQvCe/XiWyOs+QCOcTCCdx 0jDCUGKp7ULfcCJcWEwLZR+8RZL3b1LmGerXj0UyvxrM+/pvbe9sVHEX43t3gJn0qOHZ co6A== X-Received: by 10.194.120.40 with SMTP id kz8mr18653167wjb.21.1422054357768; Fri, 23 Jan 2015 15:05:57 -0800 (PST) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id gl11sm3961327wjc.40.2015.01.23.15.05.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 23 Jan 2015 15:05:56 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 24 Jan 2015 00:05:54 +0100 Message-Id: <80599fbbc0b35a4caec0ce971940322c388cd3a3.1422054324.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" , Peter Korsgaard Subject: [Buildroot] [PATCH 1/2 v2] docs: prepare moving the website X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This commit just creates a symlink so the website is now accessible from both docs/ and docs/website/. This allows us to have the website now officially in docs/website, while still keep backward compatibility with the current scripts that update the website. Once those scripts have been updated, we'll be able to truly move the website to docs/website/ for good. All without any perceived downtime or missed updated on the website! :-) After an idea from Peter. Signed-off-by: "Yann E. MORIN" Cc: Peter Korsgaard Acked-by: Thomas De Schampheleire --- Changes v1 -> v2: - fix typo in title (Thomas DP) --- docs/website | 1 + 1 file changed, 1 insertion(+) create mode 120000 docs/website \ No newline at end of file diff --git a/docs/website b/docs/website new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/docs/website @@ -0,0 +1 @@ +.