http:// instead of git://

This commit is contained in:
Gwenhael Le Moine 2011-06-10 13:32:36 +02:00
parent ad4b43c7d5
commit 7c547615df
7 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@ cd $TMP
if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY)
cd $(dirname $REPOSITORY)
git clone "git://git.naquadah.org/google-maps.git" $PRGNAM
git clone "http://git.naquadah.org/git/google-maps.git" $PRGNAM
fi
( cd $REPOSITORY

View file

@ -31,7 +31,7 @@ cd $TMP
if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY)
cd $(dirname $REPOSITORY)
git clone "git://git.naquadah.org/google-weather-el.git" $PRGNAM
git clone "http://git.naquadah.org/git/google-weather-el.git" $PRGNAM
fi
( cd $REPOSITORY

View file

@ -31,7 +31,7 @@ if [ -e $REPOSITORY ]; then
git pull
)
else
git clone git://git.naquadah.org/naquadah-theme.git $REPOSITORY
git clone http://git.naquadah.org/git/naquadah-theme.git $REPOSITORY
fi
mkdir -p $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes

View file

@ -31,7 +31,7 @@ cd $TMP
if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY)
cd $(dirname $REPOSITORY)
git clone "git://git.naquadah.org/rainbow.git" $PRGNAM
git clone "http://git.naquadah.org/git/rainbow.git" $PRGNAM
fi
( cd $REPOSITORY

View file

@ -31,7 +31,7 @@ cd $TMP
if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY)
cd $(dirname $REPOSITORY)
git clone "git://git.naquadah.org/offlineimap-el.git" $PRGNAM
git clone "http://git.naquadah.org/git/offlineimap-el.git" $PRGNAM
fi
( cd $REPOSITORY

View file

@ -27,7 +27,7 @@ if [ -e $CWD/PRGNAM-$VERSION.tar.$GZBZ2 ] ; then
tar xvf $CWD/PRGNAM-$VERSION.tar.$GZBZ2
else
if [ ! -e $REPOSITORIES/$PRGNAM ] ; then
git clone git://git.naquadah.org/oocairo.git $REPOSITORIES/$PRGNAM
git clone http://git.naquadah.org/git/oocairo.git $REPOSITORIES/$PRGNAM
else
( cd $REPOSITORIES/$PRGNAM
git pull

View file

@ -27,7 +27,7 @@ if [ -e $CWD/PRGNAM-$VERSION.tar.$GZBZ2 ] ; then
tar xvf $CWD/PRGNAM-$VERSION.tar.$GZBZ2
else
if [ ! -e $REPOSITORIES/$PRGNAM ] ; then
git clone git://git.naquadah.org/oopango.git $REPOSITORIES/$PRGNAM
git clone http://git.naquadah.org/git/oopango.git $REPOSITORIES/$PRGNAM
else
( cd $REPOSITORIES/$PRGNAM
git pull