This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
software:master_sched [2012/02/01 03:59] Jim Lovell |
software:master_sched [2020/10/06 10:51] (current) Jamie McCallum |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| 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. | 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/master12.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/master12.txt|from Goddard]] and put it in the current directory: <code>ncftpget ftp://cddis.gsfc.nasa.gov/pub/vlbi/ivscontrol/master12.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" master12.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> | ||