On Fri, Oct 9, 2009 at 5:44 AM, DrunkenMonk <[email protected]> wrote:
> > Just upgraded my main site, no issues noted. > > Dan, > Is there anywere where the barn is downloadable directly via wget? > It's slightly annoying to dl the zip, extract the barn, and then > insert that into my installation(s). > > If I could just "wget -r http://boltwire.com/barns/3.2.1" > > I would be so much happier. You can't see it, but I am measuring > exactly how much with my hand, right now. That is, precisely, how much > happier I would be. > You could script it... siteupgrade http://www.boltwire.com/files/boltwire3.2.2.zip Which would upgrade all the sites (each site is listed in a list) o stores the new source in your src directory (I like to keep copies of source) o unzip it in a unique dir like boltwire3.2.2 o backup or snapshot the webtree o cp -r the boltwire dir or whatever you are using to the webtree. I haven't written one yet, but I am thinking about it. Especially as I create more and more sites that use it. Then all I have to do is have a list of sites and do the upgrade all at once with the ability to upgrade the test site first to check it out. siteupgrade http://www.boltwire.com/files/boltwire3.2.2.zip sitename would upgrade just one site. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
