From 6812ad2d636439e6a63b12e13ede3d28d8a44ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= Date: Thu, 3 Apr 2014 17:28:45 +0200 Subject: [PATCH] Preparing to move development to git --- README | 12 ++++++------ crm | 2 +- crmsh.spec | 2 +- doc/development.txt | 17 ++++++++--------- 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/README b/README index 6785823ca7..6137917a47 100644 --- a/README +++ b/README @@ -13,23 +13,23 @@ used in batch mode to execute commands from files. The website for crmsh is: - * http://crmsh.nongnu.org/ + * http://crmsh.github.io/ Documentation for the latest stable release is found at: - * http://crmsh.nongnu.org/documentation.html + * http://crmsh.github.io/documentation.html # DEVELOPMENT crmsh is implemented in Python. The source code for crmsh is kept in a -Mercurial source repository. To check out the latest development -version, install Mercurial and run this command: +git source repository. To check out the latest development +version, install git and run this command: - hg clone http://hg.savannah.nongnu.org/hgweb/crmsh/ + git clone https://github.com/crmsh/crmsh Bugs and issues can be reported here: - * https://savannah.nongnu.org/bugs/?group=crmsh + * https://github.com/crmsh/crmsh/issues Any other questions or comments can be made on the linux-ha mailing list at: diff --git a/crm b/crm index cef8292e0d..123f063f9f 100755 --- a/crm +++ b/crm @@ -49,7 +49,7 @@ PYTHONPATH and make sure that the crmsh module is reachable. Please file an issue describing your installation at -http://crmsh.nongnu.org/ . +https://github.com/crmsh/crmsh/issues/ . ''' % (msg, msg2)) sys.exit(-1) diff --git a/crmsh.spec b/crmsh.spec index 2e0556e102..9c1ce76fda 100644 --- a/crmsh.spec +++ b/crmsh.spec @@ -43,7 +43,7 @@ License: GPL-2.0+ Group: %{pkg_group} Version: 2.0 Release: %{?crmsh_release}%{?dist} -Url: http://savannah.nongnu.org/projects/crmsh +Url: http://crmsh.github.io Source0: crmsh.tar.bz2 # PATCH-FEATURE-OPENSUSE crmsh-cibadmin_can_patch.patch # dejan@suse.de -- enable atomic CIB updates here, because our diff --git a/doc/development.txt b/doc/development.txt index 25e8b27506..5638697dd2 100644 --- a/doc/development.txt +++ b/doc/development.txt @@ -1,6 +1,6 @@ = Development = -`crmsh` is a free software project, and is open to contributors. +`crmsh` is a free software project, and is open to contributors. Patches, comments, documentation, testing and so on are all very much welcome! @@ -8,23 +8,22 @@ all very much welcome! ++++ ++++ == Building crmsh == -The source code for `crmsh` is kept in a -http://mercurial.selenic.com[Mercurial] repository -hosted at http://nongnu.org[nongnu]. Use the -command-line tool +hg+ to get a working copy: +The source code for `crmsh` is kept in a +http://git-scm.com/[git] repository +hosted at https://github.com[github]. Use the +command-line tool +git+ to get a working copy: ---- -hg clone http://hg.savannah.nongnu.org/hgweb/crmsh/ +git clone https://github.com/crmsh/crmsh.git ---- `crmsh` needs the source code to `cluster-glue` and `pacemaker` when