Feature #8725

Remove bootstrap stage usage option from Vagrant build script

Added by anonym 2015-01-19 00:45:16 . Updated 2015-02-24 22:43:25 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Build system
Target version:
Start date:
2015-01-18
Due date:
% Done:

100%

Feature Branch:
feature/8725-remove-vagrant-bootstrap-cache
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

That is the cache option in Rakefile, and TAILS_BOOTSTRAP_CACHE in vagrant/provision/assets/build-tails. The bootstrap cache could introduce strange build inconsistencies for a very little gain in reducing build time. A reduction of the complexity of the build script is also welcome.


Subtasks


History

#1 Updated by Tails 2015-01-19 01:08:27

  • Status changed from Confirmed to In Progress

Applied in changeset commit:1f32bea82e157a6c2b9e7342c84d4fa1422e00e2.

#2 Updated by anonym 2015-01-19 01:09:46

  • Assignee set to anonym
  • % Done changed from 0 to 40
  • Feature Branch set to feature/8725-remove-vagrant-bootstrap-cache

#3 Updated by anonym 2015-01-19 01:13:04

To test in Vagrant, a rake vm:provision is required. It should be tested on jenkins too before merging.

#4 Updated by anonym 2015-01-23 10:34:54

  • Assignee deleted (anonym)
  • % Done changed from 40 to 50
  • QA Check set to Ready for QA

#5 Updated by intrigeri 2015-01-23 11:17:20

  • % Done changed from 50 to 70

Code review passes, now needs to be tested by someone else that anonym.

#6 Updated by anonym 2015-01-23 15:42:42

  • Assignee set to kytv
  • % Done changed from 70 to 50

intrigeri wrote:
> Code review passes, now needs to be tested by someone else that anonym.

kytv, do you still have your Vagrant setup around? If not, please unassign yourself. If so, please run:

rake vm:up
rake vm:provision
rake build


and post a comment here telling whether the build was successful. Assign it to me in either case so I’ll merge the branch or fix it.

#7 Updated by kytv 2015-01-26 02:11:14

  • Assignee deleted (kytv)
  • % Done changed from 50 to 90
  • QA Check changed from Ready for QA to Pass

Building successful.

#8 Updated by BitingBird 2015-01-26 08:36:32

  • Assignee set to intrigeri

#9 Updated by Tails 2015-01-26 10:04:06

  • Status changed from In Progress to Fix committed
  • % Done changed from 90 to 100

Applied in changeset commit:d3c269101b21f5a902ba9e998bbb18563288b74d.

#10 Updated by intrigeri 2015-01-26 10:04:49

  • Assignee deleted (intrigeri)

#11 Updated by BitingBird 2015-02-24 22:43:25

  • Status changed from Fix committed to Resolved