#!/bin/bash
# ===========================================================================
# Copyright (c) 2021 Eclipse Foundation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#    Christopher Guindon (Eclipse Foundation)
# ==========================================================================

mkdir -p projects-it
cd projects-it
git clone git@github.com:EclipseFdn/cerberus.git
git clone git@github.com:EclipseFdn/dockerfiles.git
git clone git@github.com:EclipseFdn/eclipsestatus.io.git
git clone git@github.com:EclipseFdn/jenkins-pipeline-shared.git

git clone ssh://foundation.eclipse.org:29418/it/cgit
git clone ssh://foundation.eclipse.org:29418/it/dns
git clone ssh://foundation.eclipse.org:29418/it/admintools
git clone ssh://foundation.eclipse.org:29418/it/services
git clone ssh://foundation.eclipse.org:29418/it/wwwtools

mkdir -p puppet
cd puppet
git clone ssh://foundation.eclipse.org:29418/puppet/modules
git clone ssh://foundation.eclipse.org:29418/puppet/manifests
