All of lore.kernel.org
 help / color / mirror / Atom feed
From: Travis Place <wishie@wishie.net>
To: alsa-devel@alsa-project.org
Subject: Problems regarding alsa-info.sh
Date: Mon, 09 Jun 2008 00:19:41 +1000	[thread overview]
Message-ID: <1212934781.554.6.camel@temp-fallen> (raw)

[-- 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

             reply	other threads:[~2008-06-08 14:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-08 14:19 Travis Place [this message]
  -- strict thread matches above, loose matches on Subject: below --
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1212934781.554.6.camel@temp-fallen \
    --to=wishie@wishie.net \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.