Skip to content

Commit

Permalink
Preparing to move development to git
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Grönlund committed Apr 3, 2014
1 parent 7bff3b7 commit 6812ad2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion crm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion crmsh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
# [email protected] -- enable atomic CIB updates here, because our
Expand Down
17 changes: 8 additions & 9 deletions doc/development.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
= 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!

== Tools ==

++++
<ul class="nav">
<li><a href="https://savannah.nongnu.org/projects/crmsh/"><i class="fa fa-gears fa-3x fa-fw"></i> Project Page</a></li>
<li><a href="http://hg.savannah.nongnu.org/hgweb/crmsh/"><i class="fa fa-archive fa-3x fa-fw"></i> Source Repository</a></li>
<li><a href="https://github.com/crmsh/crmsh"><i class="fa fa-archive fa-3x fa-fw"></i> Source Repository</a></li>
<li><a href="http://lists.linux-ha.org/mailman/listinfo/linux-ha"><i class="fa fa-envelope fa-3x fa-fw"></i> Mailing List</a></li>
<li><a href="https://savannah.nongnu.org/bugs/?group=crmsh"><i class="fa fa-bug fa-3x fa-fw"></i> Issue Tracker</a></li>
<li><a href="https://github.com/crmsh/crmsh/issues"><i class="fa fa-bug fa-3x fa-fw"></i> Issue Tracker</a></li>
<li><a href="irc://freenode.net/#linux-ha"><i class="fa fa-comments fa-3x fa-fw"></i> IRC: #linux-ha</a></li>
</ul>
++++

== 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
Expand Down

0 comments on commit 6812ad2

Please sign in to comment.