Skip to content

Commit

Permalink
Minor fix for mirror handling and more documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ossy-szeged committed Jul 5, 2012
1 parent 47d500b commit f2177e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-qt5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function usage() {
echo " -d : builds with debug symbols."
echo " -D : builds in developer mode (do not install anything)."
echo " -j # : builds with # threads (default is $N_THREADS)."
echo " -m URL : uses URL as mirror to the git related tasks."
echo " -m URL : uses URL (without trailing slash!) as mirror to the git related tasks. (default is git://gitorious.org)"
}

while getopts "h?dDj:m:" opt; do
Expand Down Expand Up @@ -79,7 +79,7 @@ git submodule foreach "git clean -dxf"
git submodule foreach "git reset --hard HEAD"
git fetch || exit 1
git reset --hard $WEEKLY_QT5_HASH || exit 1
./init-repository $MIRROR --module-subset=qtbase,`echo $QT5_MODULES | tr " " ","` -f || exit 1
./init-repository $MIRROR/ --module-subset=qtbase,`echo $QT5_MODULES | tr " " ","` -f || exit 1
git submodule foreach "git fetch" || exit 1
git submodule update --recursive || exit 1
echo ==========================================================
Expand Down

0 comments on commit f2177e7

Please sign in to comment.