Quickly update the bigdog and guidedog copy of the iarc sofware 

update from: 1309/iarc_updates.htm

1. BigDog

ssh bigdog -l bigdog

#ARC66 and parint Device Driver  
# copy source
# compile & install

	rsync -az -v --delete -C /home/iarc/src/IARC-1.0/DRIVER/   ~/current/ic/IARC/DRIVER/ 
	cd ~/current/ic/IARC/DRIVER/astropci/3.0/PCIe/E6.0_x32
	make clean
	make
	UnLoad_AstroPCIe     // as root 
	Load_AstroPCIe

   cd ~/current/ic/IARC/DRIVER/parint
   make -f makefile.apps clean         // cleans all files
   make                                // makes the driver
   make -f makefile.apps               // makes the test applications
	cp parint.ko /lib/modules/`uname -r`/kernel/drivers/char    // as root

#H2RG DSP code

   cd ~/current/ic/IARC/H2RG/H2RG.DSP.SpeX
   hg pull                   // pull from iarc repository 
	hg update                 // update the local working copy
	tim                       // compile

#CFitsIO 
	cd ~/current/ic/IARC/cfitsio/
	rsync -az -v --delete -C /home/iarc/src/IARC-1.0/cfitsio/   ~/current/ic/IARC/cfitsio/
   make clean; make

#ARC_API 
   cd ~/current/ic/IARC/ARC_API/src/ARC_API/3.0/CArcDevice
   hg pull                   // pull from iarc repository 
	hg update                 // update the local working copy

#IARC Server

   cd ~/current/ic/IARC/iarc
   hg pull                   // pull from iarc repository 
	hg update                 // update the local working copy
	make iarc_server          // optional - get compiled by spex.

#WEBGUI 

   cd ~/current/ic/IARC/WEBGUI
   hg pull                   // pull from iarc repository 
	hg update                 // update the local working copy
	make

2. GuideDog

ssh guidedog -l guidedog

#ARC66 and parint Device Driver  
# copy source
# compile & install

	rsync -az -v --delete /home/iarc/src/IARC-1.0/DRIVER/   ~/current/ic/IARC/DRIVER/ 
	cd ~/current/ic/IARC/DRIVER/astropci/3.0/PCIe/E6.0_x32
	make clean
	make
	UnLoad_AstroPCIe     // as root 
	Load_AstroPCIe

   cd ~/current/ic/IARC/DRIVER/parint
   make -f makefile.apps clean         // cleans all files
   make                                // makes the driver
   make -f makefile.apps               // makes the test applications
	cp parint.ko /lib/modules/`uname -r`/kernel/drivers/char    // as root

#Aladdin DSP code

   cd ~/current/ic/IARC/ALBL_DSP
   hg pull                   // pull from iarc repository 
	hg update                 // update the local working copy
	tim                       // compile

#CFitsIO 
	cd ~/current/ic/IARC/cfitsio/
	rsync -az -v --delete -C /home/iarc/src/IARC-1.0/cfitsio/   ~/current/ic/IARC/cfitsio/
   make clean; make

#ARC_API 
   cd ~/current/ic/IARC/ARC_API/src/ARC_API/3.0/CArcDevice
   hg pull                   // pull from iarc repository 
	hg update                 // update the local working copy

#IARC Server

   cd ~/current/ic/IARC/iarc
   hg pull                   // pull from iarc repository 
	hg update                 // update the local working copy
	make al                   // optional - get compiled by spex.

#WEBGUI 

   cd ~/current/ic/IARC/WEBGUI
   hg pull                   // pull from iarc repository 
	hg update                 // update the local working copy
	make