Your ROOT_URL in app.ini is https://git.hpc.odu.edu/ but you are visiting https://git.wahab.hpc.odu.edu/wirawan0/wpylib/commit/592d6bd7c96c329d04e4d7f4fd935d6923fb2884?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

* Correcting recursive updates.

master
wirawan 15 years ago
parent c0f67e9992
commit 592d6bd7c9
  1. 2
      update-avocado.sh
  2. 2
      update-jaguar.sh
  3. 2
      update-pzt.sh

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
rsync -av . avo:/home/wirawan0/lib/python/wpylib/. -f '+ *.py' -f '+ *.basis' -f '+ /**/' -f '- *' rsync -av . avo:/home/wirawan0/lib/python/wpylib/. -f '+ *.py' -f '- CVS/' -f '+ /**/' -f '- *'

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
rsync -av . jaguar:/ccs/home/wirawan0/wpylib/. -f '+ *.py' -f '+ /*/' -f '- *' rsync -av . jaguar:/ccs/home/wirawan0/wpylib/. -f '+ *.py' -f '- CVS/' -f '+ /**/' -f '- *'

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
rsync -av . pzt:/home/wirawan0/local/lib/python/wpylib/. -f '+ *.py' -f '+ /*/' -f '- *' rsync -av . pzt:/home/wirawan0/local/lib/python/wpylib/. -f '+ *.py' -f '- CVS/' -f '+ /**/' -f '- *'

Loading…
Cancel
Save