#!/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-hugo
cd projects-hugo

# github
git clone git@github.com:jakartaee/jakartaone.org.git
git clone git@github.com:jakartaee/specifications.git
git clone git@github.com:jakartaee/jakarta.ee.git
git clone git@github.com:openhwgroup/openhwgroup.org.git
git clone git@github.com:openhwgroup/osdforum.org.git
git clone git@github.com:eclipse/.github.git

# gitlab
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/iot.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/edgenative.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/ecdtools.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/sparkplug.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/events.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/opensourceinnovation.eu.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/entrepreneurialopensource.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/eclipse.org-research.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/opengenesis.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/openadx.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/science.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/openpass.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/openmobility.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/osgi.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/openmdm.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/lts.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/eclipseide.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/openresearchsw.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/oniroproject.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/sdv.eclipse.org.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/websites/osc.eclipse.org.git

git clone git@gitlab.eclipse.org:eclipsefdn/it/webdev/hugo-solstice-theme.git
git clone git@gitlab.eclipse.org:eclipsefdn/it/webdev/hugo-eclipsefdn-website-boilerplate.git

git clone git@gitlab.eclipse.org:eclipse-wg/asciidoc-wg/asciidoc-wg.eclipse.org.git

# Eclipse Projects
git clone git@gitlab.eclipse.org:eclipse/plato/www.git ospo.zone

# git clone ssh://git.eclipse.org:29418/basyx/basyx.website
# git clone git@github.com:eclipse/dash-website.git
# git clone ssh://git.eclipse.org:29418/app4mc/org.eclipse.app4mc.web
# git clone ssh://git@gitlab.idial.institute:2222/panorama.project/website.git
