forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed mentions to incubator-pulsar (apache#2620)
* Removed mentions to incubator-pulsar * Removed DISCLAIMER link from offloaders package * Trigger build
- Loading branch information
Showing
72 changed files
with
222 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,12 +27,12 @@ class common_job_properties { | |
String branch = 'master') { | ||
// GitHub project. | ||
context.properties { | ||
githubProjectUrl('https://[email protected]/apache/incubator-pulsar/') | ||
githubProjectUrl('https://[email protected]/apache/pulsar/') | ||
} | ||
|
||
setTopLevelJobProperties( | ||
context, | ||
'https://gitbox.apache.org/repos/asf/incubator-pulsar.git', | ||
'https://gitbox.apache.org/repos/asf/pulsar.git', | ||
branch, | ||
'git-websites', | ||
30) | ||
|
@@ -46,13 +46,13 @@ class common_job_properties { | |
String jenkinsExecutorLabel = 'Hadoop') { | ||
// GitHub project. | ||
context.properties { | ||
githubProjectUrl('https://github.com/apache/incubator-pulsar/') | ||
githubProjectUrl('https://github.com/apache/pulsar/') | ||
} | ||
|
||
|
||
setTopLevelJobProperties( | ||
context, | ||
'https://github.com/apache/incubator-pulsar.git', | ||
'https://github.com/apache/pulsar.git', | ||
branch, | ||
jenkinsExecutorLabel, | ||
timeout) | ||
|
@@ -227,7 +227,7 @@ class common_job_properties { | |
static void setPostCommit(context, | ||
String buildSchedule = '0 */6 * * *', | ||
boolean triggerEveryPush = true, | ||
String notifyAddress = 'dev@pulsar.incubator.apache.org', | ||
String notifyAddress = '[email protected]', | ||
boolean emailIndividuals = true) { | ||
// Set build triggers | ||
context.triggers { | ||
|
@@ -247,7 +247,7 @@ class common_job_properties { | |
// Sets common config for Website PostCommit jobs. | ||
static void setWebsitePostCommit(context, | ||
String buildSchedule = 'H 1 * * *', | ||
String notifyAddress = 'dev@pulsar.incubator.apache.org', | ||
String notifyAddress = '[email protected]', | ||
boolean emailIndividuals = true) { | ||
// Set build triggers | ||
context.triggers { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ job('pulsar-seed') { | |
delegate, | ||
'H 6 * * *', | ||
false, | ||
'dev@pulsar.incubator.apache.org') | ||
'[email protected]') | ||
|
||
// Allows triggering this build against pull requests. | ||
common_job_properties.enablePhraseTriggeringFromPullRequest( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
Pulsar is a distributed pub-sub messaging platform with a very | ||
flexible messaging model and an intuitive client API. | ||
|
||
https://pulsar.incubator.apache.org | ||
https://pulsar.apache.org | ||
|
||
## Main features | ||
* Horizontally scalable (Millions of independent topics and millions | ||
|
@@ -64,16 +64,16 @@ Start standalone Pulsar service: | |
$ bin/pulsar standalone | ||
``` | ||
|
||
Check https://pulsar.incubator.apache.org for documentation and examples. | ||
Check https://pulsar.apache.org for documentation and examples. | ||
|
||
## Contact | ||
|
||
##### Mailing lists | ||
|
||
| Name | Scope | | | | | ||
|:------------------------------------------------------------------------------|:--------------------------------|:----------------------------------------------------------------|:--------------------------------------------------------------------|:-----------------------------------------------------------------------------| | ||
| [users@pulsar.incubator.apache.org](mailto:users@pulsar.incubator.apache.org) | User-related discussions | [Subscribe](mailto:users-subscribe@pulsar.incubator.apache.org) | [Unsubscribe](mailto:users-unsubscribe@pulsar.incubator.apache.org) | [Archives](http://mail-archives.apache.org/mod_mbox/incubator-pulsar-users/) | | ||
| [dev@pulsar.incubator.apache.org](mailto:dev@pulsar.incubator.apache.org) | Development-related discussions | [Subscribe](mailto:dev-subscribe@pulsar.incubator.apache.org) | [Unsubscribe](mailto:dev-unsubscribe@pulsar.incubator.apache.org) | [Archives](http://mail-archives.apache.org/mod_mbox/incubator-pulsar-dev/) | | ||
| [[email protected]](mailto:[email protected]) | User-related discussions | [Subscribe](mailto:[email protected]) | [Unsubscribe](mailto:[email protected]) | [Archives](http://mail-archives.apache.org/mod_mbox/pulsar-users/) | | ||
| [[email protected]](mailto:[email protected]) | Development-related discussions | [Subscribe](mailto:[email protected]) | [Unsubscribe](mailto:[email protected]) | [Archives](http://mail-archives.apache.org/mod_mbox/pulsar-dev/) | | ||
|
||
##### Slack | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
<name>Pulsar</name> | ||
<description>Pulsar is a distributed pub-sub messaging platform with a very | ||
flexible messaging model and an intuitive client API.</description> | ||
<url>https://github.com/apache/incubator-pulsar</url> | ||
<url>https://github.com/apache/pulsar</url> | ||
|
||
<organization> | ||
<name>Apache Software Foundation</name> | ||
|
@@ -49,7 +49,7 @@ flexible messaging model and an intuitive client API.</description> | |
<developers> | ||
<developer> | ||
<organization>Apache Pulsar developers</organization> | ||
<organizationUrl>http://pulsar.incubator.apache.org/</organizationUrl> | ||
<organizationUrl>http://pulsar.apache.org/</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
|
@@ -62,14 +62,14 @@ flexible messaging model and an intuitive client API.</description> | |
</licenses> | ||
|
||
<scm> | ||
<url>https://github.com/apache/incubator-pulsar</url> | ||
<connection>scm:git:https://github.com/apache/incubator-pulsar.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]:apache/incubator-pulsar.git</developerConnection> | ||
<url>https://github.com/apache/pulsar</url> | ||
<connection>scm:git:https://github.com/apache/pulsar.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]:apache/pulsar.git</developerConnection> | ||
</scm> | ||
|
||
<ciManagement> | ||
<system>Travis</system> | ||
<url>https://travis-ci.org/apache/incubator-pulsar</url> | ||
<url>https://travis-ci.org/apache/pulsar</url> | ||
</ciManagement> | ||
|
||
<modules> | ||
|
@@ -123,7 +123,7 @@ flexible messaging model and an intuitive client API.</description> | |
|
||
<issueManagement> | ||
<system>Github</system> | ||
<url>https://github.com/apache/incubator-pulsar/issues</url> | ||
<url>https://github.com/apache/pulsar/issues</url> | ||
</issueManagement> | ||
|
||
<properties> | ||
|
@@ -974,7 +974,6 @@ flexible messaging model and an intuitive client API.</description> | |
<excludes> | ||
<exclude>LICENSE</exclude> | ||
<exclude>NOTICE</exclude> | ||
<exclude>DISCLAIMER</exclude> | ||
<exclude>**/*.txt</exclude> | ||
<exclude>**/*.pem</exclude> | ||
<exclude>**/*.crt</exclude> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ cd $SRC_ROOT_DIR/pulsar-client-cpp/pkg/deb | |
|
||
POM_VERSION=`cat ../../../pom.xml | xmllint --format - | sed "s/xmlns=\".*\"//g" | xmllint --stream --pattern /project/version --debug - | grep -A 2 "matches pattern" | grep text | sed "s/.* [0-9] //g"` | ||
# Sanitize VERSION by removing `SNAPSHOT` if any since it's not legal in DEB | ||
VERSION=`echo $POM_VERSION | awk -F- '{print $1}'`-incubating | ||
VERSION=`echo $POM_VERSION | awk -F- '{print $1}'` | ||
|
||
ROOT_DIR=apache-pulsar-$POM_VERSION | ||
CPP_DIR=$ROOT_DIR/pulsar-client-cpp | ||
|
@@ -47,7 +47,7 @@ mkdir -p $DEST_DIR/DEBIAN | |
cat <<EOF > $DEST_DIR/DEBIAN/control | ||
Package: apache-pulsar-client | ||
Version: ${VERSION} | ||
Maintainer: Apache Pulsar <dev@pulsar.incubator.apache.org> | ||
Maintainer: Apache Pulsar <[email protected]> | ||
Architecture: amd64 | ||
Description: The Apache Pulsar client contains a C++ and C APIs to interact with Apache Pulsar brokers. | ||
EOF | ||
|
@@ -57,7 +57,7 @@ mkdir -p $DEVEL_DEST_DIR/DEBIAN | |
cat <<EOF > $DEVEL_DEST_DIR/DEBIAN/control | ||
Package: apache-pulsar-client-dev | ||
Version: ${VERSION} | ||
Maintainer: Apache Pulsar <dev@pulsar.incubator.apache.org> | ||
Maintainer: Apache Pulsar <[email protected]> | ||
Architecture: amd64 | ||
Depends: apache-pulsar-client | ||
Description: The Apache Pulsar client contains a C++ and C APIs to interact with Apache Pulsar brokers. | ||
|
@@ -76,7 +76,6 @@ pushd $DEST_DIR/usr/lib | |
ln -s libpulsar.so.$POM_VERSION libpulsar.so | ||
popd | ||
|
||
cp $ROOT_DIR/DISCLAIMER $DEST_DIR/usr/share/doc/pulsar-client-$VERSION | ||
cp $ROOT_DIR/NOTICE $DEST_DIR/usr/share/doc/pulsar-client-$VERSION | ||
cp $CPP_DIR/pkg/licenses/* $DEST_DIR/usr/share/doc/pulsar-client-$VERSION | ||
cp $CPP_DIR/pkg/licenses/LICENSE.txt $DEST_DIR/usr/share/doc/pulsar-client-$VERSION/copyright | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.