Skip to Content.
Sympa Menu

sm-sorcery-bugs - [Sm-Sorcery-Bugs] [Bug 1777] New: wget replacement (proz) quick'n dirty patch included

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [Sm-Sorcery-Bugs] [Bug 1777] New: wget replacement (proz) quick'n dirty patch included
  • Date: Sat, 23 Nov 2002 04:13:35 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=1777

Summary: wget replacement (proz) quick'n dirty patch included
Product: Sorcery
Version: Devel
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: mlubrano AT sourcemage.org


De : "Sergey A. Lipnevich" <sergeyli AT pisem.net>
À : "M.L." <mlubrano AT sourcemage.org>
CC : sm-sorcery AT lists.ibiblio.org

Could you file an "enhancement" type bug for sorcery and attach this
stuff to it?

M.L. wrote:

>On Vendredi 22 Novembre 2002 22:29, M.L. wrote:
>
>
>>On Vendredi 22 Novembre 2002 19:59, Eric Sandall wrote:
>>
>>
>>>Dufflebunk said:
>>>
>>>
>>>>There is an external script... it's called summon.
>>>>Is wget needed for anything other than the scripts?
>>>>I suppose this would have been a 0.8 thing and it's too late now that
>>>>we are in 0.9 :/
>>>>Oh well.
>>>>
>>>>
>>>Correct. This should be put off until post 1.0 (perhaps 1.1? ;)), as we
>>>should focus on fixing the current sorcery before adding new features.
>>>
>>>
>>Right Eric, this is precisely what I was about to write...
>>We should now release 1.0. First of all.
>>
>>
>>
>>>-One of Four
>>>a.k.a. sandalle
>>>
>>>
>
>
>BTW, this little trick works fine here ;)
>in /var/lib/sorcery/modules/url_handlers/url_http:
>
>#---------------------------------------------------------------------
># url_http_call_wget <filename> <extension-less filename> <url>
>#
># Private Function. Call wget to download the url. Set's FILE
># as a side-effect.
>#
>#---------------------------------------------------------------------
>url_http_call_wget() {
> local FILENAME=$1
> local STRIPPED_FILENAME=$2
> local URL=$3
>
> url_http_erase $STRIPPED_FILENAME &&
> # eval is used here due to screwy IFS (maybe)
># eval "wget $WGET_OPTIONS $URL" &&
> eval "proz $URL" &&
> FILE="$FILENAME"
>}
>
>
>
>

_______________________________________________
SM-Sorcery mailing list
SM-Sorcery AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/sm-sorcery



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [Sm-Sorcery-Bugs] [Bug 1777] New: wget replacement (proz) quick'n dirty patch included, bugzilla-daemon, 11/23/2002

Archive powered by MHonArc 2.6.24.

Top of Page