mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [.gitignore] please add generated file to .gitignore
@ 2013-12-05  2:21 Kevin Du Huanpeng
  2013-12-05  3:04 ` Alexander Aring
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Du Huanpeng @ 2013-12-05  2:21 UTC (permalink / raw)
  To: barebox

Hi, is anyone know the these two files used for:
	scripts/fix_size
	scripts/kernel-install
it seem generated and it's a binary executable file , if so please add it to
.gitignore
1. git clone ....
2. set ARCH & CROSS_COMPILE
3.  make qemu-malta_defconfig
4. make 
5. git status
dev@bogon:~/barebox$ git status
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       scripts/fix_size
#       scripts/kernel-install


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [.gitignore] please add generated file to .gitignore
  2013-12-05  2:21 [.gitignore] please add generated file to .gitignore Kevin Du Huanpeng
@ 2013-12-05  3:04 ` Alexander Aring
  2013-12-05  3:17   ` Alexander Aring
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Aring @ 2013-12-05  3:04 UTC (permalink / raw)
  To: Kevin Du Huanpeng; +Cc: barebox

Hi Kevin (if this is your first name, I am still unsure by chinese
names),

On Thu, Dec 05, 2013 at 10:21:03AM +0800, Kevin Du Huanpeng wrote:
> Hi, is anyone know the these two files used for:
> 	scripts/fix_size
> 	scripts/kernel-install

This is already fixed by Alexander Shiyan, see [1].

You don't find it, because it's in next branch. :-)

I am thinking one gitignore file is missing. It's the
"kernel-install-target" binary. I don't know it exactly now, I waiting
if all things going into master and then maybe I will send a patch.





- Alex

---
damn, another day which I can't sleep and hack all night long. Can't
turn off my brain. This isn't good for me. :-(

[1] http://git.pengutronix.de/?p=barebox.git;a=commit;h=2bd891b0ae266bd7cac58805092fc3f4ae67e55e

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [.gitignore] please add generated file to .gitignore
  2013-12-05  3:04 ` Alexander Aring
@ 2013-12-05  3:17   ` Alexander Aring
  0 siblings, 0 replies; 6+ messages in thread
From: Alexander Aring @ 2013-12-05  3:17 UTC (permalink / raw)
  To: Kevin Du Huanpeng; +Cc: barebox

On Thu, Dec 05, 2013 at 04:04:16AM +0100, Alexander Aring wrote:
> Hi Kevin (if this is your first name, I am still unsure by chinese
> names),
> 
> On Thu, Dec 05, 2013 at 10:21:03AM +0800, Kevin Du Huanpeng wrote:
> > Hi, is anyone know the these two files used for:
> > 	scripts/fix_size
> > 	scripts/kernel-install
> 
> This is already fixed by Alexander Shiyan, see [1].
> 
> You don't find it, because it's in next branch. :-)
> 
> I am thinking one gitignore file is missing. It's the
> "kernel-install-target" binary. I don't know it exactly now, I waiting
> if all things going into master and then maybe I will send a patch.
> 
> 
One point is missing here... if you don't can see these file anymore on
your branch. Then run:

git cherry-pick 2bd891b0ae266bd7cac58805092fc3f4ae67e55e

- Alex

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [.gitignore] please add generated file to .gitignore
  2013-12-05  5:02 ` Alexander Aring
@ 2013-12-05  8:00   ` Kevin Du Huanpeng
  0 siblings, 0 replies; 6+ messages in thread
From: Kevin Du Huanpeng @ 2013-12-05  8:00 UTC (permalink / raw)
  To: 'Alexander Aring'; +Cc: barebox

Will be fine in the future...

-----Original Message-----
From: Alexander Aring [mailto:alex.aring@gmail.com] 
Sent: 2013年12月5日 13:03
To: Kevin Du Huanpeng
Cc: barebox@lists.infradead.org
Subject: Re: [.gitignore] please add generated file to .gitignore

On Thu, Dec 05, 2013 at 11:38:46AM +0800, Kevin Du Huanpeng wrote:
> I clone the code yesterday, maybe today for you.
> git clone git://git.pengutronix.de/git/barebox.git
> When I invoke
>  git cherry-pick 2bd891b0ae266bd7cac58805092fc3f4ae67e55e
> I can see  `fix_size kernel-install ` in script/.gitignore.
> Maybe it still not merged to master now yet.
> 

exactly, but that's okay Sascha isn't superman and I don't want to rush him to merge it into master.

And me... I am just a linux guru with no special force to bring this patch into master.

- Alex


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [.gitignore] please add generated file to .gitignore
  2013-12-05  3:38 Kevin Du Huanpeng
@ 2013-12-05  5:02 ` Alexander Aring
  2013-12-05  8:00   ` Kevin Du Huanpeng
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Aring @ 2013-12-05  5:02 UTC (permalink / raw)
  To: Kevin Du Huanpeng; +Cc: barebox

On Thu, Dec 05, 2013 at 11:38:46AM +0800, Kevin Du Huanpeng wrote:
> I clone the code yesterday, maybe today for you.
> git clone git://git.pengutronix.de/git/barebox.git
> When I invoke
>  git cherry-pick 2bd891b0ae266bd7cac58805092fc3f4ae67e55e
> I can see  `fix_size kernel-install ` in script/.gitignore.
> Maybe it still not merged to master now yet.
> 

exactly, but that's okay Sascha isn't superman and I don't want to rush
him to merge it into master.

And me... I am just a linux guru with no special force to bring this
patch into master.

- Alex

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [.gitignore] please add generated file to .gitignore
@ 2013-12-05  3:38 Kevin Du Huanpeng
  2013-12-05  5:02 ` Alexander Aring
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Du Huanpeng @ 2013-12-05  3:38 UTC (permalink / raw)
  To: 'Alexander Aring'; +Cc: barebox

I clone the code yesterday, maybe today for you.
git clone git://git.pengutronix.de/git/barebox.git
When I invoke
 git cherry-pick 2bd891b0ae266bd7cac58805092fc3f4ae67e55e
I can see  `fix_size kernel-install ` in script/.gitignore.
Maybe it still not merged to master now yet.

...
DuHuanpeng

-----邮件原件-----
发件人: Alexander Aring [mailto:alex.aring@gmail.com] 
发送时间: 2013年12月5日 11:04
收件人: Kevin Du Huanpeng
抄送: barebox@lists.infradead.org
主题: Re: [.gitignore] please add generated file to .gitignore

Hi Kevin (if this is your first name, I am still unsure by chinese names),

On Thu, Dec 05, 2013 at 10:21:03AM +0800, Kevin Du Huanpeng wrote:
> Hi, is anyone know the these two files used for:
> 	scripts/fix_size
> 	scripts/kernel-install

This is already fixed by Alexander Shiyan, see [1].

You don't find it, because it's in next branch. :-)

I am thinking one gitignore file is missing. It's the "kernel-install-target" binary. I don't know it exactly now, I waiting if all things going into master and then maybe I will send a patch.





- Alex

---
damn, another day which I can't sleep and hack all night long. Can't turn off my brain. This isn't good for me. :-(

[1] http://git.pengutronix.de/?p=barebox.git;a=commit;h=2bd891b0ae266bd7cac58805092fc3f4ae67e55e


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-05  8:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-05  2:21 [.gitignore] please add generated file to .gitignore Kevin Du Huanpeng
2013-12-05  3:04 ` Alexander Aring
2013-12-05  3:17   ` Alexander Aring
2013-12-05  3:38 Kevin Du Huanpeng
2013-12-05  5:02 ` Alexander Aring
2013-12-05  8:00   ` Kevin Du Huanpeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox