changeset 2739:7afa11757a81

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.
author drencor-xeen
date Fri, 04 Jan 2013 11:50:24 -0600
parents d25fd78e727a
children 48afe2b5de06
files ChangeLog scripts/burst
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- /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