Task #6371 (closed)
Opened 8 years ago
Closed 8 years ago
Script: Automate selection of best APT repository
| Reported by: | szwells | Owned by: | szwells |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3.2 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2011-08-18 (3) |
Description
Create a new script to automate the selection of the fastest APT repository during each run of the scripts.
NB. Use something like netselect-apt, e.g.
$ cp /etc/apt/sources.list sources.list.old
$ sudo netselect-apt -n squeeze
$ sudo cp sources.list /etc/apt/sources.list
$ sudo apt-get update
Change History (1)
comment:1 Changed 8 years ago by szwells
- Milestone changed from Unscheduled to OMERO-Beta4.3.2
- Resolution set to fixed
- Sprint set to 2011-08-18 (3)
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
No longer relevant as prerequisities are preinstalled into the VDI to minimise external dependencies & potential points of failure in line with #6423