Problems regarding alsa-info.sh

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


--- 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 ]]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux