# HG changeset patch # User drencor-xeen # Date 1357321824 21600 # Node ID 7afa11757a8147a534cb3c4f9115174f394a1c18 # Parent d25fd78e727a3123e506b0d37a53394f3bcf5a55 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account. This will allow the user to use the "make nightly" function. As long as said user has write permision to the project. diff -r d25fd78e727a -r 7afa11757a81 ChangeLog --- a/ChangeLog Thu Jan 03 22:47:46 2013 -0600 +++ b/ChangeLog Fri Jan 04 11:50:24 2013 -0600 @@ -1,6 +1,17 @@ NitrOS-9 V3.2.9: ---------------------------------------------------------- +2013/01/04 David Ladd +List of files changed +M ChangeLog +A scripts/burst + +Got the burst script from Boisy that was needed for the web portal +on sourceforge. This script is located in the scripts folder. Please +keep in mind that you will need to have this burst script on your +sourceforge ssh server account to do the "make nightly". + +---------------------------------------------------------- 2013/01/03 David Ladd List of files changed M ChangeLog diff -r d25fd78e727a -r 7afa11757a81 scripts/burst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/burst Fri Jan 04 11:50:24 2013 -0600 @@ -0,0 +1,7 @@ +#!/bin/tcsh +cd /home/project-web/nitros9/htdocs +rm -rf latest +mkdir latest +cd latest +unzip -o ../nitros9project.zip +echo "Options +Indexes">.htaccess