https fails if certificates aren't there

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2012-01-11 11:15:38 +01:00
parent dac7029809
commit 2c99795a7c
45 changed files with 60 additions and 60 deletions

View file

@ -26,7 +26,7 @@ mkdir -p $PKG/var/lib/sbopkg/
# mise en place
[ ! -e $REPOSITORY ] \
&& git clone https://git.gitorious.org/sbopkg-slackware-queues/sbopkg-slackware-queues.git $REPOSITORY \
&& git clone http://git.gitorious.org/sbopkg-slackware-queues/sbopkg-slackware-queues.git $REPOSITORY \
|| (cd $REPOSITORY; git pull)
cd $PKG/var/lib/sbopkg/

View file

@ -27,7 +27,7 @@ mkdir -p $PKG
cd $TMP
if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY)
git clone https://github.com/Schnouki/Golbarg.git $REPOSITORY
git clone http://github.com/Schnouki/Golbarg.git $REPOSITORY
else
( cd $REPOSITORY
git pull
@ -75,7 +75,7 @@ $PRGNAM: You can see it in action on my own blog, (source code on Github too).
$PRGNAM: Golbarg is free software, available under the terms of the GNU GPLv3
$PRGNAM: license.
$PRGNAM:
$PRGNAM: https://github.com/Schnouki/Golbarg
$PRGNAM: http://github.com/Schnouki/Golbarg
$PRGNAM:
EOF

View file

@ -36,7 +36,7 @@ cd $TMP
if [ ! -e $REPOSITORIES/$PRGNAM ] ; then
mkdir -p $REPOSITORIES
( cd $REPOSITORIES
git clone https://github.com/petdance/ack.git $PRGNAM
git clone http://github.com/petdance/ack.git $PRGNAM
)
else
( cd $REPOSITORIES/$PRGNAM

View file

@ -29,7 +29,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
if [ ! -e $REPOSITORIES/$PRGNAM ] ; then
git clone https://github.com/regit/coccigrep.git $REPOSITORIES/$PRGNAM
git clone http://github.com/regit/coccigrep.git $REPOSITORIES/$PRGNAM
else
( cd $REPOSITORIES/$PRGNAM
git pull

View file

@ -34,7 +34,7 @@ cd $TMP
rm -rf $PRGNAM
if [ ! -e $REPOSITORY ]; then
git clone https://github.com/jwiegley/ledger.git $REPOSITORY
git clone http://github.com/jwiegley/ledger.git $REPOSITORY
else
( cd $REPOSITORY
git pull
@ -69,7 +69,7 @@ esac
[ $BRANCH != "RELEASE" ] && VERSION=${BRANCH}_$(date +%Y.%m.%d_%H.%M)
# we might be held behind a firewall
sed -i 's|git:|https:|g' $(grep -l "git:" .* -r)
sed -i 's|git:|http:|g' $(grep -l "git:" .* -r)
./acprep pull

View file

@ -26,7 +26,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
if [ ! -e $REPOSITORY ] ; then
git clone https://github.com/ginatrapani/todo.txt-cli.git $REPOSITORY
git clone http://github.com/ginatrapani/todo.txt-cli.git $REPOSITORY
else
( cd $REPOSITORY
git pull

View file

@ -29,7 +29,7 @@ cd $TMP
if [ ! -e $REPOSITORIES/$PRGNAM ] ; then
mkdir -p $REPOSITORIES
( cd $REPOSITORIES
git clone https://github.com/sukria/Dancer.git $PRGNAM
git clone http://github.com/sukria/Dancer.git $PRGNAM
)
else
( cd $REPOSITORIES/$PRGNAM

View file

@ -23,7 +23,7 @@ rm -fr $PRGNAM-$VERSION
mkdir -p $TMP
[ ! -e $REPOSITORY ] \
&& git clone https://github.com/kivy/kivy.git $REPOSITORY \
&& git clone http://github.com/kivy/kivy.git $REPOSITORY \
|| (cd $REPOSITORY; git pull)
cp -R $REPOSITORY $TMP/$PRGNAM-$VERSION

View file

@ -32,7 +32,7 @@ PREFIX=/usr
# if [ ! -e $REPOSITORIES/$PRGNAM ] ; then
# mkdir -p $REPOSITORIES
# cd $REPOSITORIES
# git clone https://github.com/earl/gforth-mirror.git $PRGNAM
# git clone http://github.com/earl/gforth-mirror.git $PRGNAM
# fi
# ( cd $REPOSITORIES/$PRGNAM

View file

@ -36,7 +36,7 @@ if [ -e $CWD/$PRGNAM-$VERSION.$EXT ]; then
else
[ ! -e $REPOSITORIES ] && mkdir -p $REPOSITORIES
if [ ! -e $REPOSITORIES/$PRGNAM ]; then
git clone https://github.com/keplerproject/luarocks.git $REPOSITORIES/$PRGNAM
git clone http://github.com/keplerproject/luarocks.git $REPOSITORIES/$PRGNAM
else
( cd $REPOSITORIES/$PRGNAM
git pull

View file

@ -39,7 +39,7 @@ if [ -e $CWD/$PRGNAM-$VERSION.$EXT ] ; then
else
if [ ! -e $REPOSITORIES/$PRGNAM ] ; then
( cd $REPOSITORIES
git clone https://github.com/joyent/node.git $PRGNAM
git clone http://github.com/joyent/node.git $PRGNAM
) ;
fi
( cd $REPOSITORIES/$PRGNAM

View file

@ -29,7 +29,7 @@ rm -fr $PKG
git pull
)
else
git clone https://github.com/parrot/parrot.git parrot
git clone http://github.com/parrot/parrot.git parrot
fi
)

View file

@ -32,7 +32,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
if [ ! -e $REPOSITORY ]; then
git clone https://github.com/ariya/phantomjs.git $REPOSITORY
git clone http://github.com/ariya/phantomjs.git $REPOSITORY
else
( cd $REPOSITORY
git pull

View file

@ -29,7 +29,7 @@ mkdir -p $TMP $PKG
git pull
)
else
git clone https://github.com/rakudo/rakudo.git $REPOSITORIES/$PRGNAM
git clone http://github.com/rakudo/rakudo.git $REPOSITORIES/$PRGNAM
fi
)

View file

@ -32,7 +32,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
if [ ! -e $REPOSITORY ]; then
git clone https://github.com/antirez/redis.git $REPOSITORY
git clone http://github.com/antirez/redis.git $REPOSITORY
else
( cd $REPOSITORY
git pull

View file

@ -22,7 +22,7 @@ rm -fr $PKG
# get sources
if [ ! -e $REPOSITORIES/$PRGNAM ]; then
git clone https://github.com/facebook/tornado.git $REPOSITORIES/$PRGNAM
git clone http://github.com/facebook/tornado.git $REPOSITORIES/$PRGNAM
else
( cd $REPOSITORIES/$PRGNAM
git pull

View file

@ -29,7 +29,7 @@ cd $TMP
if [ ! -e $REPOSITORIES/$PRGNAM ] ; then
mkdir -p $REPOSITORIES
( cd $REPOSITORIES
git clone https://git.gitorious.org/willgit/mainline.git $PRGNAM
git clone http://git.gitorious.org/willgit/mainline.git $PRGNAM
)
else
( cd $REPOSITORIES/$PRGNAM

View file

@ -26,7 +26,7 @@ mkdir -p $PKG$PREFIX/doc/
# mise en place
[ ! -e $REPOSITORY ] \
&& git clone https://github.com/charlax/Python-Documentation-Kindle.git $REPOSITORY \
&& git clone http://github.com/charlax/Python-Documentation-Kindle.git $REPOSITORY \
|| (cd $REPOSITORY; git pull)
cd $PKG$PREFIX/doc/
@ -58,7 +58,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/charlax/Python-Documentation-Kindle
$PRGNAM: http://github.com/charlax/Python-Documentation-Kindle
$PRGNAM:
EOF

View file

@ -27,7 +27,7 @@ if [ -e $REPOSITORIES/$PRGNAM ] ; then
git pull
)
else
git clone https://github.com/autotelicum/Smooth-CoffeeScript.git $REPOSITORIES/$PRGNAM
git clone http://github.com/autotelicum/Smooth-CoffeeScript.git $REPOSITORIES/$PRGNAM
fi
mkdir -p $PKG$PREFIX/doc/

View file

@ -26,7 +26,7 @@ if [ -e $REPOSITORY ] ; then
git pull
)
else
git clone https://github.com/diveintomark/diveintohtml5.git $REPOSITORY
git clone http://github.com/diveintomark/diveintohtml5.git $REPOSITORY
fi
mkdir -p $PKG$PREFIX/doc/

View file

@ -26,7 +26,7 @@ if [ -e $REPOSITORY ] ; then
git pull
)
else
git clone https://github.com/diveintomark/diveintopython3.git $REPOSITORY
git clone http://github.com/diveintomark/diveintopython3.git $REPOSITORY
fi
mkdir -p $PKG$PREFIX/doc/

View file

@ -28,7 +28,7 @@ rm -fr $PKG
git pull
)
else
git clone https://github.com/perl6/book.git $REPOSITORIES/$PRGNAM
git clone http://github.com/perl6/book.git $REPOSITORIES/$PRGNAM
fi
)

View file

@ -28,7 +28,7 @@ rm -fr $PKG
git pull
)
else
git clone https://github.com/bryanbibat/rails-3_0-tutorial.git $REPOSITORIES/$PRGNAM
git clone http://github.com/bryanbibat/rails-3_0-tutorial.git $REPOSITORIES/$PRGNAM
fi
)
@ -48,7 +48,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/bryanbibat/rails-3_0-tutorial
$PRGNAM: http://github.com/bryanbibat/rails-3_0-tutorial
$PRGNAM:
EOF

View file

@ -28,7 +28,7 @@ rm -fr $PKG
git pull
)
else
git clone https://github.com/sandal/rbp-book.git $REPOSITORIES/$PRGNAM
git clone http://github.com/sandal/rbp-book.git $REPOSITORIES/$PRGNAM
fi
)

