summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-01-11 00:29:37 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-01-11 00:29:37 +0100
commit84b46b0b29deaca574f1f2cf7e7d97b1e71faa3f (patch)
tree868d8c23f252497e05e8fddeebdb707a6f5743bf
parente45d9e5ac7b3329cc028fa256daa15c485c8f09e (diff)
downloadhyperkitty-84b46b0b29deaca574f1f2cf7e7d97b1e71faa3f.tar.gz
hyperkitty-84b46b0b29deaca574f1f2cf7e7d97b1e71faa3f.tar.xz
hyperkitty-84b46b0b29deaca574f1f2cf7e7d97b1e71faa3f.zip
Move to git
-rw-r--r--.bzrignore4
-rw-r--r--.gitignore1
-rw-r--r--README.rst2
-rw-r--r--doc/development.rst4
-rw-r--r--doc/index.rst2
-rw-r--r--doc/install.rst2
-rw-r--r--hyperkitty.spec6
-rw-r--r--pylintrc2
8 files changed, 8 insertions, 15 deletions
diff --git a/.bzrignore b/.bzrignore
deleted file mode 100644
index b0b1a86..0000000
--- a/.bzrignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.egg-info
-doc/_build
-doc/_static
-dist
diff --git a/.gitignore b/.gitignore
index 9db9589..cb23a99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
*pyc
*.swp
*~
-.bzr
kittystore
logs
*.egg-info
diff --git a/README.rst b/README.rst
index 0fb79f9..139be58 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@ HyperKitty - Archiver for for GNU Mailman v3
HyperKitty is an open source Django application under development. It aims at
providing a web interface to access GNU Mailman archives.
-The code is available from: http://bzr.fedorahosted.org/bzr/hyperkitty/
+The code is available from: https://github.com/hyperkitty/hyperkitty
The documentation is located in the "doc" subfolder. It can be generated in
various formats thanks to `Sphinx`_. To generate the HTML documentation, run
diff --git a/doc/development.rst b/doc/development.rst
index da8ddcd..5d91443 100644
--- a/doc/development.rst
+++ b/doc/development.rst
@@ -28,11 +28,11 @@ Then download the components of HyperKitty::
cd kittystore
python setup.py develop
cd ..
- bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hyperkitty
+ git clone https://github.com/hyperkitty/hyperkitty.git
cd hyperkitty
python setup.py develop
cd ..
- bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hyperkitty_standalone
+ git clone https://github.com/hyperkitty/hyperkitty_standalone.git
.. Setting up the databases
diff --git a/doc/index.rst b/doc/index.rst
index 1936a49..4fc6c00 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -6,7 +6,7 @@ The HyperKitty Django app provides a web interface to access GNU Mailman v3
archives.
The project page is https://fedorahosted.org/hyperkitty/ and the code is
-available from http://bzr.fedorahosted.org/bzr/hyperkitty/ .
+available from https://github.com/hyperkitty/hyperkitty .
The authors are listed in the ``AUTHORS.txt`` file.
diff --git a/doc/install.rst b/doc/install.rst
index 59eb41b..c370b1f 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -26,7 +26,7 @@ Django site (project).
First, get the project directory from the source code management system::
- bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hyperkitty_standalone
+ git clone https://github.com/hyperkitty/hyperkitty_standalone.git
Second, change the database setting in ``hyperkitty_standalone/settings.py`` to
your preferred database. HyperKitty uses two databases, one to store the metadata
diff --git a/hyperkitty.spec b/hyperkitty.spec
index d6aab25..ac0bb25 100644
--- a/hyperkitty.spec
+++ b/hyperkitty.spec
@@ -8,7 +8,7 @@ Summary: A web interface to access GNU Mailman v3 archives
License: GPLv3
URL: https://fedorahosted.org/hyperkitty/
Source0: http://pypi.python.org/packages/source/H/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-# bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hyperkitty_standalone
+# git clone https://github.com/hyperkitty/hyperkitty_standalone.git
Source1: hyperkitty_standalone.tar.gz
BuildArch: noarch
@@ -31,8 +31,8 @@ Requires: kittystore
%description
HyperKitty is an open source Django application under development. It aims at
providing a web interface to access GNU Mailman archives.
-The code is available from: http://bzr.fedorahosted.org/bzr/hyperkitty/.
-The documentation can be browsed online at https://hyperkitty.readthedocs.org/.
+The code is available from: https://github.com/hyperkitty/hyperkitty .
+The documentation can be browsed online at https://hyperkitty.readthedocs.org .
%prep
%setup -q -n %{pypi_name}-%{version} -a 1
diff --git a/pylintrc b/pylintrc
index a1b8b4d..a057aff 100644
--- a/pylintrc
+++ b/pylintrc
@@ -12,9 +12,7 @@ profile=no
# Add <file or directory> to the black list. It should be a base name, not a
# path. You may set this option multiple times.
-ignore=CVS
ignore=.git
-ignore=.bzr
# Pickle collected data for later comparisons.
persistent=yes