github has http access

This commit is contained in:
Gwenhael Le Moine 2011-07-18 11:22:23 +02:00
parent a8ffa3a626
commit 920c4ff0d4

View file

@ -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