Feature #11539

Don't ship the testing and unstable APT sources

Added by anonym 2016-06-20 05:30:06 . Updated 2017-02-14 19:23:08 .

Status:
Rejected
Priority:
Elevated
Assignee:
Category:
Target version:
Start date:
2016-06-20
Due date:
% Done:

0%

Feature Branch:
Type of work:
Research
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

I.e. only have them enabled while building Tails — after that they’re arguably of little use since users should install stable packages. This would significantly speed up `apt update` — right now we have to fetch almost 40 MiB, but after removing testing and unstable only 13.5 MiB is fetched, so a ~200% speed-up can be expected.


Subtasks


Related issues

Related to Tails - Feature #12237: Reduce apt update time during first start of Tails Server Resolved 2017-02-14

History

#1 Updated by muri 2016-07-06 12:54:39

  • Type of work changed from Discuss to Research

We talked about that ticket at the monthly meeting:

Segfault explained that the reason for this ticket was that Tails Server needs
to download the packge list the first time a service is installed, which takes
a long time at the moment (30 seconds instead of 2 to 10 minutes).
There could be corner cases where this could break stuff. intrigeri: “say we
pull pkg P1 from sid, and then user wants to install package P2 themselves, and
it depends on P3 but the version of P3 in stable conflicts with the version of
P1 in stable, so the user would need to install P3 from sid, but we just broke
that for them.”
We decided that this ticket needs more research into possible corner cases that
could be broken.

#2 Updated by intrigeri 2016-07-07 00:47:13

anonym, I see that you’ve added this to our 2016 roadmap. Does this imply you want to commit to make it happen? If so, please assign this ticket to you; otherwise, maybe raise the topic on tails-dev hoping that someone volunteers to do the research?

#3 Updated by Dr_Whax 2016-08-20 12:29:34

  • Priority changed from Normal to Elevated
  • Target version deleted (2016)

#4 Updated by segfault 2017-02-14 16:05:01

  • related to Feature #12237: Reduce apt update time during first start of Tails Server added

#5 Updated by anonym 2017-02-14 18:47:32

muri wrote:
> There could be corner cases where this could break stuff. intrigeri: “say we
> pull pkg P1 from sid, and then user wants to install package P2 themselves, and
> it depends on P3 but the version of P3 in stable conflicts with the version of
> P1 in stable, so the user would need to install P3 from sid, but we just broke
> that for them.”

Good point! I don’t see how this could be solved. I’m in favor of closing this ticket; at least I won’t work on it any further.

#6 Updated by intrigeri 2017-02-14 19:23:08

  • Status changed from Confirmed to Rejected