You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/04/29 18:58:55 UTC

[incubator-streampipes-installer] branch dev updated: Add license header to rabbitmq conf file

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 00cbc4d  Add license header to rabbitmq conf file
00cbc4d is described below

commit 00cbc4d952647780ecbf0fbbeda08f3409bf5f34
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Wed Apr 29 20:58:42 2020 +0200

    Add license header to rabbitmq conf file
---
 cli/.gitlab-ci.yml                           | 44 ----------------------------
 cli/services/rabbitmq/rabbitmq-isolated.conf | 15 ++++++++++
 2 files changed, 15 insertions(+), 44 deletions(-)

diff --git a/cli/.gitlab-ci.yml b/cli/.gitlab-ci.yml
deleted file mode 100644
index 1db496f..0000000
--- a/cli/.gitlab-ci.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-variables:
-  REGISTRY_HOST: ipe-wim-gitlab.fzi.de:5000
-  IMAGE_NAME: $REGISTRY_HOST/$CI_PROJECT_PATH
-  MAVEN_CLI_OPTS: -DskipTests --batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true
-
-stages:
-  - gen-script
-
-generate bash script:
-  image: docker:17.06.0-ce
-  stage: gen-script
-  script:
-    - bash
-    - apk update && apk add git && apk add openssh-client && apk add bash
-    - docker run --rm -e PROGRAM=argbash -v "$(pwd):/work" matejak/argbash:2.7.0-1 "-o sp sp.m4"
-    - git remote set-url origin $GIT_REPO_ORIGIN/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME.git
-    - eval $(ssh-agent -s)
-    - ssh-add <(echo "$SSH")
-    - mkdir ~/.ssh
-    - touch ~/.ssh/known_hosts
-    - ssh-keyscan -p 2222 -t rsa ipe-wim-gitlab.fzi.de > ~/.ssh/known_hosts
-    - git config --global user.email 'zehnder@fzi.de'
-    - git config --global user.name 'zehnder'
-    - argbash 
-    - git status
-#    - git commit -m "[skip-ci] Generate script"
-#    - git push origin arguments
-  only:
-    - arguments
\ No newline at end of file
diff --git a/cli/services/rabbitmq/rabbitmq-isolated.conf b/cli/services/rabbitmq/rabbitmq-isolated.conf
index 6b67176..a928833 100644
--- a/cli/services/rabbitmq/rabbitmq-isolated.conf
+++ b/cli/services/rabbitmq/rabbitmq-isolated.conf
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 [
 {rabbit,
 	[