Ok, so the deal is, with the new --pastebin argument, the script wasnt running as if '--with-all' was specified. Ive included a quick patch to remedy this situation, and make the pastebin output work as it should. Bumped the version number up, so existing users get the update. Changelog: Fixed the output uploaded to pastebin.ca (when using --pastebin). Signed-Off-By: Travis Place <wishie@xxxxxxxxxx> On Sunday 17 August 2008 5:38:59 am Travis Place wrote: > The latest patch to allow the uploading to alsa-project.org seems to work > fine, for the most part, unless you want to use the --pastebin option for > the legacy upload to pastebin.ca . It seems that the uploaded data gets > truncated. Not sure if this is the script, or the pastebin having problems. > Ill look into it a bit more when i have time (its 5:30am here, and i need > sleep). > > Just thought id point this out. I realise the 'default' behaviour is to use > alsa-project.org for uploading, but i feel the other pastebin.ca mode > should still function(I personally get people to upload there first, and > then 'submit' card details to alsa-project.org/db/ afterwards. > > Thanks, > Travis Place (wishie) > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@xxxxxxxxxxxxxxxx > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
--- alsa-info.sh 2008-08-18 05:08:50.000000000 +1000 +++ alsa-info.sh.fixed 2008-08-18 05:09:17.000000000 +1000 @@ -1,6 +1,6 @@ #!/bin/bash -SCRIPT_VERSION=0.4.49 +SCRIPT_VERSION=0.4.50 CHANGELOG="http://www.alsa-project.org/alsa-info.sh.changelog" ################################################################################# @@ -434,6 +434,14 @@ do case "$1" in --pastebin) + update + withdevices + withconfigs + withaplay + withamixer + withalsactl + withlsmod + pbcheck ;; --update) update
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel