History of Discuss_Source
The most recent revision number of this page is 1. It has been viewed 29 time(s). It was last modified Sun Jul 10 14:51:07 UTC 2016 by AaronGraves. There are 10 lines of text, 163 words, 922 characters with spaces and 765 without. The total page size (including metadata) is 2,866 bytes (2.80 KB)

See all pages that link to Discuss_Source

2016/07/10
14:51 UTC (current) Revision 1 . . . . AaronGraves (216.105.250.127) – Perhaps I should look at building a "nightly release" process. A couple of options are available:# Pull the latest checkin from git, zip it up, and drop it in the downloads directory. This might be the "safest" (i.e. less likely to break spectacularly) way, however since I don't check code in to git regularly, it will be stagnant for several days or even weeks at a time. Will that really be "nightly"?# Pull the latest live code from the directory where it lives on my system, zip it up, and drop it in the downloads directory. This will have a lower likelihood of getting stagnant for long periods of time, however the likelihood that it might break in spectacular fashion is significantly higher (as I may be in the middle of updating a block of code when it is pulled which might cause it to be inconsistent).Any ideas are welcome.