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