summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Marius Storm-Olsen [Wed, 4 May 2011 19:44:57 +0000 (14:44 -0500)]
Add -alternates option
Reviewed-by: axis
Marius Storm-Olsen [Wed, 4 May 2011 17:49:18 +0000 (12:49 -0500)]
Clean up options, add -http for public access
Reviewed-by: axis
Marius Storm-Olsen [Wed, 4 May 2011 17:45:05 +0000 (12:45 -0500)]
Add -ignore-submodules option
Will make 'diff', 'fetch', 'pull' etc ignore the submodules
by default. You can still use --ignore-submodules=none to
override this, when really needed.
Very convenient when working with staging repos, instead of
what the qt5 repo dictate as the current module SHA1.
Reviewed-by: axis
Marius Storm-Olsen [Wed, 4 May 2011 17:41:59 +0000 (12:41 -0500)]
Remove whole submodule section
Not removing the whole section will leave residue
sections in the config file when reinitiating the
submodules
Reviewed-by: axis
Marius Storm-Olsen [Wed, 4 May 2011 17:40:38 +0000 (12:40 -0500)]
Illegal->Unknown and show usage on wrong options
Reviewed-by: axis
axis [Thu, 5 May 2011 14:21:44 +0000 (16:21 +0200)]
Corrected typo.
Reviewed-by: Trust me
axis [Thu, 5 May 2011 14:20:21 +0000 (16:20 +0200)]
Removed qt3support.
It will not be part of Qt5.
Reviewed-by: Marius Storm-Olsen
Rohan McGovern [Thu, 5 May 2011 05:20:33 +0000 (15:20 +1000)]
build system: use consistent target names for all modules
Force all top-level makefile rules to be named `module-$GITSUBMODULE',
including the addition of the missing qlalr and qtqa targets.
This naming convention must be upheld, otherwise there is no simple
way to programmatically build a single git submodule and all of its
dependencies.
Reviewed-by: Liang Qi
Lincoln Ramsay [Thu, 28 Apr 2011 04:22:30 +0000 (14:22 +1000)]
Don't assume that commands succeed
Signed-off-by: axis <qt-info@nokia.com>
Lincoln Ramsay [Thu, 28 Apr 2011 04:19:42 +0000 (14:19 +1000)]
Warn everywhere, not just Unix
use warnings; is the portable way of doing #!/usr/bin/perl -w
Also use strict; in init-repository.
Signed-off-by: axis <qt-info@nokia.com>
axis [Tue, 3 May 2011 10:53:13 +0000 (12:53 +0200)]
Updated to latest qtrepotools.
axis [Tue, 3 May 2011 09:08:50 +0000 (11:08 +0200)]
Added -ssh-protocol option for those with very restrictive firewalls.
Reviewed by: Sergio Ahumada
axis [Thu, 28 Apr 2011 14:03:32 +0000 (16:03 +0200)]
Removed some debug prints and made sure that -no-update is respected.
Reviewed-by: Sergio Ahumada
axis [Thu, 28 Apr 2011 13:58:48 +0000 (15:58 +0200)]
Prettified the usage screen.
Alan Alpert [Thu, 28 Apr 2011 06:02:39 +0000 (16:02 +1000)]
Add -brisbane-nokia-developer switch
Uses the local mirrors to save a few hours on initial checkouts.
Reviewed-by: axis
axis [Thu, 28 Apr 2011 13:17:17 +0000 (15:17 +0200)]
Updated to latest qtrepotools version.
axis [Thu, 28 Apr 2011 13:16:48 +0000 (15:16 +0200)]
Fixed outdated README contents.
Sergio Ahumada [Thu, 28 Apr 2011 11:25:41 +0000 (13:25 +0200)]
Add -no-update option to init script
Reviewed-by: axis
axis [Thu, 28 Apr 2011 08:29:24 +0000 (10:29 +0200)]
Updated qttools to a version that compiles without WebKit.
Alan Alpert [Thu, 28 Apr 2011 01:46:22 +0000 (11:46 +1000)]
Add -no-webkit to init script
axis [Thu, 28 Apr 2011 08:07:48 +0000 (10:07 +0200)]
Avoided running the build-webkit script if it has not been cloned.
Reviewed by: Olivier Goffart
Olivier Goffart [Wed, 27 Apr 2011 12:05:53 +0000 (14:05 +0200)]
Fix shadowbuild
Reviewed-by: axis
axis [Tue, 26 Apr 2011 17:11:14 +0000 (19:11 +0200)]
Stopped running init-repository from configure.
It's unexpected that configure tampers with your git checkout.
axis [Tue, 26 Apr 2011 17:05:06 +0000 (19:05 +0200)]
Removed WebKit patches.
They are not needed anymore after the patches were submitted to the
qtwebkit repository on gitorious.org.
axis [Tue, 26 Apr 2011 16:03:52 +0000 (18:03 +0200)]
Switched to using git protocol only.
Since we only reference CI-controlled repositories, there is no point
in using the ssh protocol and requiring an account.
qtwebkit is an exception, but they will anyway need SVN access.
axis [Tue, 26 Apr 2011 16:00:16 +0000 (18:00 +0200)]
Fixed public reference to qtrepotools.
axis [Tue, 26 Apr 2011 15:41:56 +0000 (17:41 +0200)]
Fixed public link to qlalr.
axis [Wed, 27 Apr 2011 10:41:30 +0000 (12:41 +0200)]
Committed Qt Modularization patches to QtWebKit.
axis [Wed, 27 Apr 2011 10:35:47 +0000 (12:35 +0200)]
Committed dependency information to all modules.
Qt by Nokia [Wed, 27 Apr 2011 10:34:00 +0000 (12:34 +0200)]
Long live the qt5 Qt repository