Re: [Libreoffice] How to Update the Downloaded Source?

2010-12-29 Thread Jan Holesovsky
Hi Octavio,

On 2010-12-24 at 20:45 -0800, Octavio Alvarez wrote:

> > But how can I update the downloaded source?  Do I need to download
> > all the 4.4GB source whenever I want to update it?
> 
> ./g pull

Just a small note, to streamline the history, we should be using "./g
pull -r" in most of the cases.  [-r means 'rebase', which in this case
puts your commits on top of the commits that you fetched from the remote
end.]  The most notable exception to this is merging OOo milestones,
where we should be using "./g pull --no-rebase" so that we don't lose
the merge commits.

Regards,
Kendy

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] How to Update the Downloaded Source?

2010-12-25 Thread imacat
imacat said:
> Octavio Alvarez said:
> Thank you.  I was not clear. ^^;  "make install" always fails with
> error.  I wonder why.

Oh, sorry, "make install" works now. ^^;  Sorry for the trouble.

-- 
Best regards,
imacat ^_*' 
PGP Key http://www.imacat.idv.tw/me/pgpkey.asc

<> News: http://www.wov.idv.tw/
Tavern IMACAT's http://www.imacat.idv.tw/
Woman in FOSS in Taiwan http://wofoss.blogspot.com/
TLUG List Manager http://lists.linux.org.tw/cgi-bin/mailman/listinfo/tlug
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] How to Update the Downloaded Source?

2010-12-25 Thread imacat
Octavio Alvarez said:
> Cc-ing the list again. Please keep messages posted to the list.

Sorry.  I often forget reply will not go to the list, but the
author.  Maybe the list manager should fix this?

> On Fri, 24 Dec 2010 21:38:33 -0800, imacat 
>> Octavio Alvarez said:
>>> On Fri, 24 Dec 2010 19:52:51 -0800, imacat 
>>> wrote:
>> Oh, I see.  By the way, why "make install" does not work?  Is it in
>> the to-do list, or is it to be removed?
> No. You may use it if you want. I was just suggesting make dev-install
> for a development environment.

Thank you.  I was not clear. ^^;  "make install" always fails with
error.  I wonder why.

I shall try "make dev-install".  Thank you. ^_*'

 But how can I update the downloaded source?  Do I need to download
 all the 4.4GB source whenever I want to update it?
>>> ./g pull
>> But there is no such "./g".  Also, the source root is not a git
>> repository, too.  Did I missed something?
> When you cloned the bootstrap repository you get ./g. May be you did
> something in a wrong way. Cloning bootstrap is the very first step.
> mkdir src
> cd src
> mkdir libreoffice
> cd libreoffice
> git clone ... blah blah blah/bootstrap
> cd bootstrap

I got it. ^^;  I got the source from libreoffice-build-*.tar.gz, but
not "git clone".  I have ./g now.  Thank you. ^_*'

-- 
Best regards,
imacat ^_*' 
PGP Key http://www.imacat.idv.tw/me/pgpkey.asc

<> News: http://www.wov.idv.tw/
Tavern IMACAT's http://www.imacat.idv.tw/
Woman in FOSS in Taiwan http://wofoss.blogspot.com/
TLUG List Manager http://lists.linux.org.tw/cgi-bin/mailman/listinfo/tlug
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] How to Update the Downloaded Source?

2010-12-24 Thread Octavio Alvarez

Cc-ing the list again. Please keep messages posted to the list.

On Fri, 24 Dec 2010 21:38:33 -0800, imacat   
wrote:



Octavio Alvarez said:

On Fri, 24 Dec 2010 19:52:51 -0800, imacat 
wrote:

% bin/ooinstall
I suggest "make dev-install" instead. Your install gets symlinked and  
you

don't have to reinstall after each compile.


Oh, I see.  By the way, why "make install" does not work?  Is it in
the to-do list, or is it to be removed?


No. You may use it if you want. I was just suggesting make dev-install
for a development environment.


But how can I update the downloaded source?  Do I need to download
all the 4.4GB source whenever I want to update it?

./g pull


But there is no such "./g".  Also, the source root is not a git
repository, too.  Did I missed something?


When you cloned the bootstrap repository you get ./g. May be you did
something in a wrong way. Cloning bootstrap is the very first step.

You will get a "bootstrap" directory. I did this under $HOME:

mkdir src
cd src
mkdir libreoffice
cd libreoffice
git clone ... blah blah blah/bootstrap
cd bootstrap

You end up with $HOME/src/libreoffice/bootstrap/ under which is ./g

And also, how do I know the revision number of the downloaded  
source?

You might want to try ./g log, which will give you the last commit
for each repo.


But, again, there is no "./g" to run. ^^;



Same as above. If you don't have ./g you did something wrong.

--
Octavio.

Twitter: @alvarezp2000 -- Identi.ca: @alvarezp
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] How to Update the Downloaded Source?

2010-12-24 Thread Octavio Alvarez
On Fri, 24 Dec 2010 19:52:51 -0800, imacat   
wrote:



% bin/ooinstall


I suggest "make dev-install" instead. Your install gets symlinked and you
don't have to reinstall after each compile.


But how can I update the downloaded source?  Do I need to download
all the 4.4GB source whenever I want to update it?


./g pull


And also, how do I know the revision number of the downloaded source?


The downloaded source is actually near 20 separate git repos, so it's
difficult to tell.

You might want to try ./g log, which will give you the last commit
for each repo.


--
Octavio.

Twitter: @alvarezp2000 -- Identi.ca: @alvarezp
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice