All of lore.kernel.org
 help / color / mirror / Atom feed
* Alsa snapshot directory layout changed
@ 2013-01-07 10:58 David Henningsson
  2013-01-07 13:33 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: David Henningsson @ 2013-01-07 10:58 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel@alsa-project.org

I have a script that picks daily snapshots from 
ftp://ftp.suse.com/pub/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
...and I just noticed that the directory layout has changed, so what was 
"alsa-driver" is now "alsa-driver/alsa".

Is this expected, i e, should I update my script to follow this new 
layout, or was it a mistake?

-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic

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

* Re: Alsa snapshot directory layout changed
  2013-01-07 10:58 Alsa snapshot directory layout changed David Henningsson
@ 2013-01-07 13:33 ` Takashi Iwai
  2013-01-07 15:00   ` Jaroslav Kysela
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2013-01-07 13:33 UTC (permalink / raw)
  To: David Henningsson; +Cc: alsa-devel@alsa-project.org

At Mon, 07 Jan 2013 11:58:10 +0100,
David Henningsson wrote:
> 
> I have a script that picks daily snapshots from 
> ftp://ftp.suse.com/pub/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
> ...and I just noticed that the directory layout has changed, so what was 
> "alsa-driver" is now "alsa-driver/alsa".
> 
> Is this expected, i e, should I update my script to follow this new 
> layout, or was it a mistake?

It's no mistake, done intentionally so.
But I'm going to change the script to create a tarball without alsa/
subdirectory later.  But right now no time.

As a workaround, just put a line like below in your script.

	test -d alsa && cd alsa


Takashi

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

* Re: Alsa snapshot directory layout changed
  2013-01-07 13:33 ` Takashi Iwai
@ 2013-01-07 15:00   ` Jaroslav Kysela
  2013-01-07 15:06     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Jaroslav Kysela @ 2013-01-07 15:00 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel@alsa-project.org, David Henningsson

Date 7.1.2013 14:33, Takashi Iwai wrote:
> At Mon, 07 Jan 2013 11:58:10 +0100,
> David Henningsson wrote:
>>
>> I have a script that picks daily snapshots from 
>> ftp://ftp.suse.com/pub/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
>> ...and I just noticed that the directory layout has changed, so what was 
>> "alsa-driver" is now "alsa-driver/alsa".
>>
>> Is this expected, i e, should I update my script to follow this new 
>> layout, or was it a mistake?
> 
> It's no mistake, done intentionally so.
> But I'm going to change the script to create a tarball without alsa/
> subdirectory later.  But right now no time.

I would like to keep the structure same in GIT repo and tarball for the
patch processing.

> As a workaround, just put a line like below in your script.
> 
> 	test -d alsa && cd alsa

Perhaps a README in the root directory with this information may be
sufficient.

					Jaroslav

-- 
Jaroslav Kysela <perex@perex.cz>
Linux Kernel Sound Maintainer
ALSA Project; Red Hat, Inc.

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

* Re: Alsa snapshot directory layout changed
  2013-01-07 15:00   ` Jaroslav Kysela
@ 2013-01-07 15:06     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2013-01-07 15:06 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: alsa-devel@alsa-project.org, David Henningsson

At Mon, 07 Jan 2013 16:00:27 +0100,
Jaroslav Kysela wrote:
> 
> Date 7.1.2013 14:33, Takashi Iwai wrote:
> > At Mon, 07 Jan 2013 11:58:10 +0100,
> > David Henningsson wrote:
> >>
> >> I have a script that picks daily snapshots from 
> >> ftp://ftp.suse.com/pub/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
> >> ...and I just noticed that the directory layout has changed, so what was 
> >> "alsa-driver" is now "alsa-driver/alsa".
> >>
> >> Is this expected, i e, should I update my script to follow this new 
> >> layout, or was it a mistake?
> > 
> > It's no mistake, done intentionally so.
> > But I'm going to change the script to create a tarball without alsa/
> > subdirectory later.  But right now no time.
> 
> I would like to keep the structure same in GIT repo and tarball for the
> patch processing.

Keeping the same structure as a git repo is certainly a merit, but do
we really need it?  Basically all necessary stuff is found in alsa
directory, I though.  Any other missing pieces in the root directory?

> > As a workaround, just put a line like below in your script.
> > 
> > 	test -d alsa && cd alsa
> 
> Perhaps a README in the root directory with this information may be
> sufficient.

Maybe.  It's no big matter, so I already changed the tarball in that
way :)  But changing back (i.e. creating a tarball from alsa
directory) shouldn't be hard, too...


Takashi

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

end of thread, other threads:[~2013-01-07 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 10:58 Alsa snapshot directory layout changed David Henningsson
2013-01-07 13:33 ` Takashi Iwai
2013-01-07 15:00   ` Jaroslav Kysela
2013-01-07 15:06     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.