github has http access
This commit is contained in:
parent
a8ffa3a626
commit
920c4ff0d4
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ mkdir -p $PKG
|
|||
# mise en place
|
||||
cd $TMP
|
||||
if [ ! -e $REPOSITORY ] ; then
|
||||
git clone git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/emacs-jabber $REPOSITORY
|
||||
#git clone git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/emacs-jabber $REPOSITORY
|
||||
git clone https://github.com/semka/emacs-jabber.git $REPOSITORY
|
||||
else
|
||||
( cd $REPOSITORY
|
||||
git pull
|
||||
|
|
Loading…
Reference in a new issue