ZenphotoCMS Forum
Direct links to nightly builds? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Direct links to nightly builds? (/thread-9632.html)



Direct links to nightly builds? - Wete - 14-02-2012

Would it be possible to link directly to the package files on http://www.zenphoto.org/pages/nightly-builds? I'd like to fetch the package directly by using wget on my server. It's much faster than via ftp.

Wete




Direct links to nightly builds? - acrylian - 14-02-2012

If that is the same as download probably yes. You could also use svn generally. But note that the dev nightly is currently for 1.4.3 while the trunk one is 1.4.2.x bug fixes. On release of 1.4.3 the svn streams and therefore the nightly will switch (dev becomes 1.4.4 and trunk 1.4.3.x).




Direct links to nightly builds? - Wete - 14-02-2012

I do not know how to use svn.
Maybe I should buy a book like "Server in a nutshell" ...




Direct links to nightly builds? - acrylian - 14-02-2012

This one is aimed at our translators specifically but the base principle is the same:
http://www.zenphoto.org/news/translating-tutorial#updating_zenphoto

But I never used svn on a live server to update as I/we develop primarily on a local server.




Direct links to nightly builds? - sbillard - 14-02-2012

You should not directly use the SVN for anything but testing. (even then it is not needed if you are willing to wait overnight, as nightly builds are made each night around 2200 Pacific time.) The settings of the SVN are geared for debugging.

The URLs to the files are predictable, but of course there is a new pair of files each night. So your widget would have to fabricate the link based on the date.




Direct links to nightly builds? - Wete - 14-02-2012

Oh, I'm not keen on using SVN. I just want to use wget via SSH to get the build directly, but this does not work with the links on the nightly build page (I don't know why it doesn't work).

Wete




Direct links to nightly builds? - Wete - 15-02-2012

Yeah, it workes now with wget. Thank you guys!!

Wete




Direct links to nightly builds? - acrylian - 15-02-2012

The links on the nighty build page are of course masked by using the download list plugin.




Direct links to nightly builds? - Wete - 15-02-2012

Yes, but they hat 3 "download=..." in the querystring (?download=123&download=234&download=345), this confused wget. Now it works fine (on my virtual server).

Wete




Direct links to nightly builds? - acrylian - 15-02-2012

Sure, there actually should be only one "download=".