From koha-patches-bounces@lists.koha-community.org Sat Dec 18 01:23:15 2010 Return-Path: X-Original-To: chrisc@catalyst.net.nz Delivered-To: chrisc@catalyst.net.nz Received: from localhost (localhost [127.0.0.1]) by mail.catalyst.net.nz (Postfix) with ESMTP id 919F5320E6; Sat, 18 Dec 2010 01:23:15 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at catalyst.net.nz Received: from mail.catalyst.net.nz ([127.0.0.1]) by localhost (bertrand.catalyst.net.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z3-stUyNXfLt; Sat, 18 Dec 2010 01:23:13 +1300 (NZDT) Received: from eliot.biblibre.com (eliot.biblibre.com [188.165.204.78]) by mail.catalyst.net.nz (Postfix) with ESMTPS id 01BE6320AB; Sat, 18 Dec 2010 01:23:12 +1300 (NZDT) Received: from eliot.biblibre.com (localhost.localdomain [127.0.0.1]) by eliot.biblibre.com (Postfix) with ESMTP id 7E07946F51; Fri, 17 Dec 2010 13:23:10 +0100 (CET) X-Original-To: koha-patches@lists.koha-community.org Delivered-To: koha-patches_lists.koha-community.org@eliot.biblibre.com Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by eliot.biblibre.com (Postfix) with ESMTP id 3DAB546640 for ; Fri, 17 Dec 2010 03:57:53 +0100 (CET) Received: by gxk8 with SMTP id 8so123903gxk.41 for ; Thu, 16 Dec 2010 18:57:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references:content-type; bh=71oaFu3z1uQI1tDuKfR3x0N/wjMkzDWFnbOpjQtQGKM=; b=epGqKjXR58V6YBGN3EBPhrhHfeRo2iyL4aUOIw4OjWsDQ3CAcxupdhD/Qq89gB6npm ISVzIJJeYUlq2T4UIEsqrugIue7kMPpRcqyqxEmamTjKTihHRXtcqnQB4s22izs8TTQJ pVFVPFV6Y1xhzi2TrJlMcASnkLI8Ox/iZGq68= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :content-type; b=jCNp+Zvx+ExAQD93hTrpK7gz2R0Z4PbMxKzPwZnZT+njB/SyVCVOionFgXRISNQ+1Y 0FWlPJt1cFFgEhWLde3tiDZ0mT3pfubx9PavPoa9Wk0SsTSzfeDR+oGJ3E+elXPKzwYT qb4hWL89MHFeEgVLqRj9SQuqbE+WCoDa+xD34= Received: by 10.151.142.4 with SMTP id u4mr2046666ybn.65.1292554672047; Thu, 16 Dec 2010 18:57:52 -0800 (PST) Received: from localhost.localdomain ([72.252.160.136]) by mx.google.com with ESMTPS id q33sm2076644yba.7.2010.12.16.18.57.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Dec 2010 18:57:50 -0800 (PST) From: Edward Allen To: koha-patches@lists.koha-community.org Date: Thu, 16 Dec 2010 21:57:19 -0500 Message-Id: <1292554639-13405-1-git-send-email-ybeddyj@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: References: X-Mailman-Approved-At: Fri, 17 Dec 2010 13:23:08 +0100 Cc: Edward Allen Subject: [Koha-patches] [PATCH] bug 5516: Corrected git url in Install Documentation Corrected the git clone url for INSTALL.ubuntu, INSTALL.ubuntu.lucid X-BeenThere: koha-patches@lists.koha-community.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches submitted to Koha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: koha-patches-bounces@lists.koha-community.org Errors-To: koha-patches-bounces@lists.koha-community.org Content-Length: 1433 --- INSTALL.ubuntu | 2 +- INSTALL.ubuntu.lucid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 3a33799..58220ca 100644 --- a/INSTALL.ubuntu +++ b/INSTALL.ubuntu @@ -52,7 +52,7 @@ Run the following command to update your system: 1.4.1 Option A: Download Koha via Git (optional) $ sudo apt-get install git-core git-email - $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone + $ git clone git://git.koha-community.org/koha.git kohaclone $ cd kohaclone $ git checkout -b myinstall origin diff --git a/INSTALL.ubuntu.lucid b/INSTALL.ubuntu.lucid index 0ee096e..4d77227 100644 --- a/INSTALL.ubuntu.lucid +++ b/INSTALL.ubuntu.lucid @@ -45,7 +45,7 @@ IMPORTANT: You _MUST_ follow all the steps outlined there for 1.3.1 Option A: Download Koha via Git (optional) $ sudo apt-get install git-core git-email - $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone + $ git clone git://git.koha-community.org/koha.git kohaclone $ cd kohaclone $ git checkout -b myinstall origin -- 1.7.1 _______________________________________________ Koha-patches mailing list Koha-patches@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/