Remove textual references to gwtorm
Change-Id: Ia70a90862f6b5eab481d48c7ca96095a4ab2e2a5
This commit is contained in:
@@ -122,16 +122,16 @@ List visible projects:
|
|||||||
$ ssh -p 29418 review.example.com gerrit ls-projects
|
$ ssh -p 29418 review.example.com gerrit ls-projects
|
||||||
platform/manifest
|
platform/manifest
|
||||||
tools/gerrit
|
tools/gerrit
|
||||||
tools/gwtorm
|
tools/gitiles
|
||||||
|
|
||||||
$ curl http://review.example.com/projects/
|
$ curl http://review.example.com/projects/
|
||||||
platform/manifest
|
platform/manifest
|
||||||
tools/gerrit
|
tools/gerrit
|
||||||
tools/gwtorm
|
tools/gitiles
|
||||||
|
|
||||||
$ curl http://review.example.com/projects/tools/
|
$ curl http://review.example.com/projects/tools/
|
||||||
tools/gerrit
|
tools/gerrit
|
||||||
tools/gwtorm
|
tools/gitiles
|
||||||
----
|
----
|
||||||
|
|
||||||
Clone any project visible to the user:
|
Clone any project visible to the user:
|
||||||
|
@@ -374,16 +374,16 @@ repository has precedence.
|
|||||||
|
|
||||||
== Building against unpublished Maven JARs
|
== Building against unpublished Maven JARs
|
||||||
|
|
||||||
To build against unpublished Maven JARs, like gwtorm or PrologCafe, the custom
|
To build against unpublished Maven JARs, like PrologCafe, the custom JARs must
|
||||||
JARs must be installed in the local Maven repository (`mvn clean install`) and
|
be installed in the local Maven repository (`mvn clean install`) and
|
||||||
`maven_jar()` must be updated to point to the `MAVEN_LOCAL` Maven repository for
|
`maven_jar()` must be updated to point to the `MAVEN_LOCAL` Maven repository for
|
||||||
that artifact:
|
that artifact:
|
||||||
|
|
||||||
[source,python]
|
[source,python]
|
||||||
----
|
----
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'gwtorm',
|
name = 'prolog-runtime',
|
||||||
artifact = 'gwtorm:gwtorm:42',
|
artifact = 'com.googlecode.prolog-cafe:prolog-runtime:42',
|
||||||
repository = MAVEN_LOCAL,
|
repository = MAVEN_LOCAL,
|
||||||
)
|
)
|
||||||
----
|
----
|
||||||
|
@@ -91,7 +91,7 @@ Jar.
|
|||||||
|
|
||||||
* `gerrit-maven`:
|
* `gerrit-maven`:
|
||||||
+
|
+
|
||||||
Bucket to store Gerrit Subproject Artifacts (e.g. `gwtorm` etc.).
|
Bucket to store Gerrit Subproject Artifacts (e.g. Prolog Cafe).
|
||||||
|
|
||||||
To upload artifacts to a bucket the user must authenticate with a
|
To upload artifacts to a bucket the user must authenticate with a
|
||||||
username and password. The username and password need to be retrieved
|
username and password. The username and password need to be retrieved
|
||||||
|
@@ -71,8 +71,6 @@ import org.eclipse.jgit.revwalk.RevWalk;
|
|||||||
* for each reviewer, even if the reviewer hasn't actually given a score to the change. To mark the
|
* for each reviewer, even if the reviewer hasn't actually given a score to the change. To mark the
|
||||||
* "no score" case, a dummy approval, which may live in any of the available categories, with a
|
* "no score" case, a dummy approval, which may live in any of the available categories, with a
|
||||||
* score of 0 is used.
|
* score of 0 is used.
|
||||||
*
|
|
||||||
* <p>The methods in this class only modify the gwtorm database.
|
|
||||||
*/
|
*/
|
||||||
@Singleton
|
@Singleton
|
||||||
public class ApprovalsUtil {
|
public class ApprovalsUtil {
|
||||||
|
@@ -39,7 +39,7 @@ public class SimpleTextMessage extends RawMailMessage {
|
|||||||
+ "when I try to load this change:\n"
|
+ "when I try to load this change:\n"
|
||||||
+ "\n"
|
+ "\n"
|
||||||
+ " Error in GET /changes/90018/detail?O=10004\n"
|
+ " Error in GET /changes/90018/detail?O=10004\n"
|
||||||
+ " com.google.gwtorm.OrmException: java.lang.NullPointerException\n"
|
+ " com.google.gerrit.exceptions.StorageException: java.lang.NullPointerException\n"
|
||||||
+ "\tat com.google.gerrit.change.ChangeJson.format(ChangeJson.java:303)\n"
|
+ "\tat com.google.gerrit.change.ChangeJson.format(ChangeJson.java:303)\n"
|
||||||
+ "\tat com.google.gerrit.change.ChangeJson.format(ChangeJson.java:285)\n"
|
+ "\tat com.google.gerrit.change.ChangeJson.format(ChangeJson.java:285)\n"
|
||||||
+ "\tat com.google.gerrit.change.ChangeJson.format(ChangeJson.java:263)\n"
|
+ "\tat com.google.gerrit.change.ChangeJson.format(ChangeJson.java:263)\n"
|
||||||
|
Reference in New Issue
Block a user