Bug #7041

Use Python 2.7's check_output in tails-additional-software

Added by intrigeri 2014-04-08 19:31:56 . Updated 2019-03-08 14:12:54 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Persistence
Target version:
Start date:
2014-04-08
Due date:
% Done:

0%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
0
Affected tool:
Deliverable for:

Description

The tails-additional-software script reads: “XXX: replace with check_output when Tails will be based on Wheezy”. Presumably, the 3 lines that follow were copied straight from Python 2.7’s implementation of check_output.

The code lives is there: https://git-tails.immerda.ch/tails/tree/config/chroot_local-includes/usr/local/sbin/tails-additional-software


Subtasks


Related issues

Blocked by Tails - Feature #6015: Tails based on Wheezy Resolved 2013-07-28

History

#1 Updated by BitingBird 2014-06-21 15:08:55

#2 Updated by BitingBird 2014-07-19 18:12:31

  • Category changed from 196 to Persistence

This category is just a sub-category from the persistence feature, so it’s gonna be deleted.

#3 Updated by intrigeri 2015-06-05 15:26:46

  • Description updated

#4 Updated by Anonymous 2018-01-18 17:04:34

  • Assignee set to alant
  • QA Check set to Info Needed

Unfortunately the XXX you referred to is not in the code anymore. Thus, it is unclear which 3 following lines you are referring to. I could dig into git.. but to me it seems that check_output is present.
I let you verify this is correct and close this ticket. Thanks!

#5 Updated by Anonymous 2018-01-18 17:04:51

  • Starter changed from Yes to No

#6 Updated by intrigeri 2019-03-08 14:12:54

  • Status changed from Confirmed to Resolved
  • Assignee deleted (alant)
  • QA Check deleted (Info Needed)

Current code uses current Python best practices.