nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#681 Create #wget macro to get local copies of remote files, #2421

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

Add a macro that will make and maintain a local copy of a remote URL.

Syntax should be

#wget \<LOCALNAME>\ <URL>

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin": * status changed from new to accepted

Started work with r3799. Syntax is

#wget URL [localfile]

Options are in global variable wget_options using xml args syntax. Default is

#set wget_options=maxsize:100MB;update:newer;cachedir=-

where -\ is the same as ${WORKDIR}.

,

"dchassin":Accumulated updates from trunk merge in r4030.

,

"jcfuller": * owner changed from dchassin to ciraci

Diff: