Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
06242321
Commit
06242321
authored
Aug 24, 2018
by
Alan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASP: filter target release, version and architecture
Will fix:
#15822
parent
c43ed8fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
config/chroot_local-includes/usr/local/bin/tails-additional-software-config
...l-includes/usr/local/bin/tails-additional-software-config
+2
-1
config/chroot_local-includes/usr/local/sbin/tails-additional-software
...t_local-includes/usr/local/sbin/tails-additional-software
+2
-1
submodules/pythonlib
submodules/pythonlib
+1
-1
No files found.
config/chroot_local-includes/usr/local/bin/tails-additional-software-config
View file @
06242321
...
...
@@ -237,7 +237,8 @@ class ASPConfigApplication(Gtk.Application):
def
get_asp_configuration
(
self
):
additional_packages
=
get_additional_packages
(
search_new_persistence
=
True
)
search_new_persistence
=
True
,
filter_version
=
True
)
apt_cache
=
apt
.
cache
.
Cache
()
packages_with_description
=
[]
...
...
config/chroot_local-includes/usr/local/sbin/tails-additional-software
View file @
06242321
...
...
@@ -461,7 +461,8 @@ def apt_hook_post():
packages
=
json
.
load
(
f
)
os
.
remove
(
ASP_STATE_PACKAGES
)
additional_packages
=
get_additional_packages
(
search_new_persistence
=
True
)
additional_packages
=
get_additional_packages
(
search_new_persistence
=
True
,
filter_version
=
True
)
apt_cache
=
apt
.
cache
.
Cache
()
# Filter automatically installed packages and packages already configured
...
...
pythonlib
@
d83f6859
Subproject commit
106155fffb012222285f7ccbf318e03925b01061
Subproject commit
d83f6859f697ebeef9fff042f9140495304d86b7
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment