mirror of https://github.com/apache/cassandra
Update URLs for gitbox.apache.org migration
This commit is contained in:
parent
d5005627b0
commit
0d81fca44e
|
|
@ -1,7 +1,7 @@
|
|||
# Apache Cassandra and Pull Requests
|
||||
|
||||
Apache Cassandra doesn't use GitHub pull requests as part of the development process.
|
||||
In fact, this repository is a GitHub mirror of [the official repo](https://git-wip-us.apache.org/repos/asf/cassandra.git). The development team has no control over it. We cannot merge or close any pull requests opened for the apache/cassandra repository, so please don't open them.
|
||||
In fact, this repository is a GitHub mirror of [the official repo](https://gitbox.apache.org/repos/asf/cassandra.git). The development team has no control over it. We cannot merge or close any pull requests opened for the apache/cassandra repository, so please don't open them.
|
||||
|
||||
# How to Contribute
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
<property name="base.version" value="4.0"/>
|
||||
<property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
|
||||
<property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
|
||||
<property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
|
||||
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>
|
||||
|
||||
<!-- directory details -->
|
||||
<property name="basedir" value="."/>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ Maintainer: Eric Evans <eevans@apache.org>
|
|||
Uploaders: Sylvain Lebresne <slebresne@apache.org>
|
||||
Build-Depends: debhelper (>= 5), openjdk-8-jdk | java8-jdk, ant (>= 1.9), ant-optional (>= 1.9), dh-python, python-dev (>= 2.7), quilt, bash-completion
|
||||
Homepage: http://cassandra.apache.org
|
||||
Vcs-Git: http://git-wip-us.apache.org/repos/asf/cassandra.git
|
||||
Vcs-Browser: https://git-wip-us.apache.org/repos/asf?p=cassandra.git
|
||||
Vcs-Git: https://gitbox.apache.org/repos/asf/cassandra.git
|
||||
Vcs-Browser: https://gitbox.apache.org/repos/asf?p=cassandra.git
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: cassandra
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ Getting started with Cassandra and IntelliJ IDEA or Eclipse is simple, once you
|
|||
|
||||
The source code for Cassandra is shared through the central Apache Git repository and organized by different branches. You can access the code for the current development branch through git as follows::
|
||||
|
||||
git clone http://git-wip-us.apache.org/repos/asf/cassandra.git cassandra-trunk
|
||||
git clone https://gitbox.apache.org/repos/asf/cassandra.git cassandra-trunk
|
||||
|
||||
Other branches will point to different versions of Cassandra. Switching to a different branch requires checking out the branch by its name::
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ Fill out the following email template and send to the dev mailing list::
|
|||
|
||||
sha1: <git-sha>
|
||||
|
||||
Git: http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/<version>-tentative
|
||||
Git: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/<version>-tentative
|
||||
|
||||
Artifacts: https://repository.apache.org/content/repositories/orgapachecassandra-<nexus-id>/org/apache/cassandra/apache-cassandra/<version>/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue