This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
software:master_sched [2011/06/06 04:55] Jim Lovell [Updating the Master Schedule] |
software:master_sched [2020/10/06 10:51] (current) Jamie McCallum |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| A copy of the IVS master schedule is kept on the pcfs machines and is used by several scripts to support observations. It is updated regularly during the year. | A copy of the IVS master schedule is kept on the pcfs machines and is used by several scripts to support observations. It is updated regularly during the year. | ||
| - | A copy of the text format schedule is kept in <code>/usr2/AuscopeUtils/schedules/master11.txt</code> where the 11 refers to the last two digits of the year. | + | A copy of the text format schedule is kept in <code>/usr2/AuscopeUtils/schedules/master12.txt</code> where the 12 refers to the last two digits of the year. |
| - | The most recent version is kept at Goddard here [[ftp://cddis.gsfc.nasa.gov/pub/vlbi/ivscontrol/master11.txt]] | + | The most recent version is kept at Goddard here [[ftp://ivs.bkg.bund.de/pub/vlbi/ivscontrol/master12.txt]] |
| Compare the top part of these files and look for a difference in the ''Last Updated'' line. If there's a difference, update the local copy as follows: | Compare the top part of these files and look for a difference in the ''Last Updated'' line. If there's a difference, update the local copy as follows: | ||
| Line 12: | Line 12: | ||
| * <code>cd /usr2/AuscopeUtils/schedules</code> | * <code>cd /usr2/AuscopeUtils/schedules</code> | ||
| * Make sure the local code repository is up to date : <code>git pull origin master</code> | * Make sure the local code repository is up to date : <code>git pull origin master</code> | ||
| - | * get the new version of the master schedule [[ftp://cddis.gsfc.nasa.gov/pub/vlbi/ivscontrol/master11.txt|from Goddard]] and put it in the current directory: <code>ncftpget ftp://cddis.gsfc.nasa.gov/pub/vlbi/ivscontrol/master11.txt</code> | + | * get the new version of the master schedule [[ftp://ivs.bkg.bund.de/pub/vlbi/ivscontrol/master12.txt|from Goddard]] and put it in the current directory: <code>ncftpget ftp://ivs.bkg.bund.de/pub/vlbi/ivscontrol/master12.txt</code> |
| - | * commit the new version : <code>git commit -m "New version, March 16 2011" master11.txt</code> Note the text in quotes should be changed accordingly | + | * commit the new version : <code>git commit -m "New version, March 16 2011" master12.txt</code> Note the text in quotes should be changed accordingly |
| * and place the new version in the master repository <code>git push origin master</code> | * and place the new version in the master repository <code>git push origin master</code> | ||
| * Lastly, it's a good idea to synchronise these changes amongst the other pcfs machines. So log on to the other two machines as ''prog'' and type <code>cd /usr2; git pull origin master</code> | * Lastly, it's a good idea to synchronise these changes amongst the other pcfs machines. So log on to the other two machines as ''prog'' and type <code>cd /usr2; git pull origin master</code> | ||