Feature #15825
Remove mac-dvd installation scenario
0%
Description
Subtasks
Related issues
Has duplicate Tails - |
Duplicate | 2018-08-19 |
History
#1 Updated by sajolida 2018-09-10 14:56:49
- Assignee set to sajolida
#2 Updated by sajolida 2018-09-10 17:14:32
- Target version set to Tails_3.11
#3 Updated by Anonymous 2018-09-28 10:17:37
- Deliverable for set to 316
#4 Updated by sajolida 2018-11-07 17:17:51
- Assignee changed from sajolida to cbrownstein
- QA Check set to Ready for QA
Uff, this was much more work that I expected!
Here is a branch for you to review.
You could read the Git history and also run:
git diff --color-words origin/doc/15660-usb-images... -- "*.*m*"
to see the diff on the source files onlyfind -iname "*dvd*"
to hunt for files including ‘dvd’ in their namegit grep dvd -- "*.*m*"
to look for ‘dvd’ in all the source files
I did some stuff to prevent breaking some translations but I also didn’t want to spend way too much time on this.
My branch also includes a bit of general cleanup.
#5 Updated by cbrownstein 2018-11-10 20:59:55
- Assignee changed from cbrownstein to sajolida
- QA Check changed from Ready for QA to Pass
Everything looks good!
I’m not sure if you want to delete wiki/src/install/inc/qrcodes/tails_boum_org_install_mac_dvd.png
since (I believe) it won’t be used anymore.
#6 Updated by sajolida 2018-11-11 09:41:39
- Assignee changed from sajolida to cbrownstein
- QA Check changed from Pass to Ready for QA
- Feature Branch set to doc/15825-remove-mac-dvd
Oops, I forgot to push the last version of my branch before asking for your review. I already deleted this file in my newest version.
I pushed it again to doc/15825-remove-mac-dvd
It might be hard to review because it includes a quite complex merge with devel.
The commits on the branch itself are bdb2836df8..4c9d48f3b7, so you can review git log -p bdb2836df8..4c9d48f3b7
.
#7 Updated by sajolida 2018-11-11 13:32:36
- has duplicate
Feature #15812: Remove /mac/dvd installation scenario added
#8 Updated by cbrownstein 2018-11-13 06:16:35
- Assignee changed from cbrownstein to sajolida
- QA Check changed from Ready for QA to Pass
Looks good!
#9 Updated by sajolida 2018-11-16 16:48:33
- Status changed from Confirmed to Resolved
- Assignee deleted (
sajolida) - QA Check deleted (
Pass)
Excellent! I’m merging into doc/16006-usb-images.
#10 Updated by intrigeri 2018-11-16 19:26:21
> Excellent! I’m merging into doc/16006-usb-images.
Please delete doc/15825-remove-mac-dvd
once you’re done :)