minor edits
This commit is contained in:
parent
0a5de1a266
commit
0012d5b8e1
@ -55,7 +55,7 @@ if [ $DEBUG ] ; then QUIET=null ; fi
|
||||
checkSSL="-k"
|
||||
|
||||
LOCALUser=${local_USER}
|
||||
WORKDIR=${smegit_WORKDIR}
|
||||
WORKDIR=$(echo ~)/${smegit_WORKDIR}
|
||||
GITEAUser=${remote_USER}
|
||||
GITEAACCESSTOKEN=${remote_GITEAACCESSTOKEN}
|
||||
GITEAHOST=${remote_GITEAHOST}
|
||||
@ -541,7 +541,7 @@ fi
|
||||
#then
|
||||
#find common -delete
|
||||
#fi
|
||||
#git clone "${cvs2git_COMMONREPO}"
|
||||
#git clone "${smegit_COMMONREPO}"
|
||||
|
||||
## Make sure common directory go created
|
||||
#if [ ! -e $GITFiles/$1/common ]; then
|
||||
@ -561,7 +561,7 @@ fi
|
||||
if [ ! -e $GITFiles/common ]; then
|
||||
#Get it
|
||||
cd $GITFiles
|
||||
git clone "${cvs2git_COMMONREPO}"
|
||||
git clone "${smegit_COMMONREPO}"
|
||||
if [ ! -e $GITFiles/common ]; then
|
||||
echo "ERROR*******No Common Repo found - package $1"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user