Actions
Feature #14
closedBuild-prepare script should adapt the Debian repository URL for a local cache
Status:
Closed
Priority:
Normal
Assignee:
Category:
Programming
Target version:
Description
In the file config-base/bootstrap
the Debian repositories are set to the German Internet repositories. In the current Lenny based DDL, we're using a local cache based on apt-cacher. As we cannot know in advance what is the configuration of the user to build CD's, it would be better that the script build-prepare.sh
arrange the repository URL after probing the dedicated port 3142:
- if not ping localhost:3142 ? keep a remote Internet repository
- if ping localhost:3142 ? convert the repository URL into a local cache URL
The default should be to use a remote Internet repository not to oblige users to install apt-cacher.
Updated by Administrator Redmine almost 14 years ago
- Assignee changed from Administrator Redmine to Jean-Michel Philippe
Updated by Jean-Michel Philippe almost 14 years ago
- Due date changed from 05/16/2011 to 06/30/2011
- Category set to Programming
- Start date changed from 04/18/2011 to 05/31/2011
Updated by Jean-Michel Philippe over 13 years ago
- Target version changed from Squeeze to 2011-08
Updated by Jean-Michel Philippe over 13 years ago
- Status changed from New to Ready for test
- % Done changed from 0 to 100
Done! See r1710.
Updated by Jean-Michel Philippe over 13 years ago
- Status changed from Ready for test to Resolved
Updated by Jean-Michel Philippe over 13 years ago
- Status changed from Resolved to Closed
Actions