Skip to content

Commit

Permalink
feat: common yafra scripts and utilities
Browse files Browse the repository at this point in the history
added new repos to download

Yafra.org: general utilities
  • Loading branch information
webernissle committed Apr 25, 2016
1 parent 1480db2 commit ea9b24d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion org.yafra.sysadm/shellscripts/update-all-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ function updategit {
if [ ! -d "$WORKDIR/$1" ]; then
# Control will enter here if $DIRECTORY doesn't exist.
echo "YAFRA - cloning $1"
cd $WORKDIR
git clone https://github.com/yafraorg/$1.git

else
cd "$WORKDIR/$1"
Expand All @@ -43,6 +45,7 @@ updategit closedprojects
updategit clubmanagement
updategit pax
updategit docker-yafrabase
updategit docker-yafradb
updategit docker-yafrac
updategit docker-yafraepg
updategit docker-yafrajava
Expand Down Expand Up @@ -85,4 +88,4 @@ echo git fetch upstream
echo git rebase upstream/master
echo git push origin master

echo done
echo done

0 comments on commit ea9b24d

Please sign in to comment.