This is an automated email from the ASF dual-hosted git repository.
leet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git
The following commit(s) were added to refs/heads/master by this push:
new f8776f5 METRON-1931 Update dev utilities to support new repo location
(rlenferink via justinleet) closes apache/metron#1295
f8776f5 is described below
commit f8776f559c7fa9dcbf857ce29636a45b3a38791b
Author: rlenferink <[email protected]>
AuthorDate: Mon Dec 10 16:57:13 2018 -0500
METRON-1931 Update dev utilities to support new repo location (rlenferink
via justinleet) closes apache/metron#1295
---
dev-utilities/committer-utils/README.md | 2 +-
dev-utilities/committer-utils/metron-committer-common | 4 ++--
dev-utilities/release-utils/README.md | 2 +-
dev-utilities/release-utils/prepare-release-candidate | 6 +++---
dev-utilities/release-utils/validate-jira-for-release | 4 ++--
metron-analytics/pom.xml | 6 +++---
metron-contrib/pom.xml | 6 +++---
metron-interface/pom.xml | 6 +++---
metron-platform/pom.xml | 6 +++---
metron-stellar/pom.xml | 6 +++---
site-book/pom.xml | 6 +++---
site/BUILD.md | 2 +-
12 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/dev-utilities/committer-utils/README.md
b/dev-utilities/committer-utils/README.md
index ac428cc..0a91759 100644
--- a/dev-utilities/committer-utils/README.md
+++ b/dev-utilities/committer-utils/README.md
@@ -54,7 +54,7 @@ In the following example, I enter the pull request number
when prompted. Using
remote: Total 37861 (delta 27), reused 47 (delta 4), pack-reused 37757
Receiving objects: 100% (37861/37861), 58.18 MiB | 4.38 MiB/s, done.
Resolving deltas: 100% (14439/14439), done.
- From https://git-wip-us.apache.org/repos/asf/metron
+ From https://gitbox.apache.org/repos/asf/metron.git
* branch master -> FETCH_HEAD
* [new branch] master -> upstream/master
Already on 'master'
diff --git a/dev-utilities/committer-utils/metron-committer-common
b/dev-utilities/committer-utils/metron-committer-common
index 0f6c06a..23ec4e9 100644
--- a/dev-utilities/committer-utils/metron-committer-common
+++ b/dev-utilities/committer-utils/metron-committer-common
@@ -21,9 +21,9 @@
#
# the upstream apache git repo for apache metron
-METRON_UPSTREAM="https://git-wip-us.apache.org/repos/asf/metron.git"
+METRON_UPSTREAM="https://gitbox.apache.org/repos/asf/metron.git"
# the upstream apache git repo for apache metron bro plugin kafka
-BRO_PLUGIN_UPSTREAM="https://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka.git"
+BRO_PLUGIN_UPSTREAM="https://gitbox.apache.org/repos/asf/metron-bro-plugin-kafka.git"
# the common configuration file with the committer info
CONFIG_FILE=~/.metron-prepare-commit
diff --git a/dev-utilities/release-utils/README.md
b/dev-utilities/release-utils/README.md
index d1fd816..b7b5cb0 100644
--- a/dev-utilities/release-utils/README.md
+++ b/dev-utilities/release-utils/README.md
@@ -89,7 +89,7 @@ In the following example, enter the appropriate information
Checking out repo: dev
Checking out repo: https://dist.apache.org/repos/dist/release/metron
Checking out repo: release
- Checking out git repo: https://git-wip-us.apache.org/repos/asf/metron.git
+ Checking out git repo: https://gitbox.apache.org/repos/asf/metron.git
Cloning into '/Users/justinleet/tmp/metron-0.6.1/metron'...
remote: Counting objects: 46146, done.
remote: Compressing objects: 100% (15568/15568), done.
diff --git a/dev-utilities/release-utils/prepare-release-candidate
b/dev-utilities/release-utils/prepare-release-candidate
index 35f5013..cb0585d 100755
--- a/dev-utilities/release-utils/prepare-release-candidate
+++ b/dev-utilities/release-utils/prepare-release-candidate
@@ -28,12 +28,12 @@ set -eo pipefail
# if versioning of the submodule isn't x.y.z format, retrieval of the git tag
must also be adjusted.
METRON_REPO_NAME="metron"
BRO_PLUGIN_REPO_NAME="metron-bro-plugin-kafka"
-METRON_UPSTREAM="https://git-wip-us.apache.org/repos/asf/${METRON_REPO_NAME}.git"
-BRO_PLUGIN_UPSTREAM="https://git-wip-us.apache.org/repos/asf/${BRO_PLUGIN_REPO_NAME}.git"
+METRON_UPSTREAM="https://gitbox.apache.org/repos/asf/${METRON_REPO_NAME}.git"
+BRO_PLUGIN_UPSTREAM="https://gitbox.apache.org/repos/asf/${BRO_PLUGIN_REPO_NAME}.git"
DEV_REPO="https://dist.apache.org/repos/dist/dev/metron"
RELEASE_REPO=" https://dist.apache.org/repos/dist/release/metron"
-PLUGIN_GIT_REPO="https://git-wip-us.apache.org/repos/asf/${BRO_PLUGIN_REPO_NAME}.git"
+PLUGIN_GIT_REPO="https://gitbox.apache.org/repos/asf/${BRO_PLUGIN_REPO_NAME}.git"
RC_PREFIX=rc
UPPER_RC_PREFIX="$(tr '[:lower:]' '[:upper:]' <<< ${RC_PREFIX})"
diff --git a/dev-utilities/release-utils/validate-jira-for-release
b/dev-utilities/release-utils/validate-jira-for-release
index 5fd4367..c91591c 100755
--- a/dev-utilities/release-utils/validate-jira-for-release
+++ b/dev-utilities/release-utils/validate-jira-for-release
@@ -52,7 +52,7 @@ function help {
# define default values
END="HEAD"
-REPO="https://git-wip-us.apache.org/repos/asf/metron.git"
+REPO="https://gitbox.apache.org/repos/asf/metron.git"
BRANCH="master"
# print help, if the user just runs this without any args
@@ -98,7 +98,7 @@ for i in "$@"; do
#
# REPO: Define the Git repo to work from
#
- # -r=https://git-wip-us.apache.org/repos/asf/metron.git
+ # -r=https://gitbox.apache.org/repos/asf/metron.git
# --repo=<repo-url>
#
-r=*|--repo=*)
diff --git a/metron-analytics/pom.xml b/metron-analytics/pom.xml
index bff6ba0..e73da2a 100644
--- a/metron-analytics/pom.xml
+++ b/metron-analytics/pom.xml
@@ -27,10 +27,10 @@
<description>Stream analytics for Metron</description>
<url>https://metron.apache.org/</url>
<scm>
-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</developerConnection>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</developerConnection>
<tag>HEAD</tag>
- <url>https://git-wip-us.apache.org/repos/asf/metron</url>
+ <url>https://gitbox.apache.org/repos/asf/metron</url>
</scm>
<licenses>
<license>
diff --git a/metron-contrib/pom.xml b/metron-contrib/pom.xml
index 3c29cf6..c71ec5c 100644
--- a/metron-contrib/pom.xml
+++ b/metron-contrib/pom.xml
@@ -26,10 +26,10 @@
<description>Contributed Tooling for Metron</description>
<url>https://metron.apache.org/</url>
<scm>
-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</developerConnection>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</developerConnection>
<tag>HEAD</tag>
- <url>https://git-wip-us.apache.org/repos/asf/metron</url>
+ <url>https://gitbox.apache.org/repos/asf/metron</url>
</scm>
<licenses>
<license>
diff --git a/metron-interface/pom.xml b/metron-interface/pom.xml
index 763d7c3..4b5f81c 100644
--- a/metron-interface/pom.xml
+++ b/metron-interface/pom.xml
@@ -29,10 +29,10 @@
<jackson.version>2.9.5</jackson.version>
</properties>
<scm>
-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</developerConnection>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</developerConnection>
<tag>HEAD</tag>
- <url>https://git-wip-us.apache.org/repos/asf/metron</url>
+ <url>https://gitbox.apache.org/repos/asf/metron</url>
</scm>
<licenses>
<license>
diff --git a/metron-platform/pom.xml b/metron-platform/pom.xml
index 379c0a5..89633d5 100644
--- a/metron-platform/pom.xml
+++ b/metron-platform/pom.xml
@@ -27,10 +27,10 @@
<description>Stream analytics for Metron</description>
<url>https://metron.apache.org/</url>
<scm>
-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</developerConnection>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</developerConnection>
<tag>HEAD</tag>
- <url>https://git-wip-us.apache.org/repos/asf/metron</url>
+ <url>https://gitbox.apache.org/repos/asf/metron</url>
</scm>
<licenses>
diff --git a/metron-stellar/pom.xml b/metron-stellar/pom.xml
index 356fbbb..ba64470 100644
--- a/metron-stellar/pom.xml
+++ b/metron-stellar/pom.xml
@@ -27,10 +27,10 @@
<description>DSL for stream analytics</description>
<url>https://metron.apache.org/</url>
<scm>
-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</developerConnection>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</developerConnection>
<tag>HEAD</tag>
- <url>https://git-wip-us.apache.org/repos/asf/metron</url>
+ <url>https://gitbox.apache.org/repos/asf/metron</url>
</scm>
<licenses>
diff --git a/site-book/pom.xml b/site-book/pom.xml
index fad52a0..c817b29 100644
--- a/site-book/pom.xml
+++ b/site-book/pom.xml
@@ -27,10 +27,10 @@
<description>User Documentation for Metron</description>
<url>https://metron.apache.org/</url>
<scm>
-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/metron.git</developerConnection>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/metron.git</developerConnection>
<tag>HEAD</tag>
- <url>https://git-wip-us.apache.org/repos/asf/metron</url>
+ <url>https://gitbox.apache.org/repos/asf/metron</url>
</scm>
<licenses>
diff --git a/site/BUILD.md b/site/BUILD.md
index 6475d55..97e23b1 100644
--- a/site/BUILD.md
+++ b/site/BUILD.md
@@ -6,7 +6,7 @@ This directory contains the code for the Apache Metron web site,
## Setup
1. `cd site`
-2. `git clone https://git-wip-us.apache.org/repos/asf/metron.git -b asf-site
target`
+2. `git clone https://gitbox.apache.org/repos/asf/metron.git -b asf-site
target`
3. `sudo gem install bundler`
4. `sudo gem install github-pages jekyll`
4. `bundle install`