Update of /cvsroot/mhonarc/mhonarc
In directory subversions:/tmp/cvs-serv23445
Modified Files:
Makefile
Log Message:
Changed to reflect that releases will be performed on a mallorn.com
system. Hence, scp is not needed, only cp.
Index: Makefile
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile 18 Apr 2002 07:08:42 -0000 1.2
--- Makefile 8 May 2002 01:11:38 -0000 1.3
***************
*** 1,4 ****
! REL_DIR = /home/cvs/release/MHonArc
default:
--- 1,10 ----
+ # $Id$
! ## Path to projects releases root
! ifeq ($(PROJECTS_RELEASES),)
! PROJECTS_RELEASES = /mnt/WWW/customers/mhonarc.org/htdocs/release
! endif
!
! REL_DIR = $(PROJECTS_RELEASES)/MHonArc
default:
***************
*** 8,18 ****
deploy-bundles:
! scp $(REL_DIR)/tar/MHonArc$(REL_VER).* \
! ehood(_at_)lorien(_dot_)mallorn(_dot_)com:/home/users/mhonarc.org/htdocs/tar
! ssh ehood(_at_)lorien(_dot_)mallorn(_dot_)com \
! '(cd /home/users/mhonarc.org/htdocs; \
tar zxf tar/MHonArc$(REL_VER).tar.gz; \
rm -rf MHonArc; \
! mv MHonArc$(REL_VER) MHonArc)'
scp $(REL_DIR)/tar/MHonArc$(REL_VER).* \
ehood(_at_)hydra(_dot_)acs(_dot_)uci(_dot_)edu:public_html/tar
--- 14,23 ----
deploy-bundles:
! cp $(REL_DIR)/tar/MHonArc$(REL_VER).* \
! /home/users/mhonarc.org/htdocs/tar
! (cd /home/users/mhonarc.org/htdocs; \
tar zxf tar/MHonArc$(REL_VER).tar.gz; \
rm -rf MHonArc; \
! mv MHonArc$(REL_VER) MHonArc)
scp $(REL_DIR)/tar/MHonArc$(REL_VER).* \
ehood(_at_)hydra(_dot_)acs(_dot_)uci(_dot_)edu:public_html/tar
***************
*** 24,29 ****
deploy-homepage:
! scp -p homepage.html \
! ehood(_at_)lorien(_dot_)mallorn(_dot_)com:/home/users/mhonarc.org/htdocs/index.html
scp -p homepage.html \
ehood(_at_)hydra(_dot_)acs(_dot_)uci(_dot_)edu:public_html/mhonarc.html
--- 29,34 ----
deploy-homepage:
! cp -p homepage.html \
! /home/users/mhonarc.org/htdocs/index.html
scp -p homepage.html \
ehood(_at_)hydra(_dot_)acs(_dot_)uci(_dot_)edu:public_html/mhonarc.html
---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV