Changeset 1380 for trunk/server


Ignore:
Timestamp:
Dec 17, 2009, 3:17:14 AM (14 years ago)
Author:
mitchb
Message:
Don't allow Canada to make our servers uninstallable
Someone thought that when Fedora's main mirror stopped providing
Fedora Core 6 packages, it would be a good idea to tie our install
process to a particular foreign mirror that still had it.  That
doesn't work anymore.  Let's pull that package from the actual
buildsystem instead.  (Getting rid of the FC6 package as a system
dependency would be good, too...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r1360 r1380  
    198198install-deps:
    199199        yum -y install $(basic-deps) $(oursrc-deps) $(httpdmods-deps) $(httpd-deps) $(krb5-deps) $(openafs-deps) $(mit-zephyr-deps) $(openssh-deps) $(php-deps)
    200         rpm -ivh ftp://ftp.muug.mb.ca/mirror/fedora/linux/core/6/i386/os/Fedora/RPMS/compat-readline43-4.3-3.i386.rpm
     200        rpm -ivh http://kojipkgs.fedoraproject.org/packages/compat-readline43/4.3/3/i386/compat-readline43-4.3-3.i386.rpm
    201201#       rpm -ivh http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/Fedora/RPMS/compat-readline43-4.3-3.i386.rpm
    202202
Note: See TracChangeset for help on using the changeset viewer.