-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scripts Download: Automated? #6
Comments
Okay this will need a little thinking. It's easy to do on linux, we can make a shell script for it. Problem is for windows (no inbuilt tar). One alternative is: we can assume Git is installed on the system and then I can make a batch file for this. Fine with you? |
Archiving the files each time a user requests a download will have to be accomplished by maintaining a separate file for each download. This can be done if we
Issue:
Now we can take a vote on whether to
|
Comments, anyone? |
Do we even need a scripts download option?
Its not worth the hassle. imo. |
|
|
Yeah, but assuming we have it hosted somewhere, they don't really have access to the scripts directly unless they wget the correct file names (which they are unlikely to come up with in the first place) |
When the user asks to Download Scripts, why not tar the latest copy of the scripts on the fly and make available for download?
Instead of always statically generating scipts.zip
The text was updated successfully, but these errors were encountered: