OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.6 KiB

  1. #!/bin/sed
  2. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. #
  5. # Filename: etc/download.sed
  6. # Copyright (C) 2006 - 2007 The OpenSDE Project
  7. # Copyright (C) 2005 - 2006 The T2 SDE Project
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; version 2 of the License. A copy of the
  14. # GNU General Public License can be found in the file COPYING.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. # normal user will always find their files on our mirrors, so this will be used only by developers
  17. #s,^http://ftp.gnu.org/gnu/,http://ftp.belnet.be/mirror/ftp.gnu.org/gnu/,
  18. s,^http://www.mysql.org/Downloads/,http://www.mirrorservice.org/sites/ftp.mysql.com/Downloads/,
  19. #s,^ftp://ftp.kde.org/pub/kde/,http://ibiblio.org/pub/mirrors/kde/,
  20. # loadbalancer is working weird these days
  21. s,^http://.*dl.\(sourceforge\|sf\).net/,http://prdownloads.sourceforge.net/,
  22. # PostgreSQL Team does not like us to use their ftp
  23. s,^ftp://ftp.postgresql.org/pub/source/,ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/,
  24. # ftp connection blocks once in a while
  25. s,^ftp://ftp.gnupg.org,http://ftp.gnupg.org,
  26. s,^ftp://ftp.kernel.org,http://ftp.kernel.org,
  27. # clip's ftp is a pain
  28. #s,^ftp://ftp.itk.ru/,ftp://www.cis.by/pub/clip/,
  29. # evolt.org doesn't allow direct downloads
  30. s,http://browsers.evolt.org/download.php?,http://www.mirrorservice.org/sites/browsers.evolt.org/browsers,
  31. # apache mirrors
  32. s,^http://dl.apache.org/,http://www.apache.org/,