Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profiles: wget: unify wget2 into wget profile #6551

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion etc/profile-m-z/wget.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include wget.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.config/wget
noblacklist ${HOME}/.local/share/wget
noblacklist ${HOME}/.netrc
noblacklist ${HOME}/.wget-hsts
Expand Down Expand Up @@ -55,7 +56,7 @@ private-bin wget
private-cache
private-dev
# Depending on workflow you can add the next line to your wget.local.
#private-etc alternatives,ca-certificates,crypto-policies,pki,resolv.conf,ssl,wgetrc
#private-etc alternatives,ca-certificates,crypto-policies,pki,resolv.conf,ssl,wget2rc,wgetrc
#private-tmp

dbus-user none
Expand Down
5 changes: 0 additions & 5 deletions etc/profile-m-z/wget2.profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ include wget2.local
# added by included profile
#include globals.local

noblacklist ${HOME}/.config/wget
ignore noblacklist ${HOME}/.wgetrc

private-bin wget2
# Depending on workflow you can add the next line to your wget2.local.
#private-etc wget2rc

# Redirect
include wget.profile