All of lore.kernel.org
 help / color / mirror / Atom feed
* 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
* 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

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:27 Problems regarding alsa-info.sh 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
  -- strict thread matches above, loose matches on Subject: below --
2008-06-08 14:19 Travis Place

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.