All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems regarding alsa-info.sh
@ 2008-06-08 14:19 Travis Place
  0 siblings, 0 replies; 7+ messages in thread
From: Travis Place @ 2008-06-08 14:19 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

Since the move from HG->GIT there is now a new download location for
alsa-info.sh . There are 2 current problems with this though..

1) The new URL is very ugly(and hard to post on wikis etc)
The new link is
http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh

2) The current script version at HG repo (which is where people
currently get it from, is an outdated version, that checks the HG repo
for updates to the script.

We need to put the new version of the script into HG (if its still
accessible), with the updated 'update' URL, or, somehow redirect from
the old URL to the new URL.

Please let me know what should be done about this, and how to go about
fixing it.

Attached is the updated alsa-info.sh with the new GIT URLS (update and
changelog) in place.



[-- Attachment #2: alsa-info-0.4.46.patch --]
[-- Type: text/x-patch, Size: 905 bytes --]

--- alsa-info.sh.git	2008-06-09 00:16:19.000000000 +1000
+++ alsa-info.sh.fixed	2008-06-09 00:18:03.000000000 +1000
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-SCRIPT_VERSION=0.4.45
-CHANGELOG="http://hg.alsa-project.org/alsa/log/tip/alsa-info.sh"
+SCRIPT_VERSION=0.4.46
+CHANGELOG="http://git.alsa-project.org/?p=alsa-driver.git;a=history;f=utils/alsa-info.sh"
 
 #################################################################################
 #Copyright (C) 2007 Free Software Foundation.
@@ -37,7 +37,7 @@
 }
 
 update() {
-	wget -O /tmp/alsa-info.sh http://hg.alsa-project.org/alsa/raw-file/tip/alsa-info.sh >/dev/null 2>&1
+	wget -O /tmp/alsa-info.sh "http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh" >/dev/null 2>&1
 	REMOTE_VERSION=`grep SCRIPT_VERSION /tmp/alsa-info.sh |head -n1 |sed 's/.*=//'`
 	if [ "$REMOTE_VERSION" != "$SCRIPT_VERSION" ]; then
 		if [[ -n $DIALOG ]]

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: Problems regarding alsa-info.sh
@ 2008-06-08 14:27 Travis Place
  2008-06-09 13:21 ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Travis Place @ 2008-06-08 14:27 UTC (permalink / raw)
  To: alsa-devel

Sorry for the quick 2nd post, but ive just been thinking about this.. If
we can patch the GIT version with the patch i just emailed, and
temporarily put that same file (version 0.4.46) into the HG repo (even
if it has to be entered manually) then current script users will get the
new script (which contains the new URLs). That will solve half the
problem.

Then we just need a friendly URL to post in wikis etc.

Ive setup a very temporary tinyurl page.. http://tinyurl.com/5bz98h

Seems to work ok, but we want something more perm, and more professional
looking, really.

Travis Place.

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

* Re: Problems regarding alsa-info.sh
  2008-06-08 14:27 Travis Place
@ 2008-06-09 13:21 ` Takashi Iwai
  2008-06-09 14:19   ` Travis Place
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2008-06-09 13:21 UTC (permalink / raw)
  To: Travis Place; +Cc: alsa-devel

At Mon, 09 Jun 2008 00:27:31 +1000,
Travis Place wrote:
> 
> Sorry for the quick 2nd post, but ive just been thinking about this.. If
> we can patch the GIT version with the patch i just emailed, and
> temporarily put that same file (version 0.4.46) into the HG repo (even
> if it has to be entered manually) then current script users will get the
> new script (which contains the new URLs). That will solve half the
> problem.

Well, unfortunately the HG is blocked and I cannot update it any
more...  If this is once updated, then yes, it'll be a good
workaround.

Anyway I'll update the GIT version first.


thanks,

Takashi

> Then we just need a friendly URL to post in wikis etc.
> 
> Ive setup a very temporary tinyurl page.. http://tinyurl.com/5bz98h
> 
> Seems to work ok, but we want something more perm, and more professional
> looking, really.
> 
> Travis Place.
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

* Re: Problems regarding alsa-info.sh
  2008-06-09 13:21 ` Takashi Iwai
@ 2008-06-09 14:19   ` Travis Place
  2008-06-09 14:26     ` Jaroslav Kysela
  0 siblings, 1 reply; 7+ messages in thread
From: Travis Place @ 2008-06-09 14:19 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Does anyone have the power to update it, just for this one thing ? Im
take it the repo is still up, just not active.

Thanks again,
Travis Place


On Mon, 2008-06-09 at 15:21 +0200, Takashi Iwai wrote:
> At Mon, 09 Jun 2008 00:27:31 +1000,
> Travis Place wrote:
> > 
> > Sorry for the quick 2nd post, but ive just been thinking about this.. If
> > we can patch the GIT version with the patch i just emailed, and
> > temporarily put that same file (version 0.4.46) into the HG repo (even
> > if it has to be entered manually) then current script users will get the
> > new script (which contains the new URLs). That will solve half the
> > problem.
> 
> Well, unfortunately the HG is blocked and I cannot update it any
> more...  If this is once updated, then yes, it'll be a good
> workaround.
> 
> Anyway I'll update the GIT version first.
> 
> 
> thanks,
> 
> Takashi
> 
> > Then we just need a friendly URL to post in wikis etc.
> > 
> > Ive setup a very temporary tinyurl page.. http://tinyurl.com/5bz98h
> > 
> > Seems to work ok, but we want something more perm, and more professional
> > looking, really.
> > 
> > Travis Place.
> > 
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@alsa-project.org
> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> > 

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

* Re: Problems regarding alsa-info.sh
  2008-06-09 14:19   ` Travis Place
@ 2008-06-09 14:26     ` Jaroslav Kysela
  2008-06-10  8:35       ` Jaroslav Kysela
  0 siblings, 1 reply; 7+ messages in thread
From: Jaroslav Kysela @ 2008-06-09 14:26 UTC (permalink / raw)
  To: Travis Place; +Cc: Takashi Iwai, alsa-devel

On Tue, 10 Jun 2008, Travis Place wrote:

> Does anyone have the power to update it, just for this one thing ? Im
> take it the repo is still up, just not active.

I'll switch the script to new repo and redirect old URL to new 
location tomorrow. I'm busy with other things today.

						Jaroslav

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

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

* Re: Problems regarding alsa-info.sh
  2008-06-09 14:26     ` Jaroslav Kysela
@ 2008-06-10  8:35       ` Jaroslav Kysela
  2008-06-10 16:31         ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Jaroslav Kysela @ 2008-06-10  8:35 UTC (permalink / raw)
  To: Travis Place; +Cc: Takashi Iwai, ALSA development

On Mon, 9 Jun 2008, Jaroslav Kysela wrote:

> On Tue, 10 Jun 2008, Travis Place wrote:
> 
> > Does anyone have the power to update it, just for this one thing ? Im
> > take it the repo is still up, just not active.
> 
> I'll switch the script to new repo and redirect old URL to new 
> location tomorrow. I'm busy with other things today.

As promised, things are clear and maintainable again, now.

The "official" URLs for download and changelog are:

http://www.alsa-project.org/alsa-info.sh
http://www.alsa-project.org/alsa-info.sh.changelog

They are redirected on ALSA server to real (but no so nice) URLs to 
alsa-driver.git repo.

						Jaroslav

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

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

* Re: Problems regarding alsa-info.sh
  2008-06-10  8:35       ` Jaroslav Kysela
@ 2008-06-10 16:31         ` Takashi Iwai
  0 siblings, 0 replies; 7+ messages in thread
From: Takashi Iwai @ 2008-06-10 16:31 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: ALSA development, Travis Place

At Tue, 10 Jun 2008 10:35:05 +0200 (CEST),
Jaroslav Kysela wrote:
> 
> On Mon, 9 Jun 2008, Jaroslav Kysela wrote:
> 
> > On Tue, 10 Jun 2008, Travis Place wrote:
> > 
> > > Does anyone have the power to update it, just for this one thing ? Im
> > > take it the repo is still up, just not active.
> > 
> > I'll switch the script to new repo and redirect old URL to new 
> > location tomorrow. I'm busy with other things today.
> 
> As promised, things are clear and maintainable again, now.
> 
> The "official" URLs for download and changelog are:
> 
> http://www.alsa-project.org/alsa-info.sh
> http://www.alsa-project.org/alsa-info.sh.changelog
> 
> They are redirected on ALSA server to real (but no so nice) URLs to 
> alsa-driver.git repo.

That's good.  Thanks!


Takashi

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

end of thread, other threads:[~2008-06-10 16:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-08 14:19 Problems regarding alsa-info.sh Travis Place
  -- strict thread matches above, loose matches on Subject: below --
2008-06-08 14:27 Travis Place
2008-06-09 13:21 ` Takashi Iwai
2008-06-09 14:19   ` Travis Place
2008-06-09 14:26     ` Jaroslav Kysela
2008-06-10  8:35       ` Jaroslav Kysela
2008-06-10 16:31         ` 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.