Age | Commit message (Collapse) | Author | Files | Lines |
|
When config_host.mk contains non-ascii characters(e.g. Japanese ),
SRC_ROOT may contain an error message "Binary file (standard input)
matches") from grep, and SRC_ROOT may not contain path string.
With '-a' option, grep will work well.
Change-Id: Ifaada5f5a11939d624460cd8dcc57d93911ae790
Reviewed-on: https://gerrit.libreoffice.org/14491
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I3b375c67ed84f29360cbc9933f4a1e5c7cbe3277
|
|
1) submodule's .git is possibly a file now
2) just use the logerrit alias, as
- logerrit setup already set that up
- possibly otherwise the right ssh key is not picked up
Change-Id: I4fb355a7f7ec7d549d2b06367f4fd10d06086374
|
|
Change-Id: I6125dd018615bc7aa18bacc838ea602ccb0fabc1
|
|
With slightly different semantics:
Instead of pointing at a previous checkout,
point at base directory of all repos.
Change-Id: I254ecc33071be53067c44610b030f737cf75a7ee
|
|
Change-Id: I98d6f5c20bacbb5d6457857906c591fea034288a
Notes:
test note
|
|
This is similar to --with-linked-git, but:
1) It uses git submodule update --reference, so it works with submodules.
2) The created repo is a true git repo, except that its object database
reuses the referenced repo's objects, so it's a real speedup when e.g.
translations are enabled.
I intentionally didn't just fixed --with-linked-git, to make it clear
this is more like git clone --reference, not git-new-workdir.
Change-Id: I7c9584bce3670fd1e175b90aded2435cfe78056d
|
|
Change-Id: I52482d017966e1d9671f92f43ec9d8cac6daf602
|
|
Because either it's called from there, and then it's the current directory,
or otherwise the srcdir has no idea where the builddir is (or even how many
of them), and there's nothing to tell it.
Change-Id: I88c5fe8f015cc63a5aa7c327eb82ed751c3e8aa0
|
|
Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a
|
|
This patch allows to do
mkdir <build_dir>
cd <build_dir>
<src_root>/autogen.sh
make
Only the remaining dmake modules are poluting the <src_root>...
which will get eventually convererd to gmake...
Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338
Reviewed-on: https://gerrit.libreoffice.org/1273
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Ic3a424b5ac8c2168747bc7253f421bf5367beac7
|
|
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3
Reviewed-on: https://gerrit.libreoffice.org/1014
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I97484d8647549646117f6c51dde4eb17ec82c8be
|
|
Change-Id: I84a775ceb983ad21d4585a3c3718f99bbac5a282
|
|
Change-Id: Ic763d7cd73c2a3df8e5d5146eaf795188d8c79d1
|
|
Change-Id: I052817865da6df193c0451eccc3b8b6f507845a3
|
|
Change-Id: I5a8f144bb4ad167cfa0e6763e3cf273b9127d65b
|
|
Change-Id: Ib3e472a4b1abf880f695be7a6667393d6a82f10d
|
|
Change-Id: If83b29222740e9d479d8b3c9b9d90ccc3706cd49
|
|
we use perl to determine the absolute path of argument thought to be
fiels. but sometime they are not file at all and that call 'fail'.
The code is meant to deal with such case, but
on some platform that produce a scary message on stderr in the
middle of the build log.
This hide these messages.
Change-Id: I52d43e0b26847ab091d76fd446a05c4d84836a77
|
|
Change-Id: Ib61a679221d0eddea61358024d31c90464dccefb
|
|
origin won't work if origin/HEAD points to nowhere, which is a valid
use-case.
|
|
This was causing some error message on Windows
|
|
|
|
|
|
|
|
thanks to Bjoern and Christian for tips.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
./g was doing 2 pair of git show-ref --head HEAD
to figure out if something had change... notwidthstanding that it is a
complete waste for the case of ./g clone, the only reason this was
done was to touch a ./clone/repos_changed file that used to be
used back in the 'build repo' days (pre 3.4)
binned that.
|
|
Otherwise g grep -l can't be used, for example with sed.
|
|
|
|
This is usefull to collect the heads of the repos in a easily parsable
format
|
|
|
|
|
|
|
|
|
|
* still needs fixes for message files with relative paths
|
|
An easy way to turn your set of repos into something you can push
from - after you've gotten commit rights on fd.o - just use
./g --set-push-user <your_user_name>
|
|
|
|
|
|
|
|
|