* [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo @ 2016-07-07 21:22 Jeff Cody 2016-07-08 10:31 ` Stefan Hajnoczi 2016-07-08 10:41 ` Andreas Färber 0 siblings, 2 replies; 7+ messages in thread From: Jeff Cody @ 2016-07-07 21:22 UTC (permalink / raw) To: qemu-devel; +Cc: mark.cave-ayland, agraf, afaerber, peter.maydell, stefanha This update should preserve git history, and switches over to the official openbios git repo, rather than pulling from the svn mirror. All prior history from the svn repository should still be preserved (i.e., commit hashes are the same for historical commits). The origin/master tag now follows the github hashes, so that means users will need to update their local tracking branch: e.g.: git reset --hard origin/master If you have local commits or branches to preserver, a rebase may be more appropriate: e.g. git rebase origin/master N.B.: The server-side git changes have already happened, independent of this patch. Proposed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Jeff Cody <jcody@redhat.com> --- roms/openbios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roms/openbios b/roms/openbios index 422b916..36785d7 160000 --- a/roms/openbios +++ b/roms/openbios @@ -1 +1 @@ -Subproject commit 422b916649aa0db8c5edadccb22387b3e807e3b2 +Subproject commit 36785d7b59726beca320a0b99cfa0a903782c6f3 -- 1.9.3 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo 2016-07-07 21:22 [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo Jeff Cody @ 2016-07-08 10:31 ` Stefan Hajnoczi 2016-07-08 10:41 ` Andreas Färber 1 sibling, 0 replies; 7+ messages in thread From: Stefan Hajnoczi @ 2016-07-08 10:31 UTC (permalink / raw) To: Jeff Cody; +Cc: qemu-devel, mark.cave-ayland, agraf, afaerber, peter.maydell [-- Attachment #1: Type: text/plain, Size: 993 bytes --] On Thu, Jul 07, 2016 at 05:22:42PM -0400, Jeff Cody wrote: > This update should preserve git history, and switches over to the official > openbios git repo, rather than pulling from the svn mirror. All prior history > from the svn repository should still be preserved (i.e., commit hashes are the > same for historical commits). > > The origin/master tag now follows the github hashes, so that means > users will need to update their local tracking branch: > > e.g.: git reset --hard origin/master > > If you have local commits or branches to preserver, a rebase may be more > appropriate: > > e.g. git rebase origin/master > > N.B.: The server-side git changes have already happened, independent of this > patch. > > Proposed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> > Signed-off-by: Jeff Cody <jcody@redhat.com> > --- > roms/openbios | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Stefan Hajnoczi <stefanha@redhat.com> [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 473 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo 2016-07-07 21:22 [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo Jeff Cody 2016-07-08 10:31 ` Stefan Hajnoczi @ 2016-07-08 10:41 ` Andreas Färber 2016-07-08 16:02 ` Mark Cave-Ayland 1 sibling, 1 reply; 7+ messages in thread From: Andreas Färber @ 2016-07-08 10:41 UTC (permalink / raw) To: Jeff Cody, qemu-devel; +Cc: mark.cave-ayland, agraf, peter.maydell, stefanha Am 07.07.2016 um 23:22 schrieb Jeff Cody: > This update should preserve git history, and switches over to the official > openbios git repo, rather than pulling from the svn mirror. All prior history > from the svn repository should still be preserved (i.e., commit hashes are the > same for historical commits). > > The origin/master tag now follows the github hashes, so that means > users will need to update their local tracking branch: > > e.g.: git reset --hard origin/master Does that actually update the tracked branch? I would've assumed you additionally need git branch --set-upstream-to=origin/master. > > If you have local commits or branches to preserver, a rebase may be more "preserve" > appropriate: > > e.g. git rebase origin/master > > N.B.: The server-side git changes have already happened, independent of this > patch. > > Proposed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> > Signed-off-by: Jeff Cody <jcody@redhat.com> > --- > roms/openbios | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/roms/openbios b/roms/openbios > index 422b916..36785d7 160000 > --- a/roms/openbios > +++ b/roms/openbios > @@ -1 +1 @@ > -Subproject commit 422b916649aa0db8c5edadccb22387b3e807e3b2 > +Subproject commit 36785d7b59726beca320a0b99cfa0a903782c6f3 Otherwise looks good, thanks. Peter, will you be picking this up? Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo 2016-07-08 10:41 ` Andreas Färber @ 2016-07-08 16:02 ` Mark Cave-Ayland 2016-07-11 19:46 ` Mark Cave-Ayland 0 siblings, 1 reply; 7+ messages in thread From: Mark Cave-Ayland @ 2016-07-08 16:02 UTC (permalink / raw) To: Andreas Färber, Jeff Cody, qemu-devel; +Cc: peter.maydell, agraf, stefanha On 08/07/16 11:41, Andreas Färber wrote: > Am 07.07.2016 um 23:22 schrieb Jeff Cody: >> This update should preserve git history, and switches over to the official >> openbios git repo, rather than pulling from the svn mirror. All prior history >> from the svn repository should still be preserved (i.e., commit hashes are the >> same for historical commits). Maybe rather than "switches over to the official openbios git repo, rather than pulling from the svn mirror" it should be "switches over to a mirror of the new official git repo hosted at https://github.com/openbios from a git-svn import of the old coreboot SVN repository"? >> The origin/master tag now follows the github hashes, so that means >> users will need to update their local tracking branch: >> >> e.g.: git reset --hard origin/master > > Does that actually update the tracked branch? I would've assumed you > additionally need git branch --set-upstream-to=origin/master. Good point - that probably wouldn't change the upstream. I'd actually be perfectly happy with the first paragraph on its own with a few minor alterations rather than go into too much detail on the rebase process (I can handle this on a per-case basis over on the OpenBIOS list). >> If you have local commits or branches to preserver, a rebase may be more > > "preserve" > >> appropriate: >> >> e.g. git rebase origin/master >> >> N.B.: The server-side git changes have already happened, independent of this >> patch. >> >> Proposed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> >> Signed-off-by: Jeff Cody <jcody@redhat.com> >> --- >> roms/openbios | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/roms/openbios b/roms/openbios >> index 422b916..36785d7 160000 >> --- a/roms/openbios >> +++ b/roms/openbios >> @@ -1 +1 @@ >> -Subproject commit 422b916649aa0db8c5edadccb22387b3e807e3b2 >> +Subproject commit 36785d7b59726beca320a0b99cfa0a903782c6f3 > > Otherwise looks good, thanks. Agreed :) > Peter, will you be picking this up? Or I can send a pull request for a v2 patch with a SoB? Just let me know. ATB, Mark. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo 2016-07-08 16:02 ` Mark Cave-Ayland @ 2016-07-11 19:46 ` Mark Cave-Ayland 2016-07-11 20:57 ` Jeff Cody 0 siblings, 1 reply; 7+ messages in thread From: Mark Cave-Ayland @ 2016-07-11 19:46 UTC (permalink / raw) To: Jeff Cody, qemu-devel; +Cc: peter.maydell, agraf, stefanha, Andreas Färber On 08/07/16 17:02, Mark Cave-Ayland wrote: > On 08/07/16 11:41, Andreas Färber wrote: > >> Am 07.07.2016 um 23:22 schrieb Jeff Cody: >>> This update should preserve git history, and switches over to the official >>> openbios git repo, rather than pulling from the svn mirror. All prior history >>> from the svn repository should still be preserved (i.e., commit hashes are the >>> same for historical commits). > > Maybe rather than "switches over to the official openbios git repo, > rather than pulling from the svn mirror" it should be "switches over to > a mirror of the new official git repo hosted at > https://github.com/openbios from a git-svn import of the old coreboot > SVN repository"? > >>> The origin/master tag now follows the github hashes, so that means >>> users will need to update their local tracking branch: >>> >>> e.g.: git reset --hard origin/master >> >> Does that actually update the tracked branch? I would've assumed you >> additionally need git branch --set-upstream-to=origin/master. > > Good point - that probably wouldn't change the upstream. I'd actually be > perfectly happy with the first paragraph on its own with a few minor > alterations rather than go into too much detail on the rebase process (I > can handle this on a per-case basis over on the OpenBIOS list). > >>> If you have local commits or branches to preserver, a rebase may be more >> >> "preserve" >> >>> appropriate: >>> >>> e.g. git rebase origin/master >>> >>> N.B.: The server-side git changes have already happened, independent of this >>> patch. >>> >>> Proposed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> >>> Signed-off-by: Jeff Cody <jcody@redhat.com> >>> --- >>> roms/openbios | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/roms/openbios b/roms/openbios >>> index 422b916..36785d7 160000 >>> --- a/roms/openbios >>> +++ b/roms/openbios >>> @@ -1 +1 @@ >>> -Subproject commit 422b916649aa0db8c5edadccb22387b3e807e3b2 >>> +Subproject commit 36785d7b59726beca320a0b99cfa0a903782c6f3 >> >> Otherwise looks good, thanks. > > Agreed :) > >> Peter, will you be picking this up? > > Or I can send a pull request for a v2 patch with a SoB? Just let me know. Hi Jeff, I've just noticed that the commits I pushed to the OpenBIOS github repository over the weekend haven't been pulled into the git.qemu-project.org repository yet - any chance you could take a look at the nightly update script? And also do you want me to reword and send the pull request above? ATB, Mark. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo 2016-07-11 19:46 ` Mark Cave-Ayland @ 2016-07-11 20:57 ` Jeff Cody 2016-07-12 7:26 ` Mark Cave-Ayland 0 siblings, 1 reply; 7+ messages in thread From: Jeff Cody @ 2016-07-11 20:57 UTC (permalink / raw) To: Mark Cave-Ayland Cc: qemu-devel, peter.maydell, agraf, stefanha, Andreas Färber On Mon, Jul 11, 2016 at 08:46:56PM +0100, Mark Cave-Ayland wrote: > On 08/07/16 17:02, Mark Cave-Ayland wrote: > > > On 08/07/16 11:41, Andreas Färber wrote: > > > >> Am 07.07.2016 um 23:22 schrieb Jeff Cody: > >>> This update should preserve git history, and switches over to the official > >>> openbios git repo, rather than pulling from the svn mirror. All prior history > >>> from the svn repository should still be preserved (i.e., commit hashes are the > >>> same for historical commits). > > > > Maybe rather than "switches over to the official openbios git repo, > > rather than pulling from the svn mirror" it should be "switches over to > > a mirror of the new official git repo hosted at > > https://github.com/openbios from a git-svn import of the old coreboot > > SVN repository"? > > > >>> The origin/master tag now follows the github hashes, so that means > >>> users will need to update their local tracking branch: > >>> > >>> e.g.: git reset --hard origin/master > >> > >> Does that actually update the tracked branch? I would've assumed you > >> additionally need git branch --set-upstream-to=origin/master. > > > > Good point - that probably wouldn't change the upstream. I'd actually be > > perfectly happy with the first paragraph on its own with a few minor > > alterations rather than go into too much detail on the rebase process (I > > can handle this on a per-case basis over on the OpenBIOS list). > > > >>> If you have local commits or branches to preserver, a rebase may be more > >> > >> "preserve" > >> > >>> appropriate: > >>> > >>> e.g. git rebase origin/master > >>> > >>> N.B.: The server-side git changes have already happened, independent of this > >>> patch. > >>> > >>> Proposed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> > >>> Signed-off-by: Jeff Cody <jcody@redhat.com> > >>> --- > >>> roms/openbios | 2 +- > >>> 1 file changed, 1 insertion(+), 1 deletion(-) > >>> > >>> diff --git a/roms/openbios b/roms/openbios > >>> index 422b916..36785d7 160000 > >>> --- a/roms/openbios > >>> +++ b/roms/openbios > >>> @@ -1 +1 @@ > >>> -Subproject commit 422b916649aa0db8c5edadccb22387b3e807e3b2 > >>> +Subproject commit 36785d7b59726beca320a0b99cfa0a903782c6f3 > >> > >> Otherwise looks good, thanks. > > > > Agreed :) > > > >> Peter, will you be picking this up? > > > > Or I can send a pull request for a v2 patch with a SoB? Just let me know. > > Hi Jeff, > > I've just noticed that the commits I pushed to the OpenBIOS github > repository over the weekend haven't been pulled into the > git.qemu-project.org repository yet - any chance you could take a look > at the nightly update script? > Hi Mark, Thanks - I just looked, and I needed to add a merge --ff-only to the update script. It should be fixed now, let me know if you see any oddities still. > And also do you want me to reword and send the pull request above? > Yes, that would be great - I'm on vacation this week, so I have limited connectivity. Thanks, Jeff ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo 2016-07-11 20:57 ` Jeff Cody @ 2016-07-12 7:26 ` Mark Cave-Ayland 0 siblings, 0 replies; 7+ messages in thread From: Mark Cave-Ayland @ 2016-07-12 7:26 UTC (permalink / raw) To: Jeff Cody; +Cc: qemu-devel, peter.maydell, agraf, stefanha, Andreas Färber On 11/07/16 21:57, Jeff Cody wrote: >> I've just noticed that the commits I pushed to the OpenBIOS github >> repository over the weekend haven't been pulled into the >> git.qemu-project.org repository yet - any chance you could take a look >> at the nightly update script? >> > > Hi Mark, > > Thanks - I just looked, and I needed to add a merge --ff-only to the > update script. It should be fixed now, let me know if you see any > oddities still. Yes, that looks great now - thanks a lot! >> And also do you want me to reword and send the pull request above? >> > Yes, that would be great - I'm on vacation this week, so I have > limited connectivity. All done - I've just sent a v2 with a reworded commit message to the list. If I don't hear any objections I'll send a pull request later today/tomorrow and then we're all done :) ATB, Mark. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-07-12 7:26 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-07-07 21:22 [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo Jeff Cody 2016-07-08 10:31 ` Stefan Hajnoczi 2016-07-08 10:41 ` Andreas Färber 2016-07-08 16:02 ` Mark Cave-Ayland 2016-07-11 19:46 ` Mark Cave-Ayland 2016-07-11 20:57 ` Jeff Cody 2016-07-12 7:26 ` Mark Cave-Ayland
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).