[ooo-build] Updated handling of the git repositories

Jan Holesovsky kendy at suse.cz
Thu Aug 26 08:41:26 PDT 2010


Hi,

On 2010-08-24 at 12:11 +0200, Jan Holesovsky wrote:

> All this is very new, so use on your own risk ;-)

OK - now, after some fixes I am much more confident in this framework,
and ask everyone to configure with --with-git for the development.
Please remove your build/ooo330-m4, it will be safer to start anew.  For
building packages, Petr will tag the Alpha 0 very soon (in all the
repositories).

Here is the updated workflow when you configure --with-git:

# let's assume you clone ooo-build for the first time
git clone ssh://[username@]git.freedesktop.org/git/ooo-build/ooo-build
cd ooo-build

# now configure
./autogen.sh --with-distro=<your-favorite> --with-git
./download
make
make dev-install

# when you want to update the repo later:
git pull -r
make

# when you find out that the patches do not apply, try to update the
# repos in clone/ subdir too (using the bin/g convenience wrapper)

bin/g pull -r
make

NB: when you do make after bin/g pull -r that actually pulls some
changes, all the patches will be unapplied, and re-applied again; no
idea how to do it better, sorry, but at least you will still be in a
consistent state ;-)

Hope that helps,
Kendy



More information about the ooo-build mailing list