You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/02/19 16:10:39 UTC

[incubator-dlab] branch EPMCDLAB-1186 updated: removed unimportant repos

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

omartushevskyi pushed a commit to branch EPMCDLAB-1186
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/EPMCDLAB-1186 by this push:
     new 59f2721  removed unimportant repos
59f2721 is described below

commit 59f27218c48ed94c94c950c9fc6195b663398529
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Tue Feb 19 18:10:07 2019 +0200

    removed unimportant repos
---
 .../scripts/deploy_repository/templates/configureNexus.groovy           | 2 --
 1 file changed, 2 deletions(-)

diff --git a/infrastructure-provisioning/scripts/deploy_repository/templates/configureNexus.groovy b/infrastructure-provisioning/scripts/deploy_repository/templates/configureNexus.groovy
index 428a4be..bd4a0aa 100644
--- a/infrastructure-provisioning/scripts/deploy_repository/templates/configureNexus.groovy
+++ b/infrastructure-provisioning/scripts/deploy_repository/templates/configureNexus.groovy
@@ -30,9 +30,7 @@ blobStore.createFileBlobStore('docker_store', 'docker_store')
 repository.createPyPiProxy('PYPI_REPO_NAME','https://pypi.org/', 'packages_store', true)
 repository.createMavenProxy('MAVEN_CENTRAL_REPO_NAME','https://repo1.maven.org/maven2/', 'artifacts_store', true, VersionPolicy.RELEASE, LayoutPolicy.PERMISSIVE)
 repository.createMavenProxy('MAVEN_BINTRAY_REPO_NAME','https://dl.bintray.com/michaelklishin/maven/', 'artifacts_store', true, VersionPolicy.RELEASE, LayoutPolicy.PERMISSIVE)
-//repository.createDockerProxy('docker-hub', 'https://registry-1.docker.io', 'HUB', null, null, null, 'docker_store', true, true)
 repository.createDockerHosted('DOCKER_INTERNAL_REPO_NAME', null, 8083, 'docker_store', true, true)
-//repository.createDockerGroup('docker-group', null, 8082, ['docker-hub'], true, 'docker_store')
 repository.createRawProxy('DOCKER_REPO_NAME','https://download.docker.com/linux/ubuntu', 'packages_store')
 repository.createRawProxy('JENKINS_REPO_NAME','http://pkg.jenkins.io/debian-stable', 'packages_store')
 repository.createRawProxy('MONGO_REPO_NAME','http://repo.mongodb.org/apt/ubuntu', 'packages_store')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org