changeset 2737:17cf591458c4

Changed the nightly build section to user a environment variable for the user name when connecting to sourceforge. Old user name that was being used was Boisy's and really ment that only he could do the nightly upload. With this change should make it possible for anyone who has write access to the web side of the NitrOS-9 project the ability to upload the zipped disk set. The environment variable used is SOURCEUSER and should be set in your login script on your system.
author drencor-xeen
date Thu, 03 Jan 2013 15:10:44 -0600
parents 05b7feef845a
children d25fd78e727a
files makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Mon Dec 10 14:51:56 2012 -0600
+++ b/makefile	Thu Jan 03 15:10:44 2013 -0600
@@ -1,4 +1,4 @@
-include /rules.mak
+include $(NITROS9DIR)/rules.mak
 
 dirs	=  lib $(LEVEL1) $(LEVEL2) $(LEVEL3) $(3RDPARTY)
  
@@ -48,6 +48,6 @@
 nightly: clean hgupdate dskcopy
 	make info>dsks/ReadMe
 	$(ARCHIVE) nitros9project dsks/*
-	scp nitros9project.zip boisy,nitros9@web.sourceforge.net:/home/groups/n/ni/nitros9/htdocs
-	ssh boisy,nitros9@shell.sourceforge.net create
-	ssh boisy,nitros9@shell.sourceforge.net "./burst"
+	scp nitros9project.zip $(SOURCEUSER),nitros9@web.sourceforge.net:/home/groups/n/ni/nitros9/htdocs
+	ssh $(SOURCEUSER),nitros9@shell.sourceforge.net create
+	ssh $(SOURCEUSER),nitros9@shell.sourceforge.net "./burst"