Move maven repository and documentation

This frees up the main gerrit project on Google Code for just the
sources, allowing us to switch the version control system to Git
and maintain a copy of Gerrit at the Gerrit project.

Change-Id: Ib33bbff8682d0d865e65b3801ba8910bacae4eda
This commit is contained in:
Shawn O. Pearce
2011-09-05 15:09:10 -07:00
parent e59ad34e04
commit 971361ec66
3 changed files with 4 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
ASCIIDOC ?= asciidoc ASCIIDOC ?= asciidoc
ASCIIDOC_EXTRA ?= ASCIIDOC_EXTRA ?=
SVN ?= svn SVN ?= svn
PUB_ROOT ?= https://gerrit.googlecode.com/svn/documentation PUB_ROOT ?= https://gerrit-documentation.googlecode.com/svn/Documentation
all: html all: html

View File

@@ -15,7 +15,7 @@
ASCIIDOC ?= asciidoc ASCIIDOC ?= asciidoc
ASCIIDOC_EXTRA ?= ASCIIDOC_EXTRA ?=
SVN ?= svn SVN ?= svn
PUB_ROOT ?= https://gerrit.googlecode.com/svn/ReleaseNotes PUB_ROOT ?= https://gerrit-documentation.googlecode.com/svn/ReleaseNotes
DOC_HTML := $(patsubst %.txt,%.html,$(wildcard ReleaseNotes*.txt)) DOC_HTML := $(patsubst %.txt,%.html,$(wildcard ReleaseNotes*.txt))
COMMIT := $(shell git describe HEAD | sed s/^v//) COMMIT := $(shell git describe HEAD | sed s/^v//)

View File

@@ -809,12 +809,7 @@ limitations under the License.
<repository> <repository>
<id>gerrit-maven-repository</id> <id>gerrit-maven-repository</id>
<url>http://gerrit.googlecode.com/svn/mavenrepo/</url> <url>https://gerrit-maven-repository.googlecode.com/svn/</url>
</repository>
<repository>
<id>gerrit-snapshot-repository</id>
<url>http://gerrit.googlecode.com/svn/mavenrepo/snapshots/</url>
</repository> </repository>
<repository> <repository>
@@ -824,7 +819,7 @@ limitations under the License.
<repository> <repository>
<id>gson</id> <id>gson</id>
<url>http://google-gson.googlecode.com/svn/mavenrepo/</url> <url>https://google-gson.googlecode.com/svn/mavenrepo/</url>
</repository> </repository>
<repository> <repository>