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:
parent
e59ad34e04
commit
971361ec66
@ -15,7 +15,7 @@
|
||||
ASCIIDOC ?= asciidoc
|
||||
ASCIIDOC_EXTRA ?=
|
||||
SVN ?= svn
|
||||
PUB_ROOT ?= https://gerrit.googlecode.com/svn/documentation
|
||||
PUB_ROOT ?= https://gerrit-documentation.googlecode.com/svn/Documentation
|
||||
|
||||
all: html
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
ASCIIDOC ?= asciidoc
|
||||
ASCIIDOC_EXTRA ?=
|
||||
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))
|
||||
COMMIT := $(shell git describe HEAD | sed s/^v//)
|
||||
|
9
pom.xml
9
pom.xml
@ -809,12 +809,7 @@ limitations under the License.
|
||||
|
||||
<repository>
|
||||
<id>gerrit-maven-repository</id>
|
||||
<url>http://gerrit.googlecode.com/svn/mavenrepo/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>gerrit-snapshot-repository</id>
|
||||
<url>http://gerrit.googlecode.com/svn/mavenrepo/snapshots/</url>
|
||||
<url>https://gerrit-maven-repository.googlecode.com/svn/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
@ -824,7 +819,7 @@ limitations under the License.
|
||||
|
||||
<repository>
|
||||
<id>gson</id>
|
||||
<url>http://google-gson.googlecode.com/svn/mavenrepo/</url>
|
||||
<url>https://google-gson.googlecode.com/svn/mavenrepo/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
|
Loading…
x
Reference in New Issue
Block a user