-
Notifications
You must be signed in to change notification settings - Fork 1
Daily build script
Webconverger/dailybuild
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html> <head> <style> html, body {font-family: sans-serif;} </style> <title>Webconverger daily builds</title> </head> <body> <img src=http://webconverger.com/images/logo.svg> <h1>Webconverger daily builds</h1> <p>Scared? Please see the <a href="http://dl.webconverger.com/">Webconverger download site</a> for tried and tested end user releases.</p> <p>Filenames should correspond to `git describe`'s <a href="https://github.com/Webconverger/webc/tags">tags</a> and <a href="https://github.com/Webconverger/webc/commits/master">commits</a>.</p> <ul> <li><a href="http://build.webconverger.org/latest.iso">http://build.webconverger.org/latest.iso</a></li> </ul> <p>Hints on <a href="http://webconverger.org/testing/">testing can be found on the wiki</a>.</p> <p> Please report any bugs or issues to the <a href="http://groups.google.com/group/webc-users">mailing list</a> or <a href="https://github.com/Webconverger/webc/issues">issue tracker</a>. Thank you!</p> <p><a href="https://github.com/Webconverger/dailybuild">Source code on github of this build tool</a></p> <h3>Cronjob</h3> <p>As root:</p> <pre> @daily /srv/www/build.webconverger.org/webc-build.sh @daily find /srv/www/build.webconverger.org/ -mindepth 1 -maxdepth 1 -mtime +4 \( -name "*.txt" -o -name "*.iso" \) -exec rm -vrf {} \; </pre> <p>More <a href=https://webconverger.org/servers/>information on Webconverger servers</a>.</p> </body> </html>
About
Daily build script
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published