[Libreoffice] [PORTERS HEADS-UP] feature/kill-set_soenv

Tomáš Chvátal scarabeus at gentoo.org
Mon Sep 19 11:44:12 PDT 2011


Dne 19. září 2011 20:32 Norbert Thiebaud <nthiebaud at gmail.com> napsal(a):
> 2011/9/19 Tomáš Chvátal <scarabeus at gentoo.org>:
>> 2011/9/19 Bjoern Michaelsen <bjoern.michaelsen at canonical.com>:
>> *snip*
>>
>>>
>>> So what I am asking is:
>>>
>>>  Can porters help me get "their" platform buildable on that branch?
>>>
>>> I would integrate that branch on master in about 2 weeks and would love
>>> it to be tested on all major platforms by then. I ported linux for now
>>> and can test the ppc, armel, i386 and amd64 target, but elsewhere any
>>> help (porting and testing) is appreciated.
>>>
>> *snip*
>>
>> If anyone is interested in testing this on his Gentoo then he can
>> simply do this:
>>
>> # echo 'libreoffice_LIVE_BRANCH="kill-set_soenv"' > /etc/make.conf
>> # emerge -1 =libreoffice-9999-r1
>
> Is it really going to work ? that branch exist only in the core
> repository but not in help, binfilter, dictionnary or translation....
>
> Norbert
>

Damn,
I wrote the former code in git eclass to be non-fatal (eg just keep
master if it is not there),
but in git-2.eclass i stop the execution if the branch is not found.


    debug-print "${FUNCNAME}: git checkout -b ${branchname} ${src}"
    git checkout -b ${branchname} ${src} \
        || die "${FUNCNAME}: changing the branch failed"

In that case the patch I attached here should make it do the magic :)

Cheers

Tom

PS: good catch, I completely forgot that I made that branching fatal.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libreoffice-kill-soenv.patch
Type: text/x-patch
Size: 716 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110919/6963498c/attachment.bin>


More information about the LibreOffice mailing list