gnewsense-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnewsense-dev] Xulrunner freedom bug: how to apply patch?


From: Sam Geeraerts
Subject: Re: [Gnewsense-dev] Xulrunner freedom bug: how to apply patch?
Date: Wed, 23 Jun 2010 23:31:43 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100402)

address@hidden schreef:
Remember while you are in the packages branch you are commiting to
package directory, not the xulrunner directory inside it.

I don't understand this sentence.

IIRC, the package directory on Savannah is not a bzr branch.

But anyway, what it means is that for Bazaar the current directory is the working branch, not the directory you supply as an argument. E.g.

$ cd ~/gns/code/
$ ls
xulrunner
$ bzr add xulrunner
bzr: ERROR: Not a branch: "/home/pitof/gns/code/".
$ cd xulrunner
$ bzr add *
$

If ~/gns/code/ was a branch of its own then the third command would have added xulrunner to the "code" branch instead of putting xulrunner in its own branch.

> 2) Make a bazaar branch out of it and commit it.

cd xulrunner
bzr add *
bzr ci -m "committing upstream package"

Thanks.

(i'm sure i've explained this several times, does anyone remember if it
was on irc or on the list? perhaps it needs to find its way onto the
wiki).

I don't remember it being explained on the list.

I made the http://wiki.gnewsense.org/Documentation/Bazaar page but it is not very clear.

I also wrote a page [1] once, equally in need of some editing. :) While you're learning this process, please add the things you learn to either of those pages, so that others can benefit from it. I'll spend some time on them myself too when/if I find some spare minutes. Both pages should eventually be merged.

[1] http://wiki.gnewsense.org/DevelopmentTeam/Bazaar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]