View file

@ -26,7 +26,7 @@ mkdir -p $PKG$PREFIX/doc/
# mise en place
[ ! -e $REPOSITORY ] \
&& git clone https://github.com/ieure/sicp.git $REPOSITORY \
&& git clone http://github.com/ieure/sicp.git $REPOSITORY \
|| (cd $REPOSITORY; git pull)
cd $PKG$PREFIX/doc/
@ -60,7 +60,7 @@ $PRGNAM: jacket. One of the bibles of the LISP/Scheme world. Also,
$PRGNAM: less commonly, known as the Purple Book.
$PRGNAM: http://mitpress.mit.edu/sicp/
$PRGNAM: http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/
$PRGNAM: https://github.com/ieure/sicp
$PRGNAM: http://github.com/ieure/sicp
EOF
# empaquetage

View file

@ -26,7 +26,7 @@ mkdir -p $PKG$PREFIX/doc/
# mise en place
[ ! -e $REPOSITORY ] \
&& git clone https://github.com/twcamper/sicp-kindle $REPOSITORY \
&& git clone http://github.com/twcamper/sicp-kindle $REPOSITORY \
|| (cd $REPOSITORY; git pull)
cd $PKG$PREFIX/doc/
@ -59,7 +59,7 @@ $PRGNAM: jacket. One of the bibles of the LISP/Scheme world. Also,
$PRGNAM: less commonly, known as the Purple Book.
$PRGNAM: http://mitpress.mit.edu/sicp/
$PRGNAM: http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/
$PRGNAM: https://github.com/twcamper/sicp-kindle
$PRGNAM: http://github.com/twcamper/sicp-kindle
EOF
# empaquetage

View file

@ -28,7 +28,7 @@ mkdir -p $PKG
cd $TMP
if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY)
git clone https://github.com/remvee/emacs-rails.git $REPOSITORY
git clone http://github.com/remvee/emacs-rails.git $REPOSITORY
else
( cd $REPOSITORY
git pull
@ -71,7 +71,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/remvee/emacs-rails
$PRGNAM: http://github.com/remvee/emacs-rails
$PRGNAM:
EOF

View file

@ -29,7 +29,7 @@ mkdir -p $PKG
cd $TMP
if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY)
git clone https://github.com/hron/yari.el.git $REPOSITORY
git clone http://github.com/hron/yari.el.git $REPOSITORY
else
( cd $REPOSITORY
git pull

View file

@ -29,7 +29,7 @@ mkdir -p $PKG
cd $TMP
if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY)
git clone https://github.com/defunkt/coffee-mode.git $REPOSITORY
git clone http://github.com/defunkt/coffee-mode.git $REPOSITORY
else
( cd $REPOSITORY
git pull

View file

@ -29,7 +29,7 @@ mkdir -p $PKG
cd $TMP
if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY)
git clone https://github.com/gabrielelanaro/emacs-for-python.git $REPOSITORY
git clone http://github.com/gabrielelanaro/emacs-for-python.git $REPOSITORY
else
( cd $REPOSITORY
git pull
@ -72,7 +72,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM: (needs pyflakes & pymacs)
$PRGNAM:
$PRGNAM: https://github.com/gabrielelanaro/emacs-for-python
$PRGNAM: http://github.com/gabrielelanaro/emacs-for-python
$PRGNAM:
EOF

View file

@ -29,7 +29,7 @@ mkdir -p $PKG
cd $TMP
if [ ! -e $REPOSITORY ] ; then
#git clone git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/emacs-jabber $REPOSITORY
git clone https://github.com/semka/emacs-jabber.git $REPOSITORY
git clone http://github.com/semka/emacs-jabber.git $REPOSITORY
else
( cd $REPOSITORY
git pull

View file

@ -29,7 +29,7 @@ mkdir -p $PKG
cd $TMP
if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY)
git clone https://github.com/defunkt/gist.el.git $REPOSITORY
git clone http://github.com/defunkt/gist.el.git $REPOSITORY
else
( cd $REPOSITORY
git pull
@ -72,7 +72,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/defunkt/gist.el
$PRGNAM: http://github.com/defunkt/gist.el
$PRGNAM:
EOF

View file

@ -29,7 +29,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
if [ ! -e $REPOSITORY ] ; then
git clone https://github.com/szimek/js2-mode.git $REPOSITORY
git clone http://github.com/szimek/js2-mode.git $REPOSITORY
else
( cd $REPOSITORY
git pull
@ -68,7 +68,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/szimek/js2-mode
$PRGNAM: http://github.com/szimek/js2-mode
$PRGNAM: http://code.google.com/p/js2-mode/
$PRGNAM:
EOF

View file

@ -29,7 +29,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
if [ ! -e $REPOSITORY ] ; then
git clone https://github.com/ananthakumaran/monky.git $REPOSITORY
git clone http://github.com/ananthakumaran/monky.git $REPOSITORY
else
( cd $REPOSITORY
git pull

View file

@ -29,7 +29,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
if [ ! -e $REPOSITORY ] ; then
git clone https://github.com/fgallina/multi-web-mode.git $REPOSITORY
git clone http://github.com/fgallina/multi-web-mode.git $REPOSITORY
else
( cd $REPOSITORY
git pull
@ -68,7 +68,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/fgallina/multi-web-mode
$PRGNAM: http://github.com/fgallina/multi-web-mode
$PRGNAM:
EOF

View file

@ -28,8 +28,8 @@ mkdir -p $PKG
# mise en place
cd $TMP
if [ ! -e $REPOSITORY ] ; then
# svn checkout "https://php-mode.svn.sourceforge.net/svnroot/php-mode/trunk/php-mode-src" $REPOSITORY
git clone https://github.com/ejmr/php-mode.git $REPOSITORY
# svn checkout "http://php-mode.svn.sourceforge.net/svnroot/php-mode/trunk/php-mode-src" $REPOSITORY
git clone http://github.com/ejmr/php-mode.git $REPOSITORY
else
( cd $REPOSITORY
# svn update
@ -68,7 +68,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/ejmr/php-mode#readme
$PRGNAM: http://github.com/ejmr/php-mode#readme
$PRGNAM:
$PRGNAM: http://php-mode.sourceforge.net/
EOF

View file

@ -31,7 +31,7 @@ if [ -e $REPOSITORY ]; then
git pull
)
else
git clone https://github.com/bbatsov/solarized-emacs.git $REPOSITORY
git clone http://github.com/bbatsov/solarized-emacs.git $REPOSITORY
fi
mkdir -p $PKG$PREFIX/share/emacs/{site-lisp/,$EMACS_VERSION/etc/themes/}
@ -63,7 +63,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/sellout/emacs-color-theme-solarized
$PRGNAM: http://github.com/sellout/emacs-color-theme-solarized
$PRGNAM:
$PRGNAM: http://ethanschoonover.com/solarized
$PRGNAM:

View file

@ -28,7 +28,7 @@ rm -fr $PKG
# git pull
# )
# else
# git clone https://github.com/bauhouse/fluid960gs.git $REPOSITORIES/$PRGNAM
# git clone http://github.com/bauhouse/fluid960gs.git $REPOSITORIES/$PRGNAM
# fi
# )

View file

@ -28,7 +28,7 @@ rm -fr $PKG
git pull
)
else
git clone https://github.com/bauhouse/fluid960gs.git $REPOSITORIES/$PRGNAM
git clone http://github.com/bauhouse/fluid960gs.git $REPOSITORIES/$PRGNAM
fi
)

View file

@ -28,7 +28,7 @@ rm -fr $PKG
git pull
)
else
git clone https://github.com/$PRGNAM/$PRGNAM.git $REPOSITORIES/$PRGNAM
git clone http://github.com/$PRGNAM/$PRGNAM.git $REPOSITORIES/$PRGNAM
fi
)

View file

@ -28,7 +28,7 @@ rm -fr $PKG
git pull
)
else
git clone https://github.com/jeresig/processing-js.git $REPOSITORIES/$PRGNAM
git clone http://github.com/jeresig/processing-js.git $REPOSITORIES/$PRGNAM
fi
)

View file

@ -28,7 +28,7 @@ rm -fr $PKG
git pull
)
else
git clone https://github.com/shutterstock/rickshaw $REPOSITORIES/$PRGNAM
git clone http://github.com/shutterstock/rickshaw $REPOSITORIES/$PRGNAM
fi
)
@ -48,7 +48,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/shutterstock/rickshaw
$PRGNAM: http://github.com/shutterstock/rickshaw
$PRGNAM:
EOF

View file

@ -24,7 +24,7 @@ function pull_or_clone() {
git pull
)
else
git clone https://github.com/rightjs/$NAM.git $REPOSITORIES/$NAM
git clone http://github.com/rightjs/$NAM.git $REPOSITORIES/$NAM
fi
}

View file

@ -21,7 +21,7 @@ rm -fr $PKG $TMP/$PRGNAM-$VERSION
[ -e $PKG ] && rm -fr $PKG
if [ ! -e $REPOSITORIES/$PRGNAM ]; then
git clone https://github.com/goldendict/goldendict.git $REPOSITORIES/$PRGNAM
git clone http://github.com/goldendict/goldendict.git $REPOSITORIES/$PRGNAM
else
( cd $REPOSITORIES/$PRGNAM
git pull

View file

@ -27,7 +27,7 @@ rm -fr $PKG $TMP/$PRGNAM-$VERSION
tar xf $CWD/$PRGNAM-$VERSION.tar.?z*
else
if [ ! -e $REPOSITORIES/$PRGNAM ]; then
git clone https://github.com/cortesi/qtile.git
git clone http://github.com/cortesi/qtile.git
else
( cd $REPOSITORIES/$PRGNAM
git pull