Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Update projects list
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Jan 8, 2016
1 parent c674f44 commit e89e1ac
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions portefaix-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,27 @@ ERROR_COLOR="\033[31;01m"
WARN_COLOR="\033[33;01m"

GITHUB="[email protected]:portefaix"
REPOS="dotfiles hyperion hyperion-services cirrus warhol hyperkube docker-kibana docker-elasticsearch docker-grafana docker-base docker-heka"
REPOS="dotfiles
hyperion
hyperion-k8s
hyperion-nomad
hyperion-swarm
hyperion-rancher
hyperion-origin
cirrus
warhol
hyperkube
docker-base
docker-kibana
docker-elasticsearch
docker-grafana
docker-influxdb
docker-heka
docker-vault
docker-clair"

echo -e "${OK_COLOR}Retrieve Portefaix projects${NO_COLOR}"
for p in $REPOS; do
echo -e "${OK_COLOR}-> $p${NO_COLOR}"
git clone ${GITHUB}/$p.git
echo "git clone ${GITHUB}/$p.git"
done

0 comments on commit e89e1ac

Please sign in to comment.